├── CHANGELOG.md ├── LICENSE ├── README.md ├── ScriptView.py └── ScriptView └── images ├── example.png └── title.png /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnl-h4ck3r/ScriptView-Burp-Extension/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnl-h4ck3r/ScriptView-Burp-Extension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnl-h4ck3r/ScriptView-Burp-Extension/HEAD/README.md -------------------------------------------------------------------------------- /ScriptView.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnl-h4ck3r/ScriptView-Burp-Extension/HEAD/ScriptView.py -------------------------------------------------------------------------------- /ScriptView/images/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnl-h4ck3r/ScriptView-Burp-Extension/HEAD/ScriptView/images/example.png -------------------------------------------------------------------------------- /ScriptView/images/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnl-h4ck3r/ScriptView-Burp-Extension/HEAD/ScriptView/images/title.png --------------------------------------------------------------------------------