Code Monkey home page Code Monkey logo

flowerpot's Introduction

FlowerPot

A basic RAT (Remote Administration Tool) meant for Linux machines.

How to use

NOTE: THIS TOOL ONLY WORKS ON LINUX MACHINES. DO NOT TRY COMPILING MAIN.C FOR WINDOWS AS IT WILL NOT WORK.

So first we must open up post.c and replace IP_HERE with our own IP address. image

Then, we must compile it. Simply do gcc -o post post.c. And now, you should be ready to go.

Now we will start up our main file. To run it, do ./main. Then use the listener command to start up a listener. Then, send the file to your victim and convince them to execute it.

Now there are multiple different ways to execute a file. On most linux distros you can double click on the file and it will ask you if you're sure you want to execute it, and if you click yes, the file will be executed in the background. But you can also execute it via the command line by doing ./post. This is not recommended because you will lose the connection between you and your victim when they close their terminal.

Now lets execute the file on the target machine. image

Now as you can see, we got a connection! So now we are able to have some fun. We now have a post-exploitation framework loaded right after we get a connection. Now we can pretty much do whatever we want. image

How does it work?

Well, it's actually extremely simple.

Once the listener has started and the target has executed the file, it will use curl to download the post-exploitation framework, and then when we got our connection, the first thing that it loads is the framework, so now we have all these options for controlling and gathering information about the machine we just got access to.

Screenshots

image

Credits

[https://github.com/0x1CA3]

flowerpot's People

Contributors

brows3r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flowerpot's Issues

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.