Go Back   PCMech Forums > Help & Discussion > Networking & Online Security

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-07-2001, 07:19 PM   #1
Member (9 bit)
 
moonlight burner's Avatar
 
Join Date: May 2000
Location: Asia-Singapore
Posts: 461
Question logon script stealth

Hi guys, how to make commands in 'logon script' invisible to the client when they log on their win95 machines to a NT. 4 server ? (window script)


moonlight burner
moonlight burner is offline   Reply With Quote
Old 06-08-2001, 05:51 AM   #2
Registered User
 
Join Date: Mar 1999
Posts: 355
you can do it with Kixtart logon scripts, along with a thousand other things that you can't easily do with dos batch language.

otherwise, you could run a launcher script that would start your login script minimized with something like "start /m login.bat".

or you could write a little VB wrapper program to hide your commands.

if it's a small environment, I would normally just use a standard script, redirect every command's output to nul, and put in a MOTD, as long as it's short and sweet the users don't get board. what's up, are your users breaking out before the script finishes?
WickedLittleSlaveBoy is offline   Reply With Quote
Old 06-11-2001, 07:25 PM   #3
Member (9 bit)
 
moonlight burner's Avatar
 
Join Date: May 2000
Location: Asia-Singapore
Posts: 461
Hello WickedLittleSlaveBoy, no , it isn't that they are breaking up before the script finished. Is because the client pc runs pretty slow(pentium 166-233 MHZ ), such that they can read the script quite clearly, So is sometimes cumbersome to explain to them when they ask 'what is these...".
I 'll check out the tips , thanks !

moonlight burner
moonlight burner is offline   Reply With Quote
Old 06-11-2001, 08:43 PM   #4
Registered User
 
Join Date: Mar 1999
Posts: 355
oh, I see...yeah, then just do like I suggested. redirect your output to nul.

@echo off
net use X: \\server\share > nul

then use the space for some message.

echo Good Morning users, blah blah blah blah
echo blah blah blah blah blah blah blah blah
echo blah blah blah blah blah blah blah blah
echo blah blah blah blah blah blah blah blah
echo blah blah blah blah blah blah blah blah
echo blah blah blah blah blah blah blah blah
WickedLittleSlaveBoy is offline   Reply With Quote
Old 06-11-2001, 11:42 PM   #5
bob
Member (12 bit)
Premium Member
 
bob's Avatar
 
Join Date: Mar 1999
Location: LA, CA
Posts: 2,227
test.bat

@echo sssssssssss > nul:
@newbat.bat > nul:


then run x.bat > nul:

Just in case
bob is offline   Reply With Quote
Old 06-12-2001, 03:41 AM   #6
Member (9 bit)
 
moonlight burner's Avatar
 
Join Date: May 2000
Location: Asia-Singapore
Posts: 461
Hi bob and WickedLittleSlaveBoy Your 'nul' trick does the 'stealth' job well ! What I did were to run the test.bat as in :

echo off
net time \\server /set /yes > nul
net use h: \\server\postoffice > nul
net use j: \\server\datame > nul
net use s: \\server\sharewoes > nul
net use t: \\server\meetduke > nul

Though I still can see the 'echo off' command when I ran the script .But the rest of the commands were not displayed .Though I don't quite understand what it does.

"@echo sssssssssss > nul:
@newbat.bat > nul:


then run x.bat > nul: " by Bob,"

I did'nt quite inteprete these commands.But anyway...

Thanks ! Someone save my life tonight !

moonlight burner
moonlight burner is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:03 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2