Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Data Visualization | Data Processing | Data Manipulation | Python | Matplotlib | Numpy | Graphs | DFS

Notifications You must be signed in to change notification settings

Shivani0230/WebWorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebWorm

Data Visualization | Data Processing | Data Manipulation | Python | Matplotlib | Numpy | Graphs | DFS | File Handling

image

Project Description

Web Worm project leverages Python programming along with data visualization libraries to analyze and visualize subdomains' relationships within a domain. By fetching subdomains using Subfinder and creating a graph representation, this project aims to provide insights into the structure and connectivity of subdomains. Additionally, it checks the status of each subdomain URL, adding another layer of analysis to the visualization.

Prerequisites

  • Python 3.x
  • NetworkX
  • Matplotlib
  • Requests

Installation

Usage

  • Run the script: python subdomain_graph.py
  • Enter the domain name when prompted.
  • The script will fetch subdomains using Subfinder and visualize them in a graph.

Example

  • python subdomain_graph.py
  • Enter domain: example.com

Output

The script will save the subdomains to subdomains.txt and the not-working subdomains to notworking.txt. It will also display a graph of the subdomains with green nodes for working URLs and red nodes for not-working URLs.

About

Data Visualization | Data Processing | Data Manipulation | Python | Matplotlib | Numpy | Graphs | DFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages