File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ remote_irc_notify() {
68
68
}
69
69
70
70
# TODO: group packages by name
71
- sprunge=$( printf ' %s\n' " ${packages[@]} " | curl -s -F ' clbin=<-' https://clbin.com/)
71
+ sprunge=$( printf ' %s\n' " ${packages[@]} " | curl -s -X POST --data-binary @- https://paste.rs/)
72
+ # sprunge=$(printf '%s\n' "${packages[@]}" | curl -s -F 'clbin=<-' https://clbin.com/)
72
73
# sprunge=$(printf '%s\n' "${packages[@]}" | curl -s -F'file=@-' https://0x0.st)
73
74
# sprunge=$(printf '%s\n' "${packages[@]}" | nc -w 3 termbin.com 9999 2>/dev/null)
74
75
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ maigret maryam mdbtools mooscan mosca multitun mysql2sqlite nbtscan neglected
15
15
netcommander octopwnweb osinterator owasp-bywaf paraxor-dwm paraxor-slock
16
16
paraxor-st passcracking payloadmask peda pemcracker pepe phonesploit phonia
17
17
php-rfi-payload-decoder powerops pureblood pykek proctal profuzz python2-ctags
18
- pwdlyser qrgen recentfilecache-parser revipd remot3d riwifshell routerhunter
19
- sb0x sea search1337 sees shitflood sigploit simple-ducky skiptracer slurp
20
- slowloris-py smap smbexec smod smplshllctrlr sniffer spiped spoofcheck sqlmap
21
- subbrute swamp sysdig takeover token-hunter treasure tweetshell
18
+ pwdlyser qrgen recentfilecache-parser recsech revipd remot3d riwifshell
19
+ routerhunter sb0x sea search1337 sees shitflood sigploit simple-ducky skiptracer
20
+ slurp slowloris-py smap smbexec smod smplshllctrlr sniffer spiped spoofcheck
21
+ sqlmap subbrute swamp sysdig takeover token-hunter treasure tweetshell
22
22
ultimate-facebook-scraper userrecon-py uppwn userrecon valabind visql wascan
23
23
webkiller weeman whatbreach winregfs wpseku xss-freak yaaf yawast zeus-scanner'
24
24
You can’t perform that action at this time.
0 commit comments