Skip to content

This program will listen to all the connections in your device

Notifications You must be signed in to change notification settings

0x802/Eye_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Eye Network

alt text

This program will listen to all the connections in your device.

Features

  • You can choose the type of network you want wlan0, eth0, etc ..
  • Filter the type of protocol that you want to TCP or UDP.
  • Search for words in packages and take packages and save them in a file.

Install

$ git clone https://github.com/HathemAhmed/Eye_network.git
$ cd Eye_network 
$ python3 -m pip install --no-cache-dir -r requirements.txt
$ python3 eye_network.py --help

Options

Command Description Use
-m Model wifi card. -m wlan0
-f filter types protocols Tcp or Udp -f tcp
-w Search for words in packages -w password
-t Number timeout for exit for the script -t 10
-H Acts in the form of hexdump -H

Using

$ python3 eye_network.py -m wlan0 -f any -t 10 

About

This program will listen to all the connections in your device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages