Guest User

Untitled

a guest
Dec 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ::: Created by:Chen C. :::
  2.  
  3.  
  4.  
  5. for iiii in {0..65535};
  6. do for iii in {0..65535};
  7. do for ii in {0..65535};
  8. do for i in {0..65535};
  9. do j=$(printf "2604:180:[BLANK]:[BLANK]:%x:%x:%x:%x\n" $iiii $iii $ii $i;)
  10. echo "ip -6 addr add "$j"/48 dev eth0";
  11. echo $(ip -6 addr add $j/48 dev eth0);
  12. done
  13. done
  14. done
  15. done
Add Comment
Please, Sign In to add comment