|
|||||||||||
|
RE: Network Scan
From: Andy Streule <andy.streule(at)lythamhigh.lancs.sch.uk>
Date: Tue Jan 21 2003 - 09:12:42 EST
for /f %%a in ('net view ^| find "\\" ') do dir %%a\c$\*.jpg /a /b /s >>
list.txt
then use blat(cmd emailer) to mail the list.txt to an administrator/yourself.
i think each loop of the first FOR loop would append filenames to list.txt
so for the 2nd FOR loop the file would contain the all jpg's on all
computers.
if you used scopy instead of move (I suppose youd have to do a del
afterwards)
there are endless possibilities regards browolf Security Forums http://www.security-forums.com > -----Original Message-----
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:03:37 EDT |
||||||||||
|
|||||||||||