Skip to content

Commit

Permalink
Merge pull request #1 from DimopoulosElias/master
Browse files Browse the repository at this point in the history
gingeleski/jawfish.git#3
  • Loading branch information
Evan-Sa committed Sep 19, 2015
2 parents e7fe843 + a517582 commit 9293c02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jawfish/jf-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

'''
Jawfish is a tool designed to break into web applications.
Built on top of Soen Vanned's Forced Evolution.
https://github.com/soen-vanned/forced-evolution
Loaded into the web app (jawfish.io) via Brython.
Version 1.0
'''

Expand Down Expand Up @@ -93,7 +90,7 @@ def process_targeting_form():
url_string = window.location.href
url_string = unquote( url_string )
try:
TARGET = ((url_string.split('?TARGET='))[1].split('&ADDR')[0])
TARGET = ((url_string.split('TARGET='))[1].split('&ADDR')[0])
result_out('[+]\tTarget %s acquired!' % TARGET)
ADDR = ((url_string.split('&ADDR='))[1].split('&VULN_VAR')[0])
if ADDR[0] == '/':
Expand Down

0 comments on commit 9293c02

Please sign in to comment.