上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: 步骤: 1.运行这个: <?php class User { public $db; } class File { public $filename; } class FileList { private $files; public function __construct() { $file = 阅读全文
posted @ 2019-11-03 11:08 东坡肉肉君 阅读(2060) 评论(0) 推荐(0) 编辑
摘要: 步骤: nickname[]=wherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewherewhere 阅读全文
posted @ 2019-11-03 01:24 东坡肉肉君 阅读(963) 评论(0) 推荐(1) 编辑
摘要: 1.在注册后发现这个界面,猜测是不是存在注入点 http://654000be-ea72-4eae-8074-c6cf2798c9e9.node3.buuoj.cn/view.php?no=1and1 http://654000be-ea72-4eae-8074-c6cf2798c9e9.node3 阅读全文
posted @ 2019-11-02 22:07 东坡肉肉君 阅读(2065) 评论(0) 推荐(2) 编辑
摘要: 第二单元:helloword.c #include "windows.h" #include "tchar.h" int _tmain(int argc,TCHAR *argv[]) { MessageBox(NULL, "Hello world!", "WWW.baidu.com", MB_OK) 阅读全文
posted @ 2019-11-02 00:19 东坡肉肉君 阅读(372) 评论(0) 推荐(0) 编辑
摘要: #encoding=utf-8 #!usr/bin/python from pwn import * io = remote('111.198.29.45',42643) io.recvuntil("secret[0] is ") # recvuntil(some_string) 接收到 some_ 阅读全文
posted @ 2019-10-31 18:37 东坡肉肉君 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<stdio.h> using namespace std; /** 创建一个堆:大的数是根 */ void swap(int arr[],int i,int j) { int temp= arr[i]; arr[i]=arr[j]; arr[j 阅读全文
posted @ 2019-10-31 13:18 东坡肉肉君 阅读(180) 评论(0) 推荐(0) 编辑
摘要: ''' @Modify Time @Author python基本语法 2019/10/26 8:16 laoalo ''' import functools from filecmp import cmp print('#'*50,"字符串") dss = " hello pyqt.5 " s1 阅读全文
posted @ 2019-10-30 22:54 东坡肉肉君 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: # ! /usr/bin/env python # -*- coding:utf-8 -*- from pwn import * context.log_level = 'debug' elf = ELF('leve2') sys_addr = elf.symbols['system'] sh_ad 阅读全文
posted @ 2019-10-30 21:24 东坡肉肉君 阅读(1760) 评论(1) 推荐(1) 编辑
摘要: 先反编译 : int __cdecl main(int argc, const char **argv, const char **envp) { write(1, "Hello, World\n", 0xDuLL); return vulnerable_function(); } 追踪一下 "vu 阅读全文
posted @ 2019-10-30 16:46 东坡肉肉君 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: 解法一字符串拼接: 1.得到签名sign http://8fa4531c-1164-49b7-a700-70e77e6aacb7.node3.buuoj.cn/geneSign?param=flag.txtread 2.添加Cookie发送请求得到flag Cookie: action=readsc 阅读全文
posted @ 2019-10-30 15:10 东坡肉肉君 阅读(1418) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页