码迷,mamicode.com
首页 >  
搜索关键字:dvwa burpsuite 暴力破解 brute force    ( 3548个结果
用fail2ban防止黑客暴力破解服务器密码
简单来介绍一下fail2ban的功能和特性 1、支持大量服务。如sshd,apache,qmail,proftpd,sasl等等 2、支持多种动作。如iptables,tcp-wrapper,shorewall(iptables第三方工具),mail notifications(邮件通知)等等。 3、...
分类:其他好文   时间:2014-07-21 10:32:13    阅读次数:197
UVA No Tipping
Problem A - No Tipping As Archimedes famously observed, if you put an object on a lever arm,it will exert a twisting force around the lever's fulcrum. Thistwisting is called torque and is equal to th...
分类:其他好文   时间:2014-07-19 23:13:39    阅读次数:343
php空白页
使用dvwa测试,安装了httpd MySQL php 发现 phpinfo 可以解析,但是dvwa的大部分php页显示不了,调试发现时数据库出错,所以显示不了,@错误抑制:不显示错误信息, 所以不会打印出错信息最后将php-mysql库安装好了 就行注意要配置php.ini文件,重启http服务。
分类:Web程序   时间:2014-07-19 21:01:14    阅读次数:320
UVA Firetruck
题目如下: Firetruck  The Center City fire department collaborates with the transportation department to maintain maps of the city which reflects the current status of the city street...
分类:其他好文   时间:2014-07-19 02:47:26    阅读次数:193
UVA Graph Coloring
题目如下: Graph Coloring  You are to write a program that tries to find an optimal coloring for agiven graph. Colors are applied to the nodes of the graph and the only availablec...
分类:其他好文   时间:2014-07-19 02:35:06    阅读次数:210
UVA Bandwidth
题目如下: Bandwidth  Given a graph (V,E) where V is a set of nodes and E is a set of arcsin VxV, and an ordering on the elements in V, then the bandwidth of a node v is defined as...
分类:其他好文   时间:2014-07-19 02:26:15    阅读次数:206
c数据结构的字符串查找的Brute-Force算法
c,数据结构,串,brute-force...
分类:其他好文   时间:2014-07-18 22:34:23    阅读次数:348
UVA The Sultan's Successors
题目如下: The Sultan's Successors  The Sultan of Nubia has no children, so she has decided that thecountry will be split into up to k separate parts on her death andeach part wi...
分类:其他好文   时间:2014-07-18 22:00:59    阅读次数:310
关于10g DG中的ORA-19527和ORA-00312错误解决示例
这几天在搭建10g DG Windows 2008 R2的测试环境,主要是明天要去给一客户重新搭建一套生产库的DG,其中发现一些问题,特此记录一下 由于将要部署到生产环境,所以考虑在线搭建DG的方案,即不停库的情况下,而问题主要就是出在不停库时,用RAMN创建STANDBY的时候 通常在线搭建DG,主要是下面几个步骤: 1. 确保主库开启归档并开启force logging模式 2...
分类:其他好文   时间:2014-07-18 17:05:29    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!