DEV Community

Thatcher Clough
Thatcher Clough

Posted on

A Backdoor with a multitude of features

Typically, backdoor utilities such as NetCat have 2 main functions: to pipe remote input into cmd or bash and output the response. This is useful, but it is also limited. BetterBackdoor overcomes these limitations by including the ability to inject keystrokes, get screenshots, transfer files, and many other tasks.

BetterBackdoor can:

  • Run Command Prompt commands
  • Run PowerShell scripts
  • Run DuckyScripts to inject keystrokes
  • Exfiltrate files based on extension
  • Exfiltrate Microsoft Edge and WiFi passwords
  • Send and receive files to and from victim's computer
  • Start a KeyLogger
  • Get a screenshot of victim's computer
  • Get text copied to victim's clipboard
  • Get contents from a victim's file (cat)

Demo:
https://asciinema.org/a/6K0SOY7W8u7ligNoP3s912kwY

GitHub:
https://github.com/ThatcherDev/BetterBackdoor

Top comments (0)