Skip to content

Spider needed to verify Burp Suite on 1000+ link websites.

Notifications You must be signed in to change notification settings

MSadekUni/linkSpider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

linkSpider

POC of spider

Needed to create a spider that could verify burp Suites spider. First attempt was using scrapy, but could not effectivley create the spider to interact with unknown data and be smart enough to keep certain contexts throughout all the callback parsing. Second attempt will be using python html parser with bfs/dfs. Need to be extensible and to give the number of **unique** links within a certain domain provided.

Hoping to make this into a c++ linkSpider using OOP which should reduce a lot of the code complexity. This will also let me redo project with more knowledge base on the actual problems that arise fron link crawling.

About

Spider needed to verify Burp Suite on 1000+ link websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages