Advertisement
Guest User

Get incremental url

a guest
Apr 2nd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. for a in {0..9}
  3. do
  4.   for b in {0..9}
  5.   do
  6.     for c in {0..9}
  7.     do
  8.       wget http://190.242.114.26:8080/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000000$a$b$c
  9.     done
  10.   done
  11. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement