Skip to content

Commit

Permalink
improved usage of the response body
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeXTF2 committed Aug 15, 2022
1 parent db4dfd6 commit b07735d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/__pycache__
/__pycache__
generated.profile
7 changes: 5 additions & 2 deletions burp2malleable.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,11 @@ def storelocation(item):
if beaconid[0] == "body":
body_used = True

taskingprepend = input("What would you like to prepend to the beacon taskings in the response body?\n> ")
taskingappend = input("What would you like to apppend to the beacon taskings in the response body?\n> ")
printbold("\nThis is the response body, where beacons taskings will be stored.")
taskingprepend,taskingappend = blend(resbody)

# taskingprepend = input("What would you like to prepend to the beacon taskings in the response body?\n> ")
# taskingappend = input("What would you like to apppend to the beacon taskings in the response body?\n> ")

profilebanner = """
############################################################################
Expand Down

0 comments on commit b07735d

Please sign in to comment.