Archive for September 2014
SQL Map Step by Step Tutorial
By : Unknown
Today we will learn how to operate the "best SQL injection exploiting tool" i.e SQLMAP
its a python.
Tag :
SQL Injection Tutorial,
300 Domain Prefixes and Suffixes
By : Unknown
As our previous article discussed, adding a prefix or a suffix to a desired generic term.
Tag :
Domain Name,
how to upload shell in wordpress site
By : UnknownHey all in this tutorial i will tell you all how to upload shell in wordpress.
So first of all we must.
Auto Acept Friend requests in Facebook
By : Unknown
Code:
1.
//for mass accept friends
2.
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
.