4 matches found
sqlmate
sqlmate 有一些我们认为 SQLMap 应该具备的功能。比如查找目标的管理员面板,更好的哈希破解等。如果你也这么认为,SQLMate 就是为你准备的。 它的功能? 通过 --dork 选项提供一个 SQL 注入 dork,它将为你找到易受攻击的网站。之后,它会尝试找到它们的管理员面板,并尝试使用 SQL 查询绕过它们。 它可以对 MD5、SHA1 和 SHA2 进行非常快速的哈希查找。你可以通过 --hash 选项提供哈希。平均查找时间不到 2 秒。 你也可以提供一个包含哈希的 txt 文件,通过 --list 选项进行破解。 第一种模式只检查 13...
Fast-Google-Dorks-Scan
快速谷歌Dorks扫描 这个OSINT项目的主要思想是收集所有可能的Google dorks搜索组合,并查找特定网站的信息:常见的后台管理面板、常见的文件类型和路径遍历。完全自动化。 使用示例: root@kitploit: chmod +x FGDS.sh ./FGDS.sh hydrattack.com 或 root@kitploit: bash ./FGDS.sh hydrattack.com 使用代理 root@kitploit: bash ./FGDS.sh hydrattack.com 192.168.1.1 8080...
Black-Oracle
🖤 BLACK ORACLE 🖤 «The Eye That Sees Through Digital...
Mercury - A Hacking Tool Used To Collect Information And Use The Information To Further Hurt The Target
Mercury is a hacking tool used to collect information and use the information to further hurt the target. Installation Requires Python2 Linux apt-get install python2 git clone https://www.github.com/MetaChar/Mercury pip install -r requirements.txt Features BruteForce Mercury uses Selenium to...