hackinglab
xaphoenix
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hackinglab 脚本关 writeup
key又又找不到了先点开通关地址 之后点击这个链接,拦截它的response,可以得到key 快速口算写个脚本就行了。利用正则来提取相关信息。import requests import re url = 'http://lab1.xseclab.com/xss2_0d557e6d2a4ac08b749b61473a075be1/index.php' header = {'Cookie':原创 2017-05-28 22:27:44 · 3267 阅读 · 0 评论 -
一个简易的shell
#include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<pwd.h> #include<sys/types.h> #include<sys/stat.h> #include<fcntl.h>#define MAXLEN 1000void swap(int *a, int *b) { int t = *a; *a原创 2017-05-30 21:49:49 · 313 阅读 · 0 评论
分享