Skip to content

I am creating scapy-based open source program containing useful custom tools such as traceroute, ping and nslookup. In the future, I will create connectivity test that will help users to diagnose their network easier

Notifications You must be signed in to change notification settings

11tonytony11/Scapy-Network-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scapy Network Tools

This is a scapy-based open source program containing useful custom tools such as traceroute, ping, and nslookup. The main goal is to create a simplified solution to use network-related powerful tools with a user-friendly GUI.

Screenshot from scapy-based project containing tools such as ping, nslookup, tracert, etc'

Ping

Ping is command sending small packet of data to certain server. It is often used to make sure server is running and communicating. It is also used sometimes for DOS or DDOS attacks.

NSlookup

NSlookup is a tool used to create a dns query. In simple word, it converts domain (e.g example.com) to ip (e.g 103.44.59.181). It is great command to detect DNS problems.

Trace route

Trace route, also known as Tracert is used to check the path between the user and the server. it is used to diagnose causes for packet loss and connectivity issues.

About

I am creating scapy-based open source program containing useful custom tools such as traceroute, ping and nslookup. In the future, I will create connectivity test that will help users to diagnose their network easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages