DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
(177 votes) Published: Oct 01, 2005 5:50 p.m. In 8 Favorites Lists Viewed 1227 times
Ok, so you want to do somekind of computer prank on your friend/enemy/school. Usually you need to do some info gathering. This egg gives you a quick easy way to get some important info quickly without bringing much attention to yourself.
All you need to do is get a floppy disk, copy this italicized text into notepad and make it a batch file
(Save as --> anything.BAT)
@echo off
ipconfig/all > a:\ip.txt
exit
Let’s analyze. @echo off isn’t really neccesary, it just keeps the command prompt totally black without the white letters. Ipconfig/all is the meat. It gets the info and then makes a text file called ip on your floppy disk to put it in. Exit just closes the screen, it might do this by default, but this is a good saftey measure if your teacher is suspicious about your computer activities.
Put the batch file on your floppy. Slide it in and run it.
You get in you get out, and the only visible sign was a flash of the black box.
Oct 02, 2005 6:34 am - After you make the batch file and put it on your disc, you run it on the pc you want info from. It will get stuff like host name, physicla address, ip address and much more, and put it in a text file called ip.txt that will be located on your floppy disk. (Which you can take out and examine somewhere else at your leisure)
Oct 04, 2005 9:08 am - would it worked if you like gave the file to a freind over the internet (my preference AIM) and they run it and the info would be sent to you?
Nov 03, 2005 6:16 pm - Works, but the comps at my skool just got a new security software that locks out the dos prompt and will only excecute 1 line of code in a batch file before closing