Skip to content

Commit

Permalink
update burpTracer
Browse files Browse the repository at this point in the history
  • Loading branch information
noobpk committed Sep 13, 2023
1 parent 990db9d commit 36f575e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions burpTracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
from log import *

print ('''\033[1;31m \n
_ ____ _____ _____ _ _
(_)/ __ \ / ____| |_ _| | | | |
_| | | | (___ | | _ __ | |_ ___ _ __ ___ ___ _ __ | |_
| | | | |\___ \ | | | '_ \| __/ _ \ '__/ __/ _ \ '_ \| __|
| | |__| |____) | _| |_| | | | || __/ | | (_| __/ |_) | |_
|_|\____/|_____/ |_____|_| |_|\__\___|_| \___\___| .__/ \__|
https://noobpk.github.io #noobteam | |
Intercept Api in iOS/Android Application |_|
_ ____ ___ ___ _ _
/ \ | _ \_ _| |_ _|_ __ | |_ ___ _ __ ___ ___ _ __ | |_
/ _ \ | |_) | | | || '_ \| __/ _ \ '__/ __/ _ \ '_ \| __|
/ ___ \| __/| | | || | | | || __/ | | (_| __/ |_) | |_
/_/ \_\_| |___| |___|_| |_|\__\___|_| \___\___| .__/ \__|
|_|
https://noobpk.github.io #noobteam
Intercept Api in iOS/Android Application
''')

print ("\033[1;34m[*]___author___: @noobpk\033[1;37m")
print ("\033[1;34m[*]___version___: 1.2\033[1;37m")
print ("\033[1;34m[*]___version___: 1.3\033[1;37m")
print ("")

BURP_HOST = "127.0.0.1"
Expand Down

0 comments on commit 36f575e

Please sign in to comment.