Advertisement
Guest User

Untitled

a guest
May 27th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. for ($i=1;$i<65535;$i++){
  4.  
  5. `timeout -s KILL 0.3s wget -d "http://10.66.4.1:$i" --post-data="fuck" --tries=1 -O index$i 2>&1 &`;
  6.  
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement