Skip to content

Commit b6f6aa8

Browse files
authored
Update ARACHNI.MD
1 parent 194a8b2 commit b6f6aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ARACHNI.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Scanning the application with Arachni Scanner
1+
## Scanning the application with Arachni Scanner
22

33
The application is running on the **HTTPS port 9000**.
44

@@ -11,7 +11,7 @@ The command line initiates the scan with the following configurations:
1111

1212
`./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://$(hostname):9000/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://$(hostname):9000 --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://$(hostname):9000`
1313

14-
### Processing the result report to a zip file containing HTML pages (replace _X for the generated timestamp)
14+
## Processing the result report to a zip file containing HTML pages (replace _X for the generated timestamp)
1515
`./arachni_reporter ../scan_report_X.afr --reporter=html:outfile=../scan_report.html_X.zip`
1616

1717
For more scanning options check https://github.com/Arachni/arachni.

0 commit comments

Comments
 (0)