Skip to content

Commit

Permalink
Update weblogic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pyn3rd committed Oct 27, 2018
1 parent e561b61 commit cdee639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblogic.py
Expand Up @@ -5,7 +5,7 @@
import struct

if len(sys.argv) < 3:
print 'Usage: python %s <TARGET_HOST> <PORT> </path/to/payload>' % os.path.basename(sys.argv[0])
print 'Usage: python %s <TARGET_HOST> <PORT> </PATH/TO/PAYLOAD>' % os.path.basename(sys.argv[0])
sys.exit()

sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
Expand Down

0 comments on commit cdee639

Please sign in to comment.