Giter Site home page Giter Site logo

methos2016 / lantester Goto Github PK

View Code? Open in Web Editor NEW

This project forked from a-min3/lantester

0.0 2.0 0.0 18 KB

A python tool for performing basic first-hop LAN attacks such as DHCP starvation, ARP spoofing, DNS poisoning and more.

Python 100.00%

lantester's Introduction

"LANTESTER"

   		Usage: lantester.py [-rs] [-p <protocol>] [-f <flags>] [-d <scan_type>] [-t <targetIP>]
                -s --sniff                            -Sniffer la communication tcp d'une cible .
            	-d --detect                           -Detecter une attaque arp poisoning ou un serveur DHCP malveillant.
                -S --scan=scanType                    -Specifier le type de scan : tcp, udp, icmp-echo.
                -P --proto=protocol                   -Specifier le protocol a tester: dhcp , dns, arp.  
	        -f --flags=flags                      -Specifier le type de scan si le scan est sur TCP: SYN, FIN,    
                                                       ACK, NULL, XMAS.
	        -t --target=target_ip                 -Specifier une cible pour le scan.
                -p --port=port_range                  -Specifier une plage de ports a scanner.
	        -i --interface                        -Specifier l'interface pour la detection 
	       	-h --help                             -Afficher ce menu d'usage.
      
	  
	    Examples :
		
				python lantester.py -s -p tcp -P 80 192.168.1.100
                    	    	python lantester.py -d tcp -f SYN 192.168.1.10
			    	python lantester.py -d dhcpserver -i eth0
			    	python lantester.py -d arppoison - i wlan0 -t 192.168.1.0/24
			   	python lantester.py -P dhcp 
			    	python lantester.py -s -i eth0
			    	python lantester.py -d udp -p 1,108 192.168.1.10  
			    	python lantester.py -d tcp -p 80 -f FIN 192.168.1.10/24
			    	python lantester.py -d tcp -p 23 -f SYN serv.domaine.com
          
          
	 

lantester's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.