Created
          March 16, 2016 23:45 
        
      - 
      
- 
        Save andwn/b0a54d03255183c4803b to your computer and use it in GitHub Desktop. 
    Every IP address, a must have for pro hackers
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | f = open("everyip.txt", "w") | |
| for b1 in range(0,255): | |
| for b2 in range(0,255): | |
| for b3 in range(0,255): | |
| for b4 in range(0,255): | |
| f.write("{0}.{1}.{2}.{3}\n".format(b1,b2,b3,b4)) | |
| f.close() | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment