testnet0 / testnet

TestNet资产管理系统(资产管理|信息收集|暴露面管理|子域名扫描|C段扫描|端口扫描|漏洞扫描|Hunter|Fofa)
187 stars 21 forks source link

卸载的时候脚本漏了 #6

Closed 7Shad0w closed 3 months ago

7Shad0w commented 3 months ago

https://github.com/testnet0/testnet/blob/main/build.sh#L318 我猜是漏掉了。虽然不影响

比如改成这样

  docker images |grep testnet0 |awk '{print $3}' |xargs docker rmi
testnet0 commented 3 months ago

感谢,已经调整了