Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

RE: Scripts found on web server

Subject: RE: Scripts found on web server
Date: Thu, 29 Sep 2005 08:39:15 -0500
Are the .asp scripts valid and used on the website for auth?

Login.asp should call to a backend DB for authentication so I'd try some
SQL injection on it and see what you get.

Type in ' in the user name a password box and see if it gives you a
server error and not a verification error.

If it does then you could try entering-

Test' or 1=1-- in both fields and see what happens. This is very basic
SQL injection and if it works it will log you in as the first user in
the DB ( Usually admin ) 

What it's doing is making the SQL statement true so it parses the query.

JP
Network Armor

-----Original Message-----
From: Hussein Ghazy (ProtechT) [mailto:hussein.ghazy@protecht-me.com] 
Sent: Tuesday, September 27, 2005 2:09 PM
To: pen-test@securityfocus.com
Subject: Scripts found on web server

Hi,

I was doing a penetration testing on one of our client's website, I
found
some scripts. How can I exploit them & how can I hide them from end
users.

Example:
http://www.xyz.com/login.asp

Thanks & Best Regards
Hussein Ghazy


------------------------------------------------------------------------
------
Audit your website security with Acunetix Web Vulnerability Scanner: 

Hackers are concentrating their efforts on attacking applications on
your 
website. Up to 75% of cyber attacks are launched on shopping carts,
forms, 
login pages, dynamic content etc. Firewalls, SSL and locked-down servers
are 
futile against web application hacking. Check your website for
vulnerabilities 
to SQL injection, Cross site scripting and other web attacks before
hackers do! 
Download Trial at:

http://www.securityfocus.com/sponsor/pen-test_050831
------------------------------------------------------------------------
-------





------------------------------------------------------------------------------
Audit your website security with Acunetix Web Vulnerability Scanner: 

Hackers are concentrating their efforts on attacking applications on your 
website. Up to 75% of cyber attacks are launched on shopping carts, forms, 
login pages, dynamic content etc. Firewalls, SSL and locked-down servers are 
futile against web application hacking. Check your website for vulnerabilities 
to SQL injection, Cross site scripting and other web attacks before hackers do! 
Download Trial at:

http://www.securityfocus.com/sponsor/pen-test_050831
-------------------------------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>
  • RE: Scripts found on web server, Josh Perrymon <=