Coder Social home page Coder Social logo

theporgs / exegol-resources Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.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 54.37% Shell 38.51% ASP.NET 0.18% PowerShell 2.09% YARA 0.10% Batchfile 1.27% PHP 2.96% C# 0.52%
active-directory bugbounty hacking pentesting

exegol-resources's Introduction

📌 This repository hosts code for Exegol images, a submodule of the Exegol project. If you were looking for Exegol, go to the main repo


Exegol resources

This repository hosts various files that can be useful to Exegol users during pentest engagements, bug bounties, CTFs, and so on. These resources are automatically downloaded, loaded and updated by the Exegol wrapper (entrypoint to the project) and can be shared (enabled by default) with Exegol containers.

More information on the Exegol documentation.

exegol-resources's People

Contributors

actions-user avatar dramelac avatar lap1nou avatar lightxr avatar malsius avatar qu35t-code avatar shutdownrepo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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" 😁

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.