Skip to content
forked from Krosskid12/cyfon

bug bounty pull all subdomain data, hacker tools

Notifications You must be signed in to change notification settings

ismailgarig/cyfon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyFon Tools

Description: Hacking Tools - Bug Bounty, Mobile, Web, IOT, Cloud, Network, Hardware, ReCon Tools

Author: Jonathan Scott Villarreal @jonathandata1

Distribution - Unlimited, you can use these tools anyway and anyhow you want to

VIDEO EXAMPLES

CyFon 1.0 - Hacking Tools, Bug Bounty Tools, Android, Web Recon Tools

CyFon Main - Hacking Tools, Bug Bounty Tools

CWGET Master 1 - Hacking Tools, Bug Bounty Tools

Dependencies

If you are on on a MacOS you will need to install brew package manager

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

For a nice selection tool for the single apk download you will need to install peco

MacOS

brew install peco

Linux

sudo apt install peco

To unpack the android apks you will need to install apk tool

MacOS

brew install apktool

Linux

sudo apt install apktool

ADB (Android Debug Bridge) must be installed is installed

Linux & MacOS

pip3 install adb

You also need to know how enable ADB for the device you are testing on.You also need to know how enable ADB for the device you are testing on.

Tools Included So Far

Sub Domain Scrape - The program will pull down all subdomain data This is useful in bugbounty hunting because a lot of companies leave dev code on their servers, zip files, txt passwords and more

Wget Master 1 - This line of code will pull all absolute URLS from whatever site you throw at it, it is a very clean 1 liner, you can add subdomains as well

Pull All System APKs - This program will pull all system apks from your android device and unpack them

Pull Single APK - This program will allow you to select and pull any apk on your device instead of downloading all. The apk will then be unpacked so you can start to search for vulnerabilities

About

bug bounty pull all subdomain data, hacker tools

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%