HackINonE - 工具轮子

Introduction

在Github上看到一款很不错的Python3实现的框架,读了下代码发现很适合用来打造工具轮子。刚好最近项打造一款能够根据自己的需求灵活定制的工具集,于是有了HackINonE这个项目。经过不懈的努力,终于v1.0版本算是打造成功,后面应该还会根据需要继续更新版本,优化工具。

Features

  • [√] 根据个人喜好定制工具集
  • [√] 轻松简单的添加新工具、新模块
  • [√] 实现系统、工具集双更新

Warning

  • [⚠️] 本工具仅用做学习或授权测试环境!
  • [⚠️] 请尊重当地法律!
  • [⚠️] 不得用于非法用途,否则后果自负!

Modules && Tools

这里仅列出v1.0版本的工具列表,后续版本的更新请关注项目地址https://github.com/coldwave96/HackINonE

Anonymously Hiding Tools(网络隐藏模块)

Information gathering tools(信息收集模块)

Wordlist Generator(字典生成模块)

Weak Password Brute Tools(弱口令爆破模块)

Wireless attack tools(无线攻击模块)

SQL Injection Tools(SQL注入攻击模块)

Phishing attack tools(钓鱼攻击模块)

Web Attack tools(网站攻击模块)

Post exploitation tools(投毒模块)

Forensic tools(取证工具模块)

Payload creation tools(Payload生成模块)

Exploit framework(渗透框架模块)

Reverse engineering tools(逆向工程模块)

DDOS Attack Tools(DDOS攻击模块)

Remote Administrator Tools (RAT模块)

XSS Attack Tools(XSS攻击模块)

Steganograhy tools(隐写模块)

Vulnerablities Scanner(漏洞扫描利用模块)

IOT Tools(物联网模块)

Other tools(其他工具)

SocialMedia Bruteforce(社工模块)

Android Hacking tools(安卓模块)

IDN Homograph Attack(恶意域名模块)

Email Verify tools(邮箱攻击模块)

Hash cracking tools(Hash破解模块)

Wifi Deauthenticate(Wifi认证模块)

SocialMedia Finder(社交工具泄密模块)

Payload Injector(Payload注入模块)

Web crawling(网站爬虫模块)

Mix tools(混合工具模块)

  • Terminal Multiplexer

Installation

⚠️⚠️⚠️ 注意:必须以root权限运行 HackINonE !!!

1
2
3
4
5
6
git clone https://github.com/Coldwave96/HackINonE.git
sudo chmod -R 755 HackINonE
cd HackINonE
sudo pip3 install -r requirement.txt
./install.sh
sudo HackINonE

Thanks

🙏🙏🙏 感谢收录的所有工具的作者们 💐👏🎁

文章作者: ColdSnap
文章链接: https://coldwave96.github.io/2020/08/20/HackINonE/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 ColdSnap の Blog