Skip to content

VoIDWALkER7/Spider-N-Probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a spider and a probe tool.

The spider tool takes an url as an input alongside a keyword and prints out urls that contain that input while keeping in mind that no duplicated url is present in the output. image

^ The successful spider run

In the urls.txt file, we have pasted the output from spider.py so that we can use that file as an input for the probe.py.

Now, for probe.py, we will run it alongside cat command.

cat urls.txt | python3 probe.py

All the responsive urls will be stored in a file called filtered_urls.txt and all the bad urls will be discarded.

image

^ The successful probe run

image

^ Output file successfully generated

Releases

No releases published

Packages

No packages published

Languages