Hacking Website Admin Finder Defacer Script

Yang di Update Terutama Menu, versi kemarin kan cuma ada 2 menu. sekarang saya menambahkan 2Menu yaitu(sqlScan Dan Webdav)Oh ya untuk wpbf nya masih ada yang bug. mungkin minggu depan baru bisa di pakai 🙂Oke lah Ya nggak usah banyak BCD capek gua 🙁 pkg upgrade && pkg update pkg install python2 pkg install python pkg install git pip2 install futures pip2 install requests git clone https://github.com/kobustorghostteam/AdminFinderV1.5 cd AdminFinderV1.5 ls (memastikan folder terinstall semua) python2 AdminFinderV1.5.py cd AdminFinderV1.5 python WebDav.py […]

Read more

A script created with the intention of helping people new to hacking who are not yet able to create their own defaces

Obs: esse script foi criado com a intenção de ajudar pessoas iniciantes no hacking que ainda não conseguem criar suas próprias defaces 📥instalação 💻Debian e 📱Termux: git clone https://github.com/LordShinigami/DefaceGenerator cd DefaceGenerator pip install -r requirements.txt python3 d_generator.py 🥲 ajuda o pai se for possível GitHub View Github    

Read more

Enables increment operators in Python with a bytecode hack

Enable ++x and –x expressions in Python What’s this? By default, Python supports neither pre-increments (like ++x) nor post-increments (like x++). However, the first ones are syntactically correct since Python parses them as two subsequent +x operations, where + is the unary plus operator (same with –x and the unary minus). They both have no effect, since in practice -(-x) == +(+x) == x. This module turns the ++x-like expressions into x += 1 at the bytecode level. Increments and […]

Read more

Chromepass: Hacking Chrome Saved Passwords and Cookies

Chromepass – Hacking Chrome Saved Passwords and Cookies Chromepass is a python-based console application that generates a windows executable with the following features: Decrypt Google Chrome, Chromium, Edge, Brave, Opera and Vivaldi saved paswords and cookies Send a file with the login/password combinations and cookies remotely (http server) Undetectable by AV if done correctly Custom icon Custom error message Customize port AV Detection! The new client build methodology practically ensures a 0% detection rate, even without AV-evasion tactics. If this […]

Read more

An aggressor plugin extension for Cobalt Strike which enables pypykatz to interface with the beacons remotely

Aggrokatz is an aggressor plugin extension for Cobalt Strike which enables pypykatz to interface with the beacons remotely and allows it to parse LSASS dump files and registry hive files to extract credentials and other secrets stored without downloading the file and without uploading any suspicious code to the beacon. aggrokatz is an Aggressor plugin extension for CobaltStrike which enables pypykatz to interface with the beacons remotely.The current version of aggrokatz allows pypykatz to parse LSASS dump files and Registry […]

Read more

Gmail account using brute force attack in python

Gmail-Hack Gmail account using brute force attack, Programmed in Python | PySimpleGUI Python script with PySimpleGUI for hack gmail account using brute force attack Usage: Python3+ git clone https://github.com/adrijano/Gmail-Hack.git cd Bitcoin-wallet-cracker && pip install -r requirements.txt python gmail_hack.py Windows cd dist start gmail_hack.exe GitHub https://github.com/adrijano/Gmail-Hack    

Read more