Skip to content

Commit

Permalink
2023.09.03
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1yan committed Sep 3, 2023
1 parent aa7ffc9 commit c97a53c
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

原版工具介绍:本款工具在渗透测试乃至攻防演练中可快速打点信息收集来的网页界面,对其网页界面进行截图,整理成报告形式,方便使用者快速判断并筛选出脆弱的网站,示例图:

![WX20230903-1](https://pic.imgdb.cn/item/64f457f5661c6c8e540e2736.png)
![WX20230903-1](./image/WX20230903-1.png)

除前言里说的原因外,由于我工作内容大头变更原因,需要对暴露面资产进行识别是否有目标客户相关logo等信息,基础采集的URL过多,不便于一个个打开查看,故在github上发现了[eyeurl](https://github.com/yunxiaoshu/eyeurl)工具,整体用下来还可以,速度也比较快,但毕竟换了电脑了,迁移过程就各种报错无法运行了,就想着用golang写一个一劳永逸的版本工具,避免环境变动导致各种无法运行的情况。

Expand All @@ -29,20 +29,20 @@
./Sowhp -h
```

![WX20230903-2](https://pic.imgdb.cn/item/64f45dd7661c6c8e540fa35a.png)
![WX20230903-2](./image/WX20230903-2.png)

### 示例

```
./Sowhp -f url.txt
```

![WX20230903-3](https://pic.imgdb.cn/item/64f4617a661c6c8e541018fa.png)
![WX20230903-3](./image/WX20230903-3.png)

![WX20230903-4](https://pic.imgdb.cn/item/64f461b3661c6c8e5410221b.png)
![WX20230903-4](./image/WX20230903-4.png)

![WX20230903-5](https://pic.imgdb.cn/item/64f461c3661c6c8e541023b5.png)
![WX20230903-5](./image/WX20230903-5.png)

![WX20230903-6](https://pic.imgdb.cn/item/64f461d2661c6c8e54102a57.png)
![WX20230903-6](./image/WX20230903-6.png)

大家在使用过程中遇到什么问题或者有什么建议的,欢迎大家提issues
Binary file added image/.DS_Store
Binary file not shown.
Binary file added image/WX20230903-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/WX20230903-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/WX20230903-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/WX20230903-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/WX20230903-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/WX20230903-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c97a53c

Please sign in to comment.