Skip to content

g3nj1z/FAFOSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FAFOSE

Fast FOFA Search (FAFOSE) automates the encoding of IP addresses into FOFA-compatible Base64 URLs for quick searches on FOFA’s platform. It allows encoding of single IP addresses or a list from a specified file, outputting each encoded URL in a clear, readable format.

Features

  • Encode IP Addresses in One-Go: Converts individual or multiple IPs into Base64 format and constructs FOFA-compatible search URLs.
  • Batch Processing: Reads IPs from a specified file, encoding each and displaying URLs for easy access.
  • Lightweight and Efficient: Simple script leveraging Python’s base64 library.

Example

Single Target

python3 fafose.py <ip address>

Mutiple Target

python3 fafose.py -i path/ip.txt

Each IP will generate an encoded FOFA URL, displayed in the format: Encoded URL for 192.168.1.1: https://en.fofa.info/result?qbase64=<Base64_encoded_IP>

About

Fast FOFA Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages