amineurin, and what is on "User" tab?
Is it workin or not?
Is it workin or not?
user tab is a test function for me i use on my local xampp server only.Quote:
amineurin, and what is on "User" tab?
Is it workin or not?
[Sanitizes For] | [Type] | [Engine] | [Example] ------------------------------------------------------- XSS, SQL Injection | String | Any | $var = htmlentities($_GET['var'],ENT_QUOTES); SQL Injection | String | MySQL | $var = mysql_real_escape_string($_GET['var']); SQL Injection | String | PostgreSQL | $var = pg_escape_string($_GET['var']); XSS, SQL Injection | Integer | Any | $var = (int)$_GET['var'];
but if any one knows a better way to check, im open for it.Quote:
Acunetix Web Vulnerability Scanner includes many innovative features:
AcuSensor Technology
An automatic client script analyzer allowing for security testing of Ajax and Web 2.0 applications
Industries' most advanced and in-depth SQL injection and Cross site scripting testing
Advanced penetration testing tools, such as the HTTP Editor and the HTTP Fuzzer
Visual macro recorder makes testing web forms and password protected areas easy
Support for pages with CAPTHCA, single sign-on and Two Factor authentication mechanisms
Extensive reporting facilities including VISA PCI compliance reports
Multi-threaded and lightning fast scanner crawls hundreds of thousands of pages with ease
Intelligent crawler detects web server type and application language
Acunetix crawls and analyzes websites including flash content, SOAP and AJAX
Port scans a web server and runs security checks against network services running on the server
they scan the website source code for get/post, php stuff and more.Quote:
but I don't understand how they can possibly check PHP functions?! I mean, they probably check JS/AJAX - but not PHP. That's impossible.
But no, it can't actually check the php functions directly. That would require access to the php files themselves.Quote:
I am a idiot with web stuff (I find it bland and boring), but I don't understand how they can possibly check PHP functions?! I mean, they probably check JS/AJAX - but not PHP. That's impossible.
Don't listen to me though, like I said I hate web dev.