Skip to content

Commit

Permalink
added template folder for butp extention
Browse files Browse the repository at this point in the history
  • Loading branch information
p4p1 committed Jul 13, 2022
1 parent f3e78c7 commit 96d419f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions burp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
XSS_BOMB BURP PLUGGIN
=====================
*Burpsuite frontend to manage xss bomb account*

![xss_bomb](https://raw.githubusercontent.com/p4p1/xss_bomb/main/assets/logo.png)

Under development come back later :)
1 change: 1 addition & 0 deletions burp/gui/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Folder used to manage gui stuff on burp extention
13 changes: 13 additions & 0 deletions burp/xss_bomb.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Made by papi
# Created on: Wed 13 Jul 2022 02:20:28 AM BST
# xss_bomb.py
# Description:

from burp import IBurpExtender

class BurpExtender(IBurpExtender):
def registerExtenderCallbacks(self, callbacks):
print("Hello World")
return

0 comments on commit 96d419f

Please sign in to comment.