Coder Social home page Coder Social logo

vrikodar / lemon Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 1.0 402 KB

Lemon is a User Interactive bash program to search for privilege escalation vectors on Linux in an automated fashion

License: BSD 3-Clause "New" or "Revised" License

Shell 100.00%
linux-privilege-escalation linux privilage-escalation lemon easy-wins linpeas bash

lemon's Introduction

Lemon

lemon

Lemon is a User Interactive bash program to search for basic/easy-wins privilege escalation vectors on Linux

*Before running in non-interactive reverse shell sessions Spawn A TTY shell --> https://netsec.ws/?p=337 *

Running Lemon

    $ git clone https://github.com/SxNade/Lemon
    $ cd Lemon
    $ chmod +x lemon
    
    $ ./lemon -h or ./lemon --help    {run to see other options}

On the Go one Liner

curl https://raw.githubusercontent.com/SxNade/Lemon/main/lemon -o lemon ; chmod +x lemon ; ls -la lemon

TIP

Its recommended that you catch your shells using rlwrap along with netcat this makes your shells more stable and allows you to go through command history as in your typical linux shell with UP and DOWN arrows

rlwrap can be installed with

                    $ apt install rlwrap
                    
            Listening for incoming connections with rlwrap --> rlwrap nc -lp <port>

same goes for bind shells

lemon

Also keep in mind that you may have to press enter after performing a single check from menu

Note

Lemon by no means is a replacement for manual enumeration for privilege escalation, its just aimed at automating some basic checks that a user would do to search for easy wins.

Lemon searches for most common known misconfiguration, more options will be added in upcoming releases

lemon's People

Contributors

vrikodar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.