Extract API end-points from BurpSuite HTTPHistory.xml
You should already installed nodejs, vscode, git
- Export burp suite history file
(Proxy > HTTPHistory > {Select items + RightClick(Save Items)} )
- Add your historyFile.xml to .env file
git clone https://github.com/MasoudAbdaal/nodeBurpHistory.git
- Open project with VSCode
npm i
- Add your burpFile.xml to
.env
file - Press
F5
key - Your end-points appear on
output.json