Skip to content

Commit

Permalink
push v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Oct 17, 2021
1 parent 3a7f248 commit 46570e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

### v2.0.0:
更新简述: 更快,更准,更方便!!!

新特征:
1. 引入了端口组的概念,支持 -p rce,info 等端口组进行扫描 (更多参考 README)
2. 添加了端口模糊测试功能 (参考 -fuzz)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ $ ./mx1014 -sp -p 80 -fuzz

## Port Group
```ruby
# NOTE Reference:
# https://book.hacktricks.xyz/pentesting/
# https://github.com/0xtz/Enum_For_All
{
# pentest
in: "rce,info,brute,web2",
Expand Down Expand Up @@ -311,6 +314,10 @@ $ ./mx1014 -sp -p 80 -fuzz

* 代码逻辑优化

* 实现 SYN ACK NULL 等 raw socket 扫描 (寻找好的实现方案中)

* 继续优化端口组列表,望大家共同维护


## License

Expand Down

0 comments on commit 46570e9

Please sign in to comment.