Screenshots
Example Usage
// Generates high-entropy unique IDs
gid: function() {
let id = "";
for (let i = 0x0; i < 0x200; i++) {
id += ((Math.random() * 0x10) | 0x0).toString(0x10);
}
return id;
}
See also
100-redteam-projects
Free
Projects for security students…
graphql-cop
Open Source
Security Auditor Utility for GraphQL APIs…
username-anarchy
Open Source
Kali
Username tools for penetration testing…
Penetration_Testing_POC
Open Source
渗透测试有关的POC、EXP、脚本、提权、小工具等---About penetration-testing python-script poc getshell csrf xss cms php-ge…
msfvenom
Open Source
Kali
Metasploit standalone payload generator and encoder. Creates payloads for all platforms with customi…
BeEF
Open Source
Kali
Browser Exploitation Framework. Hooks web browsers via JavaScript and provides extensive command mod…