Posted February 15, 200619 yr *UPDATED FILE AGAIN, PLEASE PLACE ENUM.EXE IN SAME LOCATION AS WINNETSEND.EXE* Enum.exe now creates a text file and displays all message aliases on the network in that file. *I can't be sure that this feature works 100% yet because I was having some problems with it before, but I'm having someone who actually has a LAN at their house test it for me, so once I am certain it works, I will take this warning away. I'm pretty sure that it works though, but just to be safe, I'm warning you that it might not work.* Here's a program I wrote for people who like to dick around with net send at school or whatever but don't want to be found out. All source code is included with the program. Be creative with this thing - I made it to use at school so bring it with you on a disk; it is the ultimate way to pwn people (because you can select how many messages to send - up to basically the biggest number that can be stored in an int) and get faygets you don't like in trouble (by sending messages "from whoever that fayget is"). Now this thing is even better because it gives all message aliases on the network so you can even pwn random people if you like. Here's a screenie http://www.civfanatics.net/uploads11/net_tool.JPG (homeyg is my name at a different forum)
February 15, 200619 yr Hmm.. that's actually pretty damn useful! I played around a bit with net send and managed to 'crash a computer doing important work' (says my net admin). Luckily I managed to find pictures of him naked on his account and got him fired ^_^ Anyway... does it spoof the user account as well as the computer name? EDIT: It's legit but it keeps saying done with errors. Perhaps it could tell you what they were?
February 15, 200619 yr When i was at college i spoofed netsend messages to appear to come from other peoples computers and sent them to * (the whole network). Got quite a few people temp banned from the network.
February 15, 200619 yr how do i found out what im supposed to put in the "to" box at school? when we log in, its our student id number.... so do i put the studend ID or do i put something else..... im confused. -headshot4819
February 15, 200619 yr Its cool but you should write a tutorial, lotsa nubs gona nead some help in this thread now
February 15, 200619 yr how do i found out what im supposed to put in the "to" box at school? when we log in, its our student id number.... so do i put the studend ID or do i put something else..... im confused. -headshot4819 You type in whatever their username is, whcih in your case is a student number.
February 15, 200619 yr Author nimrod']hint: send/receive works only if u have the messenger service running. yeah i forgot to mention that
February 15, 200619 yr Author how do i found out what im supposed to put in the "to" box at school? when we log in, its our student id number.... so do i put the studend ID or do i put something else..... im confused. -headshot4819 go to the command prompt and type 'net name' and it will tell you the name of whatever computer you're on
February 15, 200619 yr Author EDIT: It's legit but it keeps saying done with errors. Perhaps it could tell you what they were? did it still say that when it actually worked? could be a bug - i'll check it EDIT: Just looked, it turns out i forgot to change the variable that determines whether its says "with errors" to false whenever it is successful i also changed it so that it will enumerate all names in the server (to a textfile called enum) - i need someone to test this part for me (this will mostly help people like the dude who was wondering what to put in the "To" field) *UPDATED FILE IN FIRST POST*
February 16, 200619 yr i made a worm a few years ago with net send. Sent it to this kid, and his computer sent a message to everyone, then everyone of those users sent one to everyone... one giant mass loop lol... Took the whole school district down for 3 days, in which theres 13 schools and thousand of comps. great times pretty sure it just read "Cactus!" for the message
February 16, 200619 yr Author i made a worm a few years ago with net send. Sent it to this kid, and his computer sent a message to everyone, then everyone of those users sent one to everyone... one giant mass loop lol... Took the whole school district down for 3 days, in which theres 13 schools and thousand of comps. great times pretty sure it just read "Cactus!" for the message that would be pretty cool to do... do you still have any code from that program that you could post or pm?
February 16, 200619 yr nah, moved twice then and lost the disk it was on [[btw i know what comes next lol,, "omg no proof!! +b!!!!"]]
February 16, 200619 yr make a looping bat file that sends a message to * and have a key in hklm run it. Next kid who logs on gets the blame, and everyone has a few hundred boxes to click away.
February 16, 200619 yr rofl rofl rofl. "to" means the computer netbios name or ip. to get the ips in your subnet, use a port scanner for example "superscan".
February 17, 200619 yr Author make a looping bat file that sends a message to * and have a key in hklm run it. Next kid who logs on gets the blame, and everyone has a few hundred boxes to click away. I've done that before Btw, I've updated the code, check the first post people.