├── .gitattributes ├── .gitignore ├── BurpImporter.py ├── LICENSE.txt ├── README.md └── Screenshots ├── BurpImporter_DVWA_Auth_Sitemap.PNG ├── BurpImporter_DVWA_Sitemap.png ├── BurpImporter_FullTab.PNG ├── BurpImporter_LoadOption.png ├── BurpImporter_Nessus_Run.PNG ├── BurpImporter_Nessus_Sitemap.PNG ├── BurpImporter_SessionHandling.png ├── BurpImporter_URLList_gnmap.PNG └── BurpImporter_URLList_nessus.PNG /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/.gitignore -------------------------------------------------------------------------------- /BurpImporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/BurpImporter.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/BurpImporter_DVWA_Auth_Sitemap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_DVWA_Auth_Sitemap.PNG -------------------------------------------------------------------------------- /Screenshots/BurpImporter_DVWA_Sitemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_DVWA_Sitemap.png -------------------------------------------------------------------------------- /Screenshots/BurpImporter_FullTab.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_FullTab.PNG -------------------------------------------------------------------------------- /Screenshots/BurpImporter_LoadOption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_LoadOption.png -------------------------------------------------------------------------------- /Screenshots/BurpImporter_Nessus_Run.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_Nessus_Run.PNG -------------------------------------------------------------------------------- /Screenshots/BurpImporter_Nessus_Sitemap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_Nessus_Sitemap.PNG -------------------------------------------------------------------------------- /Screenshots/BurpImporter_SessionHandling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_SessionHandling.png -------------------------------------------------------------------------------- /Screenshots/BurpImporter_URLList_gnmap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_URLList_gnmap.PNG -------------------------------------------------------------------------------- /Screenshots/BurpImporter_URLList_nessus.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/Burp-Importer/HEAD/Screenshots/BurpImporter_URLList_nessus.PNG --------------------------------------------------------------------------------