| Web Hacking & War Games Discuss f.ex. SQL injection and legal hacking here. |
|
#1
| |||
| |||
| Question on SQL Injection and Absinthe
Hello I want to try some blind SQL injections with Absinthe. I have already tested manually that my target site is valnurable to sql injections, but in the manual of Absinthe it says that the target URL should also contain the specific port. Is there any program / scanner with which i can find out the port of a website? And furthermore does it matter whether I use socks or proxies for my own security. Should I prefer socks like socks5 over proxies? I can specify both in Absinthe's options. Another thing that surprised me was when I tested another site for sql injection valnurability, I added a ' to &id=' and content on the page disappeared. But when I tried to do a next test with "and 1=1" and "and 1=2" nothing happened no changes at all, why is that? I would be grateful for any help. |
|
#2
| |||||
| |||||
| Re: Question on SQL Injection and Absinthe Quote:
Absinthe is a cool program though I haven't really used it that much, I prefer Pangolin (even the free edition is cool though Pro is a little better). You should try it out, google this: Pangolin SQL Injection Tool Quote:
or scanner in order to find the port. Here's a list of port numbers: http://www.iana.org/assignments/port-numbers (eventually you'll remember the most common). Quote:
send data through socks5 and socks4 proxies then you should use an anonymous http proxy in my opinion. Personally I prefer tunneling data through SSH or VPN. Quote:
![]() The query could have looked like: Code: SELECT * FROM articles WHERE id = '$id'; Example 1: Code: SELECT * FROM articles WHERE id = '\''; Code: SELECT * FROM articles WHERE id = '\" and 1=1'; Code: SELECT * FROM articles WHERE id = '\" and 1=2'; ways to attack web applications. In some cases you will need ' , in others " and in the third way you may need a blank space before the AND operator. The reason why all of the above failed is because the query was incorrect. No problem
__________________ ![]() Quote:
Last edited by MaXe; 8th February 2010 at 09:47. |
|
#3
| |||
| |||
| Re: Question on SQL Injection and Absinthe
MaXe , pangolin isn't infected ? i have heared all version all backdoored by coder .
__________________ I love InterN0T |
|
#4
| ||||
| ||||
| Re: Question on SQL Injection and Absinthe Quote:
since I used it on an installation where there was no secret information at all. ![]() Just use it in a VM, the program is doing it's job very well
__________________ ![]() Quote:
|
|
#5
| |||
| |||
| Re: Question on SQL Injection and Absinthe
Thanks a lot MaXe for taking the time and answering all my questions that detailled. ![]() I will try to use some of the sql hints you suggested. |
|
#6
| ||||
| ||||
| Re: Question on SQL Injection and Absinthe
No problem, it was an easy question for me and I had fun giving a good reply ![]() Thus someone else might see this in the future and learn as well.
__________________ ![]() Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C++ Keylogger Question | nemesis | C // C++ | 17 | 5th November 2009 10:53 |
| Question About XOR usage | ccoder | General Security Discussions | 5 | 1st November 2009 17:37 |
| Question, Collage | hestas | General Hacking Discussions | 2 | 11th May 2009 09:47 |
| Question | macd3v | Java // Ruby | 2 | 22nd December 2008 13:07 |
| Question: | hestas | Perl // Python | 6 | 18th November 2008 01:13 |