Code Monkey home page Code Monkey logo

narcissus's Introduction

Narcissus RAT

Proof of concept for a remote access trojan that utilizes Twitter direct messages for command, control, and exfiltration.

Requirements:

  • Narcissus requires one Twitter developer account. Any messages sent to this account while Narcissus is running will be interpreted as commands.
  • Once you have created a developer account, create a new user environment variable and set these values, separated by semicolons:
    • Consumer Key
    • Consumer Key Secret
    • Access Token
    • Access Token Secret
  • For delivery to a remote system, hardcode these values as strings to the appropriate values. AT YOUR OWN RISK
    • This will expose your API keys and secrets, but is the only way to interact with the API with no interaction to other delivery domains.
  • Target must be a Windows host with .NET Framework v4.7

Delivery Methods:

  • Compile Narcissus as a standalone executable and execute on target
  • Deliver as PowerShell payload
    1. Run code in included .ps1 file
    2. Run with [narcissus.Narcissus]::Main()

Commands:

  • Any simple PowerShell command can be executed in Narcissus through it's custom pipeline. Results are limited to Twitter message limits.
  • Kill: Stops Narcissus agent on target
  • Get-Screenshot: Takes screenshot of active desktop, writes it to user's temp, sends it back, then deletes it.
  • Start-Keylogger: Sets a low level keyboard hook and collects keys across all applications
  • Kill-Keylogger: Uninstalls the keyboard hook and sends collected keystrokes back

Upcoming Features:

  • Command queueing
  • Large output
  • System info collection
  • Large script delivery
  • Microphone access
  • Webcam access

narcissus's People

Contributors

blaverick62 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.