Rana Khalil

Results 4 issues of Rana Khalil

I'm running a default scan using v1.5.1 on the WackoPicko intentionally vulnerable web application. One of the crawling challenges is a calendar that displays the agenda for the given day...

I ran Arachni on WIVET using the following script: ``` #!bin ./arachni http://192.168.0.18:8090/ --checks trainer --audit-links --audit-forms \ --scope-include-pattern 'http://192.168.0.18:8090/' \ --scope-exclude-pattern 'http://192.168.0.18:8090/offscanpages.*' \ --scope-exclude-pattern 'http://192.168.0.18:8090/logout.php' \ --scope-exclude-pattern 'http://192.168.0.18:8090/pages/100.php' \...

I'm running arachni version 1.5.1-0.5.12 on the [WIVET](https://github.com/bedirhan/wivet) application using the following script: ./arachni http://192.168.0.18:8090/ \ --scope-include-pattern 'http://192.168.0.18:8090/' \ --scope-exclude-pattern 'http://192.168.0.18:8090/offscanpages.*' \ --scope-exclude-pattern 'http://192.168.0.18:8090/logout.php' \ --scope-exclude-pattern 'http://192.168.0.18:8090/pages/100.php' \ --http-cookie-string="PHPSESSID=77d4ad6bbe505bba989152390e4e9e25" As...

Hi, I seem to be unable to maintain the same session across a scan. The following are my steps: 1. Click on the Start New Scan icon at the top...