README.md

November 29, 2021 ยท View on GitHub

GoAhead IPCAM Exploit

An exploit for an XSS vulnerability I found in the GoAhead webserver. I also decided to re-write and add an exploit for the RCE vulnerability that was discovered by other security researchers for this webserver.

Version

Details

VulnerabilitySeverityDescription
Stored XSS5/10This vulnerability allows attackers to execute arbitrary javascript code on a victims browser.
Remote Code Execution10/10This vulnerability allows remote attackers to execute arbitrary system commands.

Setup

Steps for running exploit:
	cd bin
	./exploit
	

Steps for compiling (Make sure you have Vlang installed):
	v exploit.v
	./exploit

Credits

https://github.com/0x1CA3

Contributions ๐ŸŽ‰

All contributions are accepted, simply open an Issue / Pull request.