fixed incorrect documentation
This commit is contained in:
		
							parent
							
								
									d2bddce6df
								
							
						
					
					
						commit
						409dcfac31
					
				
					 1 changed files with 0 additions and 13 deletions
				
			
		
							
								
								
									
										13
									
								
								pnger.py
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								pnger.py
									
										
									
									
									
								
							| 
						 | 
					@ -9,19 +9,6 @@
 | 
				
			||||||
'''
 | 
					'''
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import argparse
 | 
					import argparse
 | 
				
			||||||
'''
 | 
					 | 
				
			||||||
Created on Mar 2, 2013
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Created on Mar 2, 2013
 | 
					 | 
				
			||||||
@descr:  little script that finds subdomains of a domain specified
 | 
					 | 
				
			||||||
         as a command line argument
 | 
					 | 
				
			||||||
@author: Evan J Johnson
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@bugs:
 | 
					 | 
				
			||||||
It doesn't work amazingly. It works okay. I had the idea that this might work...
 | 
					 | 
				
			||||||
but I think it needs more work. It will only find subdomains that have been indexed by 
 | 
					 | 
				
			||||||
search engines
 | 
					 | 
				
			||||||
'''
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
def pngit(infile, outfile):
 | 
					def pngit(infile, outfile):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue