# snail2.0 **Repository Path**: wind-feather/snail2.0 ## Basic Information - **Project Name**: snail2.0 - **Description**: 批量检测敏感信息泄露 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # snail2.0 ##### usage: python snail.py domain.txt time domain.txt 储存域名字典,一行一个 time 扫描延时,主要为防止BanIP,不想延时可以设置为0 至于线程,可以直接在snail.py 33行更改线程数 最后,由于该扫描器如其名——snail(蜗牛),扫描得很慢,所以推荐挂在服务器上: nohup python3 snail.py domain.txt 2 & 另外,在服务器中使用时,可以使用sqlite相关指令查看扫描情况 sqlite result.db #连接数据库 .header on select * from snail where type>0; ##### 最后,练手之作,代码写得不好多多包涵Orz ![image](https://cdn.nlark.com/yuque/0/2020/png/479381/1597846498604-699afbb3-672c-41bb-8c3e-cb92381e09e3.png)