← Back to Users
syberdave's activity in the archive.
Is that the aliens using the Earth as a giant bongo drum?
tihs is old... awyanys, jwz (the aothur of xscarevsneer) has witetrn a prel app for dinog tihs... fun to aonny plpoee wtih :) http://www.jwz.org/hacks/scrmable.pl
and it also needs to DDoS microsoftand make sure they select the right target
echo "YOU should be running linux" |smbclient -M (codepunk's ip)
until they get linux on it?Oh, wait. Nevermind.
This thing is getting around quickly... Aug 11 21:43:29 syberpc kernel: fw: IN=ppp0 OUT= MAC= SRC=66.233.77.64 DST=66.236.160.x LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=26462 DF PROTO=TCP SPT=1951 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0Aug 11 21:43:30 syberpc kernel: fw: IN=ppp0 OUT= MAC= SRC=66.235.38.60 DST=66.236.160.x LEN=48 TOS=0x00 PREC=0x00 TTL=115 ID=59390 DF PROTO=TCP SPT=4309 DPT=135 WINDOW=64240 RES=0x00 SYN URGP=0
so they can have a lot of 30-second "samples" and put them togeather?
I wanted to be god with google, so I gave it a setuid(0);, but it didn't let me :( setuid(0): Operation not permittedsetuid(0): Operation not permitted. Stuart Parker stuart@selenium.com.auTue, 13 Mar 2001 16:57:04 +1100: Previous message: Root expires; ...www.sudo.ws/pipermail/sudo-users/ 2001-March/001457.html - 3k - Cached - Similar pages
u use either umount /dev/hdd -OR- umount /cdrom you're wasting precious keystrokes!!
when you install slackware packages, a filelist will be written to /var/log/packages/ slackware r0x!
i usually surf with links or lynx :)or... maybe... FULL-PAGE TEXT ADS :(
It got slashdotted... Web Site Not Displayed Sorry, We Can't Display That PageThis member has exceeded their bandwith for the day. Please check back after 4 am EST to access this page or at least for today.Damn AOL
or how about telling just aol so it gets lost? :)
That's not hard... just add a new feature that works like dcc chat. One client requests, gives a ip and a port, and the other client connects and can send data.
Then you must be using AOL, right?
#!/usr/bin/tclsh while {1} {puts -nonewline "crap@syberpc:~$ "flush stdout;set instr [gets stdin] set mcmd [lindex "$instr" "0"] if {"$mcmd" == "exit"} { break} elseif {"$mcmd" == "cd"} { if {[string length [lindex "$instr" "1"]] != 0} { puts "bash: cd: [lindex "$instr" "1"]: No such file or directory" }} elseif {"$mcmd" == ""} {} else {puts "bash: $mcmd: command not found"} } #sry... im new to this
#!/usr/bin/tclsh while {1} { puts -nonewline "crap@syberpc:~$ " flush stdout; set instr [gets stdin] set mcmd [lindex "$instr" "0"] if {"$mcmd" == "exit"} { break } elseif {"$mcmd" == "cd"} { if {[string length [lindex "$instr" "1"]] != 0} { puts "bash: cd: [lindex "$instr" "1"]: No such file or directory" } } elseif {"$mcmd" == ""} { } else { puts "bash: $mcmd: command not found" } }
Is that the aliens using the Earth as a giant bongo drum?
tihs is old... awyanys, jwz (the aothur of xscarevsneer) has witetrn a prel app for dinog tihs... fun to aonny plpoee wtih :)
http://www.jwz.org/hacks/scrmable.pl
and it also needs to DDoS microsoft
and make sure they select the right target
echo "YOU should be running linux" |smbclient -M (codepunk's ip)
until they get linux on it?
Oh, wait. Nevermind.
This thing is getting around quickly...
Aug 11 21:43:29 syberpc kernel: fw: IN=ppp0 OUT= MAC= SRC=66.233.77.64 DST=66.236.160.x LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=26462 DF PROTO=TCP SPT=1951 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 11 21:43:30 syberpc kernel: fw: IN=ppp0 OUT= MAC= SRC=66.235.38.60 DST=66.236.160.x LEN=48 TOS=0x00 PREC=0x00 TTL=115 ID=59390 DF PROTO=TCP SPT=4309 DPT=135 WINDOW=64240 RES=0x00 SYN URGP=0
so they can have a lot of 30-second "samples" and put them togeather?
I wanted to be god with google, so I gave it a setuid(0);, but it didn't let me :(
...
setuid(0): Operation not permitted
setuid(0): Operation not permitted. Stuart Parker stuart@selenium.com.au
Tue, 13 Mar 2001 16:57:04 +1100: Previous message: Root expires;
www.sudo.ws/pipermail/sudo-users/ 2001-March/001457.html - 3k - Cached - Similar pages
u use either
/dev/hdd
/cdrom
umount
-OR-
umount
you're wasting precious keystrokes!!
when you install slackware packages, a filelist will be written to /var/log/packages/
slackware r0x!
i usually surf with links or lynx :) :(
or... maybe... FULL-PAGE TEXT ADS
It got slashdotted...
Web Site Not Displayed
Sorry, We Can't Display That Page
This member has exceeded their bandwith for the day. Please check back after 4 am EST to access this page
or at least for today.
Damn AOL
or how about telling just aol so it gets lost? :)
That's not hard... just add a new feature that works like dcc chat.
One client requests, gives a ip and a port, and the other client connects and can send data.
Then you must be using AOL, right?
#!/usr/bin/tclsh
while {1} {
puts -nonewline "crap@syberpc:~$ "
flush stdout;
set instr [gets stdin]
set mcmd [lindex "$instr" "0"]
if {"$mcmd" == "exit"} { break
} elseif {"$mcmd" == "cd"} {
if {[string length [lindex "$instr" "1"]] != 0} {
puts "bash: cd: [lindex "$instr" "1"]: No such file or directory"
}
} elseif {"$mcmd" == ""} {
} else {
puts "bash: $mcmd: command not found"
}
}
#sry... im new to this
#!/usr/bin/tclsh while {1} { puts -nonewline "crap@syberpc:~$ " flush stdout; set instr [gets stdin] set mcmd [lindex "$instr" "0"] if {"$mcmd" == "exit"} { break } elseif {"$mcmd" == "cd"} { if {[string length [lindex "$instr" "1"]] != 0} { puts "bash: cd: [lindex "$instr" "1"]: No such file or directory" } } elseif {"$mcmd" == ""} { } else { puts "bash: $mcmd: command not found" } }