Code Monkey home page Code Monkey logo

allforone's Introduction

Hello, I'm AggressiveUser ๐Ÿ‘‹

AggressiveUser

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป About Me

๐Ÿ—ฟ Too "LAZY" to complete this.

๐Ÿ—ฟ Where to find me [email protected]

๐Ÿงฉ HackTheBox

  • โœจ Ownership Rank: Guru
  • AggressiveUser Country Rank: India #2
  • ๐ŸŒ Global Rank: TOP 50

HackTheBox Badge

๐Ÿ’ป Projects

๐Ÿ“ฑ NOXER - Nox Emulator Power Tool Nox Logo

Automate your Android penetration testing lab setup using Nox Emulator.

๐Ÿš€ Features

  • Automate Lab Setup: Easily configure your Android penetration testing environment.
  • Stable ADB Connections: Ensure consistent and reliable ADB connections.
  • Frida Server Management: Quickly install and launch Frida Server on the Nox Emulator.
  • Ad and Bloatware Removal: Automatically remove ads and unwanted apps from the Nox Emulator.
  • User-Friendly CLI: Intuitive interface for managing your testing lab.
  • BurpSuite Integration: Seamlessly install and configure BurpSuite certificates.
  • Windows Tools Management: Install or verify essential pentesting tools (Frida, Objection, reFlutter) on Windows.
  • Frida-Tool Options: Various functionalities like listing apps, bypassing SSL pinning, and root checks.
  • Flexible Menu: Interactive options for running Frida Server, opening an ADB shell, and more.
๐Ÿ AllForOne - Nuclei Template Collector ๐Ÿ‘ค

A Python script that allows bug bounty hunters and security researchers to collect all Nuclei YAML templates from various public repositories, helping to streamline the process of downloading multiple templates using just a single repository

๐Ÿš€ Features

  • The script leverages the GitHub repositories which containing Nuclei Templates. It will clones them to your local machine, and extracts the templates, organizing them for easy access.
  • Once the script completes, it will display the total count of templates in a tabular format.
  • It will create a folder named Templates in the repository's root directory. Inside this folder, you'll find subfolders for each cloned repository segregated as per publication year CVE-20XX and others as Vulnerability-Templates.
  • Each template is stored as a separate file, enabling easy access and utilization for your bug bounty or security testing activities.
๐Ÿฆ SIMBBA - The AI ChatBOT ๐Ÿค– [DEAD - OFFLINE]

Looking for a simple and effective way to bypass content filtering in ChatGPT? Look no further than our easy-to-use script!

๐Ÿš€ Features

  • Bypasses content filtering in ChatGPT, allowing you to access restricted content with ease.
  • Interactive chat with AI-powered ChatGPT.
  • Simple and easy-to-use script that can be run with just a few commands.
  • Lightweight and fast, with minimal impact on system resources.
  • Compatible with a wide range of systems and configurations.

๐Ÿ’€ Soon more projects will Come ๐Ÿ’€

๐Ÿ“ Publications

CVE List ๐ŸŽฏ
  1. CVE-2022-1163
  2. CVE-2022-1588
  3. CVE-2022-24899
  4. CVE-2022-1530
  5. CVE-2022-26180
  6. CVE-2022-0557
  7. Will Add More Too LAZY To Complete This
Exploit-DB List โ˜ฃ๏ธ
  1. Contao 4.13.2 - Cross-Site Scripting (XSS)
  2. qdPM 9.2 - Cross-site Request Forgery (CSRF)
  3. minewebcms 1.15.2 - Cross-site Scripting (XSS)
  4. part-db 0.5.11 - Remote Code Execution (RCE)
  5. Microweber 1.2.11 - Remote Code Execution (RCE) (Authenticated)
Hall Of Fame ๐Ÿฅ‚
  1. Apple - 2023
  2. Microsoft - 2023
  3. Philips - 2023
  4. RedHat - 2024
  5. NVIDIA - 2023
  6. Will Add More Too LAZY To Complete This

๐Ÿ“œ Certifications

  • eWPTxV2: eLearnSecurity
  • CRTE: Altered Security
  • OSCP: Offensive Security
  • Will Add More Too LAZY To Complete This

๐Ÿ“ซ Connect with Me


AggressiveUser

allforone's People

Contributors

4riful avatar aggressiveuser avatar sneakywarwolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

allforone's Issues

Fails running the script in wsl2 kali linux

โ””โ”€# python3 AllForOne.py
,-. ,---. __ / \ _ _ _ ___ ___
/ ) .-' ./ / \ /_\ | | | / __\__ _ __ /___\_ __ ___ ( ( ,' / /| //\| | | / / _ | '__| // // ' \ / _
\ -" \ \ / | / _ \ | | / / | (_) | | / \_//| | | | __/ . , \ \ / | _/ _/
|| / ___/|| _/ || ||_|
/. ,'-----Y |
( ; | '
| ,-. ,-' Git-HUB | / Nuclei Template Collector
| | ( | BoX | / - AggressiveUser
) | \ .___________|/ --' `--'
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/urllib3/connection.py", line 203, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/usr/local/lib/python3.11/dist-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 791, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 492, in _make_request
raise new_e
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 468, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 1097, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.11/dist-packages/urllib3/connection.py", line 611, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/urllib3/connection.py", line 218, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f827bd3f690>: Failed to establish a new connection: [Errno 101] Network is unreachable

Stuck at a certain point

Basically its getting stuck at 99.35 , and i even tried to delete the github repo lines that are causing this from pleaaseupdateme.txt but to no avail its not working it somehow seems to always get stuck at the end.
Problem

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.