scripts:python:scanner_ip

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
scripts:python:scanner_ip [2019/05/04 16:46] Marc Fournierscripts:python:scanner_ip [2020/10/03 09:26] (Version actuelle) FabLac
Ligne 22: Ligne 22:
 <code>python scan-ip.py --help</code> <code>python scan-ip.py --help</code>
  
-Scanner es IP du réseau 192.168.1.0/24 +Scanner des IP du réseau 192.168.1.0/24 
-<code> python scan-ip.py -i 192:168:1:1-254</code>+<code> python scan-ip.py -i 192.168.1.1-254</code>
  
  
Ligne 40: Ligne 40:
           python scan-ip.py --help           python scan-ip.py --help
  
-          python scan-ip.py -i 192:168:1:1-254+          python scan-ip.py -i 192.168.1.1-254
  
 ------------------------------------------------------ ------------------------------------------------------
-                Panda - FabLac                     +                                   
 ###################################################### ######################################################
 ''' '''
Ligne 70: Ligne 70:
   self.timeout=timeout   self.timeout=timeout
   self.set_os_command()   self.set_os_command()
-  #self.checkping() 
   self.multi_scan()   self.multi_scan()
  
Ligne 193: Ligne 192:
  (options, args)= parser.parse_args()  (options, args)= parser.parse_args()
  if not options.ip:  if not options.ip:
-  print "[+] Indiquez une plage IP, ex: scan-ip.py -i 192:168:1:1-254 "+  print "[+] Indiquez une plage IP, ex: scan-ip.py -i 192.168.1.1-254 "
   exit(0)   exit(0)
  target=options.ip  target=options.ip
  • scripts/python/scanner_ip.1556988367.txt.gz
  • Dernière modification : 2019/05/04 16:46
  • de Marc Fournier