Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 561 Bytes

File metadata and controls

24 lines (17 loc) · 561 Bytes

burpsuite-http-history-xml-convert-html

Overview

burpsuite-http-history-xml-convert-html는 burpsuite의 HTTP HISTORY를 xml 파일을 HTML에서 확인하도록 변환해주는 도구입니다.

Test Result

Usage

# install package
pip install -r requirements.txt

# help
python main.py -h

# xml to html
python main.py -f ./test/test.xml

# open Result HTML
open result.html

참고

  • template.html의 위치를 별도로 지정하지 않은 경우, main.py와 같은 위치에 존재해야 합니다.