Skip to content

Commit

Permalink
Upload new file: 惊!黑客工具百宝箱,45_3k star,史上最强攻击工具.md via simpread
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWQ committed Sep 13, 2024
1 parent 10448f1 commit a609959
Showing 1 changed file with 124 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
> 本文由 [简悦 SimpRead](http://ksria.com/simpread/) 转码, 原文地址 [mp.weixin.qq.com](https://mp.weixin.qq.com/s/06tVCjwe2AIwFzIRoT7LmA)
点击蓝字 ![](https://mmbiz.qpic.cn/mmbiz_gif/JaFvPvvA2J063TNzibibGfI89U9UaWNPqYGUFNRVJ1TkA4Bv0Ew946EkhX4dNibLx6ZK9E4ibdtqH01ZGs9a4gvo4w/640?wx_fmt=gif&wxfrom=13&tp=wxpic) 关注我们吧

大家好,我是小虾米。

今天在逛 github 的时候,发现一个黑客工具箱的项目,叫`hackingtool`。号称这个工具箱中有作为一个黑客能使用的所有信息采集和攻击的工具。![](https://mmbiz.qpic.cn/sz_mmbiz_png/l6hSQtEH25ibOYkFT1a1iaAypS7DfZkFNo0icib8cSibeVsJA4KwAVlFt0npAibwjaRdbyLVtPNRVdd8M9Z67ib9Vic2nQ/640?wx_fmt=png&from=appmsg)

hackingtool 简介
--------------

hackingtool 是一个融合了各类**漏洞扫码和攻击工具**的工具箱。包括信息采集、SQL 注入攻击、Web 攻击、DDOS 攻击、XSS 攻击、无线网络攻击、网络钓鱼工具、远程管理工具、媒体社交暴力攻击等工具。支持 linux 和 docker 两种方式安装。

>
>
> 项目地址:https://github.com/Z4nzu/hackingtool
我们看看,作为一个黑客都使用哪些工具。

黑客工具列表
------

![](https://mmbiz.qpic.cn/sz_mmbiz_png/l6hSQtEH25ibOYkFT1a1iaAypS7DfZkFNocribvAph8vQeND8806PN4H23nloe1tdrOl3K8NsB5h7JWfNGLcLBw3A/640?wx_fmt=png&from=appmsg)Z4nzu-hackingtool-ALL-IN-ONE-Hacking-Tool-For-Hackers.png

#### 漏洞扫描工具

* 匿名隐藏工具:这种工具是在攻击完服务器后,会自动的把各种操作日志删除掉。

* 信息收集工具:即收集目标的各种漏洞信息。包括网络扫描、账号密码扫描、端口扫描

* 词表生成器:黑客常用的密码词典,可以暴力破解账号密码。


#### 攻击工具

* 无线攻击工具

* SQL 注入工具

* 网络钓鱼攻击工具

* 网络攻击工具

* DDOS 攻击工具

* XSS 攻击工具

* 社交媒体暴力破解

* 安卓黑客工具


hackingtool 安装使用
----------------

hackingtool 支持 linux 和 docker 安装

### linux 安装

1、下载项目包

```
git clone https://github.com/Z4nzu/hackingtool.git
```

2、分配执行权限

```
chmod -R 755 hackingtool 
```

3、进入主目录,并安装 hackingtool

```
cd hackingtool
sudo bash install.sh
```

注意,这里一定要`以root身份运行`,否则运行无效。

4、运行 hackingtool

```
sudo hackingtool
```

### Docker 安装

1、创建镜像文件

```
docker buitl -t vgpastor/hackingtool .
```

2、启动 docker 容器

```
docker-compose up -d
```

3、运行容器

```
docker exec -it hackingtool bash
```

写在最后
----

该工具意在作为开发人员的学习交流使用,不能用于违法行为。希望大家在了解了是如何被攻击的原理后,能够主动对自己的系统进行防护。工具虽好,但不能违法哦。

0 comments on commit a609959

Please sign in to comment.