All Projects → ndelphit → Apkurlgrep

ndelphit / Apkurlgrep

Licence: mit
Extract endpoints from APK files

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Apkurlgrep

Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (+213.09%)
Mutual labels:  hacking, pentesting, infosec
Awesome Shodan Queries
🔍 A collection of interesting, funny, and depressing search queries to plug into shodan.io 👩‍💻
Stars: ✭ 2,758 (+580.99%)
Mutual labels:  hacking, pentesting, infosec
Hacker Container
Container with all the list of useful tools/commands while hacking and pentesting Kubernetes Clusters
Stars: ✭ 105 (-74.07%)
Mutual labels:  hacking, pentesting, infosec
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 870 (+114.81%)
Mutual labels:  hacking, pentesting, infosec
Nmap
Idiomatic nmap library for go developers
Stars: ✭ 391 (-3.46%)
Mutual labels:  hacking, pentesting, infosec
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-84.69%)
Mutual labels:  hacking, pentesting, infosec
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-55.06%)
Mutual labels:  hacking, pentesting, infosec
Red Teaming Toolkit
This repository contains cutting-edge open-source security tools (OST) for a red teamer and threat hunter.
Stars: ✭ 5,615 (+1286.42%)
Mutual labels:  hacking, pentesting, infosec
Infosec reference
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version.
Stars: ✭ 4,162 (+927.65%)
Mutual labels:  hacking, pentesting, infosec
Cameradar
Cameradar hacks its way into RTSP videosurveillance cameras
Stars: ✭ 2,775 (+585.19%)
Mutual labels:  hacking, pentesting, infosec
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (+91.36%)
Mutual labels:  hacking, pentesting, infosec
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (-33.83%)
Mutual labels:  hacking, pentesting, infosec
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+1689.14%)
Mutual labels:  hacking, pentesting, infosec
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+180.49%)
Mutual labels:  hacking, pentesting, infosec
Passphrase Wordlist
Passphrase wordlist and hashcat rules for offline cracking of long, complex passwords
Stars: ✭ 556 (+37.28%)
Mutual labels:  hacking, pentesting, infosec
Mitmap
📡 A python program to create a fake AP and sniff data.
Stars: ✭ 1,526 (+276.79%)
Mutual labels:  hacking, pentesting, infosec
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (+25.68%)
Mutual labels:  hacking, pentesting, infosec
Hawkeye
Hawkeye filesystem analysis tool
Stars: ✭ 202 (-50.12%)
Mutual labels:  hacking, pentesting, infosec
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+3.46%)
Mutual labels:  apk, hacking, pentesting
Phishapi
Comprehensive Web Based Phishing Suite for Rapid Deployment and Real-Time Alerting!
Stars: ✭ 272 (-32.84%)
Mutual labels:  hacking, pentesting, infosec

ApkUrlGrep

Tool that allow extract endpoints from APK files alt text

Install

  1. Install apkurlgrep
▶ go get -u github.com/ndelphit/apkurlgrep
  1. Install apktool

Usage

▶ apkurlgrep -a ~/path/to/file.apk
Result of URLs:

https://example.com
https://example.net
https://example.edu

Result of URLs Paths:

/example
/admin
/onboarding

Ideas

Hey folks! 🙂

Thank you for the interesting of this project! If you found any ideas about how to improve this tool - please write me a message on [email protected] or create new issues in this Github Project.

Have a nice day! 😉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].