019-03-15 17:05:38,897 [Thread-201] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSPrime strength MEDIUM threshold MEDIUM
2019-03-15 17:05:43,113 [Thread-201] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSPrime in 4.216s with 84 message(s) sent and 0 alert(s) raised.
2019-03-15 17:05:43,113 [Thread-201] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSSpider strength MEDIUM threshold MEDIUM
2019-03-15 17:05:46,930 [Thread-201] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSSpider in 3.817s with 51 message(s) sent and 0 alert(s) raised.
2019-03-15 17:05:46,930 [Thread-201] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSAttack strength MEDIUM threshold MEDIUM
2019-03-15 17:05:49,491 [Thread-201] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSAttack in 2.561s with 19 message(s) sent and 1 alert(s) raised.
2019-03-15 17:05:49,491 [Thread-201] INFO HostProcess - start host http://localhost:9877 | TestSQLInjection strength MEDIUM threshold MEDIUM
2019-03-15 17:11:00,839 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSPrime strength MEDIUM threshold MEDIUM
2019-03-15 17:11:05,241 [Thread-176] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSPrime in 4.402s with 84 message(s) sent and 0 alert(s) raised.
2019-03-15 17:11:05,242 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSSpider strength MEDIUM threshold MEDIUM
2019-03-15 17:11:09,277 [Thread-176] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSSpider in 4.035s with 51 message(s) sent and 0 alert(s) raised.
2019-03-15 17:11:09,277 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSAttack strength MEDIUM threshold MEDIUM
2019-03-15 17:11:12,239 [Thread-176] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSAttack in 2.962s with 22 message(s) sent and 3 alert(s) raised.
2019-03-15 17:11:12,239 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestSQLInjection strength MEDIUM threshold MEDIUM
2019-03-15 17:27:12,609 [Thread-176] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSPrime in 4.231s with 84 message(s) sent and 0 alert(s) raised.
2019-03-15 17:27:12,610 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSSpider strength MEDIUM threshold MEDIUM
2019-03-15 17:27:16,417 [Thread-176] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSSpider in 3.808s with 51 message(s) sent and 0 alert(s) raised.
2019-03-15 17:27:16,417 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestPersistentXSSAttack strength MEDIUM threshold MEDIUM
2019-03-15 17:27:19,175 [Thread-176] INFO HostProcess - completed host/plugin http://localhost:9877 | TestPersistentXSSAttack in 2.758s with 0 message(s) sent and 0 alert(s) raised.
2019-03-15 17:27:19,175 [Thread-176] INFO HostProcess - start host http://localhost:9877 | TestSQLInjection strength MEDIUM threshold MEDIUM
address.line1=Building&address.line2=street&address.town=Town&address.county=County&address.postCode=SE1+0NB&phone=%22%3E%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E
address.line1=Building&address.line2=street&address.town=Town&address.county=County&address.postCode=SE1+0NB&phone=%22+onMouseOver%3D%22alert%281%29%3B
name=%27%22%3Cscript%3Ealert%281%29%3B%3C/script%3E
When it is not encoded, the script is not injected correctly in the HTML. The HTML looks like below.
<div class="cya-answer">
'"<script>alert(1)</div>
When we manually resend the request with the encoded script, we could see the HTML properly formed and an Alert pops up.
Have you come across something similar before? Would you know why the script is not encoded? I have seen it being encoded in the past. Not sure if I am missing a plugin or if including sequencer is causing this.
Any thoughts please?
Regards
Eswar