wh173r
Dec 21 2003, 05:48 AM
i saw some topics asking about a passworded telnet session. This is easily done in batch files...
the files i have attached do the following.
m-psw-modified.bat - creates the password in c:\ as "pass.*."
netd-modified.bat - listens on port 1085 for telnet requests, then sends those requests to c:\c-auth.bat.
c-auth-modified.bat - checks the dir (c:\) for the %ath% variable which ends up as the password you chose with m-psw-modified.bat. The variable is defined by user-input in the batch file.
So, if the variable equals the name of the file in c:\ (which was created by mkpass.bat), then it will send you cmd.exe of the remote computer, if not it will send you an authentication error, and disconnect. Done, and done.
Rename the files from -modified. (c-auth-modified.bat c-auth.bat).
This is only an example, many things may be changed such as the dir of your files (if you wanted this to be remote for example.).
You need NETCAT in the same dir as netd.bat, and named nc.exe (unless you modify netd.bat to do otherwise).
T-BoNe
Dec 21 2003, 02:23 PM
great job was looking for this ty
Remulus
Dec 21 2003, 10:28 PM
Thanks. Very interesting. I'll check it.
agamemnon
Dec 21 2003, 11:51 PM
I posted one I made weeks ago that did the same

*snif snif*
hehe... never mind.
-ed.
T-BoNe
Dec 22 2003, 09:10 PM
| QUOTE (agamemnon @ Dec 21 2003, 11:51 PM) |
I posted one I made weeks ago that did the same 
*snif snif*
hehe... never mind.
-ed. |
can't find the thread of that one with the search button?
Kynroxes
Dec 23 2003, 12:40 PM
so sweet !!! netcat with password lol !!
agamemnon
Dec 24 2003, 12:32 AM
| QUOTE |
| can't find the thread of that one with the search button? |
kevin007
Jan 8 2004, 11:54 AM
thanks, the only problem with this is security, the password is very simple to find tragically, but a few modifications, it cuts out the dumbasses, thx for the idea tho
tibbar
Mar 31 2004, 12:11 AM
Hi
Theres a big flaw in this particular method...entering password "*" will work.
Sorry!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.