Feature Request: Timeout Function #156
Closed
Comments
Added a new tamper script "sleep2timeout.py" that uses "timeout" function for time-based attacks. 94d0ed6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"timeout" function can use for time-based attacks. This command works on both Linux and Windows. I also think there are many different uses.
for example, Linux:
timeout 3 ping -n 127.0.0.1 --> Waiting for 3 sec
Windows :
Timeout 3 --> Waiting for 3 sec
Time^out 3 --> Waiting for 3 sec
The text was updated successfully, but these errors were encountered: