Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added heartbeat system, improved payload UI, added generic reverse TCP shell. #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Renmusxd
Copy link
Collaborator

@Renmusxd Renmusxd commented Feb 5, 2018

  • Heartbeat system is made to deal with OSX laptop's socket behavior when closed/sleeping. Socket will appear to function normally from host side but will actually be suspended. I believe this was causing some timeout/out-of-sync issues when laptops were closed. Added a heartbeat system to check every 10 seconds that the client is still responding even if socket claims to be accepting bytes.
  • Generic TCP Shell payload allows direct client - machine interaction and thus full terminal support. Payload detaches from parent process and masks itself with fork/exec
  • Payloads now order themselves consistently.

@Renmusxd Renmusxd requested a review from MattLombana February 5, 2018 00:13
@Renmusxd
Copy link
Collaborator Author

Renmusxd commented Feb 5, 2018

Had some free time so felt like adding some payloads and fixing some bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant