Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YouChenJun committed Sep 2, 2024
1 parent 6b68e70 commit a5da6d0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# ipHandle
处理漏洞扫描ip资产端口开放过多的数据
# 说明

此工具处理漏洞扫描ip资产端口开放过多的数据

​ 在渗透测试中会出现一个ip因为蜜罐、安全组端口全开等问题,导致很多资产都会出现这种情况,在后续的自动化扫描会导致运行超时、扫描无效应用等问题,这里采取数据清洗进行优化。

# 使用

```
ipHandle -input {{Output}}/portscan/open-ports.txt -output {{Output}}/portscan/open-ports-handle.txt
```

​ 默认会删除一个ip开放100个端口以上的资产

**本工具会继承到本人自己开发的全自动化工具流漏洞挖掘系统中**

0 comments on commit a5da6d0

Please sign in to comment.