Skip to content

Letder40/neteye-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neteye V2

With neteye you can search in your network or others networks for a specific port.

Now it's in golang, now it's faster

It will scan a range of ip address searching that port

Usage:

You need to provide a valid network such as 192.168.1.0 or 172.16.0.0 the netmask is default /24 but you can change it adding -m 16 or 8

Only /8, /16, /24 /0 (Global) are supported by now

Example:

neteye -i 192.168.1.0 -p 80

Example with netmask:

neteye -i 172.16.0.0 -p 80 -m 16

Workers

Default Workers -> 800 you can change it with the -w parameter

Global mode

This type of scan its about all the public ipv4 address

neteye -i 172.16.0.0 -p 80 -m 16 -w 1000

Example:

neteye -p 22 -m 0

Installation

Just execute the script install.sh as root

About

La version mejorada de neteye

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published