Giter Club home page Giter Club logo

autosuid's Introduction

autoSUID

This script allows you to find and enumerate SUID binaries and check if one of them can be used to escalate or mantain elevated privileges in a iteractive way. It compares the current SUID binaries on the system with the list of GTFOBins and reports information about how to escalate privileges with those binaries.

Requirements

The only tool that is mandatory is curl or wget, in order to make the GET requests to GTFOBins page and get all the vulnerables SUID and limited SUID binaries.

$ sudo apt-get install curl
# Or you can use wget instead of curl
$ sudo apt-get install wget

Optional tools

In order to parse HTML code from GTFOBins, the program html2text is used. If html2text is not installed on the system, the script will try parse HTML code with w3m, and if it is not installed either, the HTML information will be parsed using sed and grep and awk but maybe some characters will not be displayed correctly.

You can install those tools with following commands:

# Optional tools
$ sudo apt-get install w3m
$ sudo apt-get install html2text

autosuid's People

Contributors

alb3rtov avatar

Stargazers

 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.