Skip to content

prettyHello/smart-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-router

Build Status

DNS-sniffer

The DNS-sniffier uses the scapy-python3 lib.

First tests on DNS-sniffer

DNS answers are stored into the "smartrouter" database on the "DNSQueries" table.

Usage :

cd /home/vargrant/python
sudo python3.5 dns_sniffer_0.0.py

or

sudo /usr/bin/python3.5 /home/vagrant/python/dns_sniffer_0.0.py

In another shell :

nslookup nicode.me
nslookup facebook.be

Object Oriented Python

This is a first object oriented version of the sniffer. The testclass.py tests the sniffer.

Usage :

cd /home/vargrant/python
sudo python3.5 testclass.py

or

sudo /usr/bin/python3.5 /home/vagrant/python/testclass.py

ohmyzsh

For more conviviality, you can install ohmyzsh. A password must be setup before installing ohmyzsh. So you can run :

passwd
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 82.8%
  • Python 13.0%
  • HTML 3.6%
  • Vue 0.6%