-
Notifications
You must be signed in to change notification settings - Fork 67
Description
使用nohup spray -l ttk.txt -a -t 80 &> spray_$(date +%Y%m%d_%H%M%S).log &
我想让他后台自动跑,避免shel断连,但是在nohup日志中只发现了如下:
Loaded 14388 fingerprint templates (3144 web, 11244 service) ╭─────────────────┬────────────────────────────────────────────────────╮ │ 📂 URLFile │ ttk.txt │ │ 💡 Word │ {?} │ │ 🔧 AppendRule │ 13 │ │ 🧩 AppendWords │ 350 │ │ 🔌 Plugins │ active, recon, bak, fuzzuli, common, crawl, finger │ │ 🛑 BlackStatus │ [400 410] │ │ ✅ WhiteStatus │ [200] │ │ 🔄 FuzzyStatus │ [500 501 502 503 301 302 404] │ │ 🔒 UniqueStatus │ [403 200 404] │ │ ⏱ Timeout │ 5s │ │ 🏊 PoolSize │ 5 │ │ 🧵 Threads │ 80 │ ╰─────────────────┴────────────────────────────────────────────────────╯
但是好像没有开始跑,也没有结果,不知道为啥