Skip to content

A python script to pull script src, iframe src, window data values from BurpSuite proxy logs.

Notifications You must be signed in to change notification settings

nwalsh1995/external_web_sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

external_web_sources

A python script to pull script src, iframe src, window data values from BurpSuite proxy logs.

Enable logging in your Burp Miscellaneous options and make sure that (any category) Request and Response are both being logged. If one is not being logged then the script will fail.

Additionally, install BeautifulSoup, pip install bs4

Call the script with python external_web_sources.py <log_file> and it will display a sorted GUI of 3rd party imports for each website.

Alternatively, call python external_web_file.py </path/to/file.html> to parse out external sources from an HTML on disk.

About

A python script to pull script src, iframe src, window data values from BurpSuite proxy logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published