Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 900 Bytes

TODO.md

File metadata and controls

30 lines (24 loc) · 900 Bytes

BEURK's TODO List

Due for BEURK 1.0

  • Unit test with principal antirootkit
  • Invisible backdoor
  • Work on common linux server distributions
  • PAM backdoor for local privesc and remote entry
  • Anti-debugging
  • Avoids unhide, lsof, ps, ldd detection
  • Hides files and directories
  • Hides remote connections
  • Hides processes
  • Hides logins
  • PCAP hooks avoids local sniffing

Core (evil hooking library)

  • Implement DEBUG_MODE (as defined in API Documentation)
  • Add an uninstallation feature on DEBUG_MODE

Client (PTY backdoor connection client)

  • Create a socat POC pty backdoor
  • Create a basic PTY client in python 2.7

Builder (Makefile and config file builder)

  • Create a lite, basic Makefile
  • Describe config-file variables for building
  • Check for dependencies in Makefile