Skip to content

This asynchronous web crawler is designed for reconnaissance tasks. It crawls a specified URL up to a defined depth, extracting useful information

Notifications You must be signed in to change notification settings

enigma522/Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This asynchronous web crawler is designed for reconnaissance tasks. It crawls a specified URL up to a defined depth, extracting useful information such as:

  • Email addresses
  • Internal and external links
  • JavaScript files
  • Images
  • Document URLs (e.g., PDF, DOC, XLS)
  • Comments and potential sensitive data

Usage

you can use this tool with this command python

spider.py -u https://exemple.com -d [depth]

About

This asynchronous web crawler is designed for reconnaissance tasks. It crawls a specified URL up to a defined depth, extracting useful information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages