UGN Security
Posted By: l4tn3m Another noob question - 03/25/08 02:30 PM
I was on metacafe watching all the video Tutorials I could on hacking and what Really struck my interest was the .bat files and different things you could do with command prompt such as turn your CMD to a instant messenger. Could anyone please give me some insight on this? or what I would need to read to learn for myself?
Posted By: l4tn3m Re: Another noob question - 03/25/08 02:41 PM
here is the code just in case anyone was curious

@echo off
:A
echo Messenger
set/p n=User/IP:
set/p M=Message:
net send %n% %m%
pause
goto A

Just copy and paste into notepad and save as .bat file
and for it to work you need the name or IP address of the computer you would like to speak with....
Posted By: Gremelin Re: Another noob question - 03/25/08 02:48 PM
Net send is a windows messaging client; most people disable it as it's quite annoying and pointless...

Your bat script is basically reading in what a user sends and formats it, then displays it for you... It's quite basic and will only work where net send isn't disabled (and to where it isn't disabled)
Posted By: Gremelin Re: Another noob question - 03/25/08 05:02 PM
There is a semi decent "What Is NetSend" article here the writer doesn't seem to have a firm grasp over the English Language, so you may re-read several paragraphs several times...
Posted By: l4tn3m Re: Another noob question - 03/26/08 12:59 AM
Cool thanks Gizmo.
© UGN Security Forum