proskater123 Posted October 28, 2006 Posted October 28, 2006 I need a program or something to send a message over a novell nework to a work station or the entire network if possible. I really don't care if this program can send it over the entire network. I know about the "Send Message" program on windows computers with novell but those can be traced very easly to see what time, computer and lab you are on. Although i have swithed labs they can still see the worstation id. I tried to find a pic of it on google but i can't. It would also be very nice to be able to have it send it at a sertine time. GOD I CAN REALLY USE THIS software.
moonlit Posted October 28, 2006 Posted October 28, 2006 but those can be traced very easly to see what time, computer and lab you are on So.... you're... trying to do something you shouldn't be doing on a school network, right?
proskater123 Posted October 28, 2006 Author Posted October 28, 2006 how come everything to do with networks instantly is considered to do over school, library, or work networks. No I have a network at home and i want to send it to my brother so he will think it was from my other brother
manuel Posted October 28, 2006 Posted October 28, 2006 yeah. we totally believe you. anyhow why call it a lab, when its just a workstation with multiple logins? why would you be running a novel network if you are at home? There are very few advantages to running a novel network at home. Don't try to lie. we are not that dumb around here. Don't insult the forum mods or admins or for that matter other computer savvy people. All it ends up doing is causing you to get the usual lectures and start flame wars, even though we love noobs with bacon over an open flame.
barrytone Posted October 28, 2006 Posted October 28, 2006 psexec %1 -u administrator -p %3 sc config messenger start= auto psexec %1 -u administrator -p %3 net start messenger psexec %2 -u administrator -p %3 sc config messenger start= auto psexec %2 -u administrator -p %3 net start messenger psexec %2 -u administrator -p %3 net send %1 "%4" save as sendmsg.bat http://sysinternals.com -> pstools. Make sure psexec is in your PATH or in the same dir as the above file. sendmsg.bat <recipient ip> <sender ip> <admin password> <message> That should work fine. You can use the at command to schedule it
melodic Posted October 28, 2006 Posted October 28, 2006 /me brands proskater123 as a hak5 noob LET TEH NOOB BASHIN COMMENCE
Recommended Posts