what I need is if the password found save it to text file
Posted: 06 Sep 2011 20:52
I have this code (CMD bat file)
@echo
text -u text -w numeric1.txt
this code is for testing passwords
usually if it is find the password I get this 2 lines (I type it exactly)
[+] Password : [X]
[+] Status : Rasta!
X is the password that it is found
what I need is if the password found save it to text file ; and if the password not found then just close the bat file (the default thing happen is close when end if it find the password or not so I need code to change the default )
Can you please help me with that ?
Regards
@echo
text -u text -w numeric1.txt
this code is for testing passwords
usually if it is find the password I get this 2 lines (I type it exactly)
[+] Password : [X]
[+] Status : Rasta!
X is the password that it is found
what I need is if the password found save it to text file ; and if the password not found then just close the bat file (the default thing happen is close when end if it find the password or not so I need code to change the default )
Can you please help me with that ?
Regards