Skip to content

Commit 0d6f52d

Browse files
authored
Update ARACHNI.MD
1 parent 7d29391 commit 0d6f52d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

ARACHNI.MD

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
#test
1+
#Scanning the application with Arachni Scanner
2+
3+
The application is running on the **HTTPS port 8080**. On your local environment just replace **computername** with your local host name or IP. Do not use **localhost** or **127.0.0.1** because Arachni will abort the scan.
4+
5+
The command line initiates the scan with the following configurations:
6+
7+
1. Logs in as 'User 1'
8+
2. Ignores some checks to improve the scan performance
9+
3. Replaces the arachni User-Agent with a recent Chrome one
10+
4. Saves the result adding the scan date to the file name
11+
12+
`./arachni --checks=*,-code_injection_php_input_wrapper,-ldap_injection,-no_sql*,-backup_files,-backup_directories,-captcha,-cvs_svn_users,-credit_card,-ssn,-localstart_asp,-webdav --plugin=autologin:url=https://computername:8080/login,parameters='[email protected]&password=abcd1234',check='Hi User 1|Logout' --scope-exclude-pattern='logout' --scope-exclude-pattern='resources' --session-check-pattern='Hi User 1' --session-check-url=https://computername:8080 --http-user-agent='Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36' --report-save-path=../scan_report_$(date -d "today" +"%Y%m%d%H%M").afr https://computername:8080`
13+
14+
### Processing the result report to a zip file containing HTML pages (replace _X for the generated timestamp)
15+
`./arachni_reporter ../scan_report_X.afr --reporter=html:outfile=../scan_report.html_X.zip`
16+
17+
You can find the complete post here: https://www.linkedin.com/pulse/identifying-security-flaws-legacy-web-applications-arachni-pinto

0 commit comments

Comments
 (0)