ghettochild Posted May 10, 2004 Posted May 10, 2004 I am trying to find a software that will allow computers on a network to chat so that I can send commands via this window to all the computers and have autoit pick up the command, stringsplit it and act accordingly. Any good chat programs for lan?
scriptkitty Posted May 10, 2004 Posted May 10, 2004 Free and built in to win2000 and XP run(@comspec &" /c net send computername Hello I am a chat message") AutoIt3, the MACGYVER Pocket Knife for computers.
emmanuel Posted May 10, 2004 Posted May 10, 2004 like, net send?just google it "I'm not even supposed to be here today!" -Dante (Hicks)
ghettochild Posted May 10, 2004 Author Posted May 10, 2004 where does the text pop up on the recieving computer?
scriptkitty Posted May 10, 2004 Posted May 10, 2004 (edited) more of an example, and grabbing the text from it: run(@comspec &" /c net send "& @ComputerName &" Hello I am a chat message","",@SW_HIDE) WinWait("Messenger Service","Message from") $x=ControlGetText ("Messenger Service","Message from","Static1") winclose("Messenger Service","Message from") MsgBox(1,"",$x) edit.. sends it only to yourself in this example. Edited May 10, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
ghettochild Posted May 10, 2004 Author Posted May 10, 2004 I love you guys, in a non-flitty sort of way.
brett Posted May 10, 2004 Posted May 10, 2004 ya...but if u use netsend and enable the service you'll get a TON of junk advertisements and such -Brett
scriptkitty Posted May 10, 2004 Posted May 10, 2004 only if you have a public IP address. AutoIt3, the MACGYVER Pocket Knife for computers.
scriptkitty Posted May 10, 2004 Posted May 10, 2004 If you are behind a router, you have a 192.168.1.1 or internal IP. That means no one can see you from the internet. You are not totally protected, but you would basically use NAT to get out. Most LANs do not have Public IP addresses. DSL, Cable, and Dialup usually use dynamic IP, if you have a router, you are 99% going to be on an internal IP using NAT(Natural Address Translation.) AutoIt3, the MACGYVER Pocket Knife for computers.
ghettochild Posted May 11, 2004 Author Posted May 11, 2004 we have a lot of computers in a LAN with a router, each with their own ip issued from a server
scriptkitty Posted May 11, 2004 Posted May 11, 2004 Yea, actually I shouldn't say 99%. I should have said look at your IP, if it starts with 192.168.xxx.xxx then you are not on a pubic IP. If you have a public IP, make sure you have a good firewall up and patch frequently. That nasty little random IP virus is playing havoc with open systems on the internet. AutoIt3, the MACGYVER Pocket Knife for computers.
ghettochild Posted May 11, 2004 Author Posted May 11, 2004 LOL! i am currently working on the rollout script for stinger on all the computers that reports back all viruses found. Most specifically that nasty sasser little bugger.
brett Posted May 11, 2004 Posted May 11, 2004 well my IP for my LAN is 192.168.xxx.xxx, but it is not like that for my internet IP, is the firewall that comes with XP good? i have all of the patches. -Brett
scriptkitty Posted May 11, 2004 Posted May 11, 2004 (edited) Too funny, I did a stinger rollout last week for an email virus I thought we might have, turns out only one on the LAN did...whew...Basically I just have all my computers run a default AutoIt compiled script at log on, so I just change that file and bam next morning it is done.They also run the same file in thier schedule at midnight just in case.I can always psexec.exe if something is critical. ...edit check out the sasser fixes. It was designed to bypass XP firewall. They did an emergency fix on it though.W32.Sasser.E.Worm can run on, but not infect, Windows 95/98/Me computers. Although these operating systems cannot be infected, they can still be used to infect vulnerable computers. Variants: W32.Sasser.WormType: WormInfection Length: 15,872 bytes Systems Affected: Windows 2000, Windows XPSystems Not Affected: DOS, Linux, Macintosh, Microsoft IIS, Novell Netware, OS/2, UNIX, Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT, Windows Server 2003 Edited May 11, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now