Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 55 guests and 1 member online
 
Free Business and Tech Magazines and eBooks

You are here: Home arrow Recent Posts
EH-Net
May 21, 2013, 10:48:25 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: 1 ... 6 7 [8] 9 10
 71 
 on: May 15, 2013, 07:27:41 AM 
Started by eyenit0 - Last post by H1t M0nk3y
You know what eyenit0, I suggest you start MySQL Workbench (free!) and try to directly write SQL code there first (without going through PHP code). This way, you will be able to test SQL without the PHP layer.

For example, start with something like this:
Code:
INSERT INTO txtcomment (id,comment) VALUES (10, '<A comment>');

Then replace the <A comment> (but leave the single quotes there) with what you would normally use for SQL injection. For example:
Code:
-- Deleting the row containing the username 'bob' from the user table
-- Code to do this is: DELETE FROM user WHERE username='bob'
-- So the injection code would be: comment'); DELETE FROM user WHERE username='bob'; --
-- Note: There is a space at the very end of the SQL injection code!!!
INSERT INTO txtcomment (id,comment) VALUES (10, 'comment'); DELETE FROM user WHERE username='bob'; -- ');

As you can see:
Code:
comment'); DELETE FROM user WHERE username='bob'; --
Would be your SQLi code (including the space at the end)

Then, once it works in SQL Workbench, try to do the same thing through PHP. MySQL will often give you more meaningful error messages and you don't have to worry about PHP...

Does this make sense?

 72 
 on: May 15, 2013, 02:20:53 AM 
Started by Seen - Last post by Seen
Looking at the audit trail, I see the following message:

Nikto was not found in $PATH

When logged in as root or a normal user Nikto is in my path.  Is there anyway to view the path nessus is using?  Or is there a system path I can change?  Thoughts?

 73 
 on: May 14, 2013, 02:11:42 PM 
Started by Seen - Last post by m0wgli
I don't know if this will help you or not, but, I found this thread on the Nessus forum.

 74 
 on: May 14, 2013, 12:18:33 PM 
Started by gwocnigeria - Last post by hayabusa
http://lmgtfy.com/?q=dns+cache+poisoning+howto

There are several examples of a dns cache poisoning attack...

First hit is a video, using a metasploit module to accomplish the task.

 75 
 on: May 14, 2013, 12:13:53 PM 
Started by Seen - Last post by Seen
I've been trying to integrate Nessus and Nikto.  I've followed all the instructions on this video:

http://www.youtube.com/watch?v=6kHyAhFv7xg

But when I run the scan nothing seems to happen.  Meaning no new vulnerabilities appear compared to a Nessus scan that doesn't have Nikto enabled.

The only information I was able to find in nessusd.messages was the following:

Code:
launching nikto.nasl against 192.168.0.125 [1251]
nikto.nasl (process 1251) finished its job in 0.010 seconds

This seems incredibly fast compared to running Nikto from the command line, which works fine.  Does anyone have any ideas on how to get this working, or where on my system I could check to find additional information on what is happening?

I'm running CentOS 6.4 x64 and Nessus 5.2.

Thanks.

 76 
 on: May 14, 2013, 11:09:32 AM 
Started by gwocnigeria - Last post by gwocnigeria
please i need a demonstration tutorial on how to carry out a sucessfull dns cache poisoning attack on a target www.site.com ip:xx.xx.xx.xx,thanks in advance.

 77 
 on: May 13, 2013, 10:21:39 PM 
Started by 3xban - Last post by 3xban
Anyone heading there this weekend?  What talks are you looking forward to?  The Walt Williams talk seems interesting, maybe Deral Highland's Embedded devices talk.  There also seem to be a couple talks around malware.  For those always looking to setup a lab, there is a talk on that as well.  They seem to have a good range of material.  Hope to meet some EH netters there and have some cool discussions!

http://www.securitybsides.com/w/page/12194141/BSidesBoston

Doesn't appear sold out yet either.

 78 
 on: May 13, 2013, 08:50:50 PM 
Started by 3xban - Last post by tturner
I can help you there. Smiley

I may even have an available position very soon. Shoot me a PM.

In the meantime check out:

http://hackucf.org/blog/ (they welcome non-students and are VERY active and friendly)

https://www.owasp.org/index.php/Orlando (I run the chapter)

http://dc407.com/ (I am fairly active, but this group is floundering a bit due to most of us getting jobs and being busy. it's mostly just a monthly hangout but we are looking for new blood to breathe life into the group)

We recently held http://bsidesorlando.org/ (I'm the primary organizer but have some good friends helping out as well)

Also I believe http://407.binrevmeetings.com/ still meets (407 group for http://www.binrev.com/forums/) but am unsure how active they still are.

And of course the standard ISSA/ISACA/Infragard blah blah.

 79 
 on: May 13, 2013, 12:17:22 PM 
Started by 3xban - Last post by chrisj
might be worth checking:

-Local Defcon Groups
-Local CitySec Groups
-Linked in for that area

 80 
 on: May 13, 2013, 10:56:45 AM 
Started by eyenit0 - Last post by eyenit0
Still no luck. I removed the quotes from the ID parameter in the PHP code to test and was able to use some true/false statements to verify that I could inject, but as soon as I add the singe quotes back into the code, it's no go.

Any time I provide anything other than an integer in the ID field, I get the "Data truncated" error. If I try to inject anything into the comment field, it gets put into the DB exactly as I typed it. I don't see any escaping in the code, but can't figure out why it won't work with the single quotes on that field.


On a similar note, is it possible to inject into a query that gets provided to the mysql_num_rows function? I haven't been able to get it working. I have some code like this and am wondering it's exploitable as well:
$query=mysql_query("SELECT *  FROM products WHERE id=" . $id);
   $number = mysql_num_rows($query);


Thanks for the help

Pages: 1 ... 6 7 [8] 9 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.13 seconds with 18 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.