This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by AviZ1
Wed Sep 07, 2011 1:08 am
Forum: Script Requests
Topic: Traceroute
Replies: 1
Views: 2380

so heres what i have so far... set chan #shellsolutions bind pub o !trace pub_trace proc pub_trace {nick uhost handle chan arg} { set command [concat exec /bin/traceroute $arg | xargs -0 wget post-file.it --post-data] set return [eval $command] foreach output [split pastebin] { putserv "PRIVMSG...
by AviZ1
Mon Sep 05, 2011 4:15 am
Forum: Script Requests
Topic: Traceroute
Replies: 1
Views: 2380

Traceroute

Hi, im after a script that will do a traceroute on the shell then post the finding to this address. usage: wget post-file.it --post-file FILE or to set paste exposure to public: wget post-file.it/p --post-file FILE or to paste output from a command: command | xargs -0 wget post-file.it --post-data a...