码迷,mamicode.com
首页 >  
搜索关键字:dvwa burpsuite 暴力破解 brute force    ( 3548个结果
rename设计思想(Perl版)
1 作用批量修改文件名2 用法rename [switches|transforms] [files]3 参数-h, --help 帮助。--man 查看手册。-0, --null 允许从标准输入中读取文件名。-f, --force 改名后的文件存在时,会覆盖已存在的文件。-g-i,-...
分类:其他好文   时间:2014-11-29 14:24:13    阅读次数:159
java模拟http的get和post请求
如题,使用Java模拟GET和POST请求。使用GET可以实现网页抓取,使用POST可以实现对某些网站登录的暴力破解。不过仅是练习,实际意义不大。 import java.io.IOException; import java.io.InputStream; import java.io.Input...
分类:编程语言   时间:2014-11-27 17:52:53    阅读次数:130
【web安全】第五弹:burpsuite proxy模块的一些理解
作为一只小小小白的安全新手,只会简单的用sqlmap扫扫网站,用burpsuite的proxy模块拦截一些请求。最近又对proxy有点儿小理解,记录之。1. 查看sqlmap注入的语句以及HTTP request/response信息sqlmap是很好用的自动测试工具,但有时候想要查看请求具体的内容...
分类:Web程序   时间:2014-11-27 00:06:25    阅读次数:641
项目从.NET 4.5迁移到.NET 4.0遇到的问题
当把项目从.NET 4.5迁移到.NET 4.0时,遇到的问题和解决如下: 在"属性--应用程序--目标框架"设置成.NET 4.0版本。 重新生成项目,报有关EF的错: 卸载掉项目当前的EF:Uninstall-Package EntityFramework -Force 再重新安装EF: Ins...
分类:Web程序   时间:2014-11-26 10:59:03    阅读次数:172
Codeforces Round #278 (Div. 2) c
/** ?*?@brief?Codeforces?Round?#278?(Div.?2)?c ?*?@file?c.c ?*?@author?面码 ?*?@created?2014/11/25?14:15 ?*?@edited??2014/11/25?14:15 ?*?@type?brute ?* ?*/ #include?<st...
分类:其他好文   时间:2014-11-25 14:39:53    阅读次数:150
Codeforces Round #278 (Div. 2) b
/** ?* ?*?@brief?Codeforces?Round?#278?(Div.?2)?b ?*?@file?b.c ?*?@author?mianma ?*?@created?2014/11/24?17:52 ?*?@edited??2014/11/18?17:52 ?*?@type?brute ?*? ?*?@note...
分类:其他好文   时间:2014-11-24 22:49:58    阅读次数:279
Colored SQL--How to force the AWR to capture a specified SQL even if it is not the top one
This new feature doesn't paint the SQL statement in color; rather, it sort of marks it as "important."Suppose you are troubleshooting a performance issue and you suspect a specific SQL statement contr...
分类:数据库   时间:2014-11-24 11:53:56    阅读次数:199
解决安装rpm时lib冲突:libstdc++-2-libc6.1-1-2.9.0.so from install of compat-libstdc++-7.3-2.96.118 conflicts with file from ...
sudo rpm -ivh xxx.rpm -aid --force[oracle@localhost Oracle]$ sudo rpm -ivh compat-libstdc++-7.3-2.96.118.i386.rpm compat-libstdc++-devel-7.3-2.96.118....
分类:编程语言   时间:2014-11-24 11:44:11    阅读次数:299
Python的一些常用知识
1、How to force urllib2 not to use a proxyHere is an example to remove proxy settings for all requests:proxy_handler = urllib2.ProxyHandler({})opener =...
分类:编程语言   时间:2014-11-24 11:23:32    阅读次数:180
解决Android SDK Manager更新、下载速度慢
在Android SDK Manager Setting 窗口设置HTTP Proxy server和HTTP Proxy Port这个2个参数,分别设置为:HTTP Proxy server:mirrors.neusoft.edu.cnHTTP Proxy Por:80然后把下面的Force .....
分类:移动开发   时间:2014-11-22 22:46:56    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!