当前位置:网站首页>ctf-web之练习赛
ctf-web之练习赛
2022-07-02 06:21:00 【zb0567】
1\01-web_sqli_1
简单注入,SQLmap

/?id=4

python2 sqlmap.py -u http://42.236.2.183:10004/?id=3

python2 sqlmap.py -u http://42.236.2.183:10004/?id=3 --dbs
python2 sqlmap.py -u http://42.236.2.183:10004/?id=3 --tables

python2
边栏推荐
猜你喜欢

Web components series (VIII) -- custom component style settings

Learn about various joins in SQL and their differences
![Data science [9]: SVD (2)](/img/2c/f1a8c3ff34ff3f3cc6e26157a32bfd.png)
Data science [9]: SVD (2)

介绍两款代码自动生成器,帮助提升工作效率

Contest3147 - game 38 of 2021 Freshmen's personal training match_ F: Polyhedral dice

深入学习JVM底层(四):类文件结构

Network related knowledge (Hardware Engineer)

CUDA中的Warp Shuffle

sudo提权

Browser principle mind map
随机推荐
浅谈三点建议为所有已经毕业和终将毕业的同学
Data science [9]: SVD (2)
Let every developer use machine learning technology
重载全局和成员new/delete
TensorRT的命令行程序
js中正则表达式的使用
最新CUDA环境配置(Win10 + CUDA 11.6 + VS2019)
实习生跑路留了一个大坑,搞出2个线上问题,我被坑惨了
标签属性disabled selected checked等布尔类型赋值不生效?
Log (common log framework)
When requesting resttemplate, set the request header, request parameters, and request body.
Redis---1.数据结构特点与操作
Learn about various joins in SQL and their differences
Redis——热点key问题
计算属性普通函数写法 和 set get 写法
sudo提权
WLAN相关知识点总结
Invalid operation: Load into table ‘sources_orderdata‘ failed. Check ‘stl_load_errors‘ system table
Lucene Basics
AtCoder Beginner Contest 253 F - Operations on a Matrix // 树状数组