GithubHelp home page GithubHelp logo

afwu / fofax Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiecat/fofax

0.0 1.0 0.0 34.86 MB

fofaX is a command line query tool based on the API of https://fofa.so/, simple is the best!

Home Page: http://fofax.xiecat.fun/

License: GNU General Public License v3.0

Go 97.12% Makefile 1.51% Shell 0.37% ANTLR 0.99%

fofax's Introduction

fofaX

Latest release GitHub Release Date GitHub All Releases GitHub issues LICENSE

๐Ÿ“’ ไธญๆ–‡ README | ๐Ÿ“Œ Releases Download | ๐ŸŽ ไฝฟ็”จๆ–‡ๆกฃ Docs

0x00 Introduction

fofax is a fofa query tool written in go, positioned as a command-line tool and characterized by simplicity and speed. The following features are currently available:

  • Basic FOFA syntax queries
  • Icon Hash local/online calculation query
  • Asset filtering
  • Opening in browser
  • Linking other security tools
  • More (waiting for your feedback after using) ......

In addition to this it is possible to customize fx syntax queries, and users can write their own specific fx query rules via a configuration file in yaml format.

0x01 Download

Click on the Release download link and choose the appropriate release for your system architecture.

0x02 Configuration

macOS/Linux

Unzip the downloaded fofax archive and recommend placing it in the /usr/local/bin/ directory, so that you can run fofax commands from any directory.

tar -zxvf ~/Downloads/fofax_v0.1.11_darwin_amd64.tar.gz -C /usr/local/bin/.

The first time you run the fofax command a configuration file is automatically generated, located at ~/.config/fofax/fofax.yaml.

fofax

      ____        ____       _  __
     / __/____   / __/____ _| |/ /
    / /_ / __ \ / /_ / __ `/|   /
   / __// /_/ // __// /_/ //   |
  /_/   \____//_/   \__,_//_/|_|
                                    
                         fofax.xiecat.fun

2021/12/23 21:21:28 [SUCC] create config file /Users/user/.config/fofax/fofax.yaml. please modify and use

The next step is to configure this configuration file. Generally you only need to configure email and key.

vim ~/.config/fofax/fofax.yaml
# fofa api email
fofa-email: ******@gmail.com

# fofa api key
fofakey: ***************

Windows

Unzip the archive and run fofax.exe for the first time to generate a fofax.yaml configuration file in the same level directory. Then open this configuration file and fill in email and key.

0x03 How to use

Usage tips

Without any parameters, in addition to the ASCII logo, a random usage hint will be output.

fofax

      ____        ____       _  __
     / __/____   / __/____ _| |/ /
    / /_ / __ \ / /_ / __ `/|   /
   / __// /_/ // __// /_/ //   |
  /_/   \____//_/   \__,_//_/|_|
                              
                         fofax.xiecat.fun

fofaX is a command line fofa query tool, simple is the best!

Tips:
Comment: Search google-reverse in fx, the -fe parameter must be added to the query when using the extension
Usage: fofax -q 'fx="google-reverse"' -fe

Help information

You can use fofax -h to display help information.

fofax -h

fofaX is a command line fofa query tool, simple is the best!

Usage:
  fofax [flags]

Flags:
CONFIGS:
   -email, -fofa-email string  Fofa API Email
   -key, -fofakey string       Fofa API Key
   -p, -proxy string           proxy for http like http://127.0.0.1:8080
   -fofa-url string            Fofa url (default "https://fofa.so")
   -debug                      Debug mode

FILTERS:
   -fs, -fetch-size int          The maximum number of query (default 100)
   -e, -exclude                  Exclude the honeypot.
   -ec, -exclude-country-cn      Exclude CN.
   -ffi, -fetch-fullHost-info    URL fetch, with scheme, hostname, port
   -fto, -fetch-titles-ofDomain  Fetch website title

SINGLE QUERY/ERT/ICON:
   -q, -query string              FoFa query statement
   -uc, -url-cert string          Enter the certificate of the https URL to query
   -iu, -url-to-icon-hash string  Enter the URL of an icon, calculate it and query it
   -if, -icon-file-path string    Calculate the hash of the local icon file, then query it

MULTIPLE QUERY/CERT/ICON:
   -qf, -query-file string           Load files, query multiple statements
   -ucf, -url-cert-file string       Read the URL from the file, calculate the cert and then query it
   -iuf, -icon-hash-url-file string  Retrieve the URL from the file, calculate the icon hash and query it

FX GRAMMER:
   -g, -gen string           Generate fx statement files eg: default_fx.yaml
   -fd, -fxdir string        fxdir directory (default "/Users/user/.config/fofax/fxrules")
   -l, -lists                List of fx statements
   -lt, -list-tags           List fx tags
   -s, -search string        Search for fx statements. Statements are separated by semicolons eg: id=fx-2021-01;query="jupyter Unauth"
   -tree                     Print syntax tree
   -fe, -fofa-ext            Using extended syntax(fx)
   -ss, -show-single string  Display a single fx message

OTHER OPTIONS:
   -config string  fofax configuration file.The file reading order(fofax.yaml,/Users/user/.config/fofax/fofax.yaml,/etc/fofa.yaml) (default "/Users/user/.config/fofax/fofax.yaml")
   -v, -version    Show fofaX version
   -use            Syntax queries
   -open           Open with your browser only support pipline/-q/-uc/-iu/-if
   -no-limit-open  No limit to the number of openings in your browser

FOFA Syntax Rules

Use the -use argument to display FOFA syntax query rules.

fofax -use

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Query                                     โ”‚ Explanation                                      โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ title="beijing"                           โ”‚ ไปŽๆ ‡้ข˜ไธญๆœ็ดข"ๅŒ—ไบฌ"                               	  โ”‚
โ”‚ header="elastic"                          โ”‚ ไปŽhttpๅคดไธญๆœ็ดข"elastic"                          	 โ”‚
โ”‚ body="็ฝ‘็ปœ็ฉบ้—ดๆต‹็ป˜"                         โ”‚ ไปŽhtmlๆญฃๆ–‡ไธญๆœ็ดข"็ฝ‘็ปœ็ฉบ้—ดๆต‹็ป˜"                       โ”‚
โ”‚ title="beijing"                           โ”‚ ไปŽๆ ‡้ข˜ไธญๆœ็ดข"ๅŒ—ไบฌ"                              	  โ”‚
โ”‚ header="elastic"                          โ”‚ ไปŽhttpๅคดไธญๆœ็ดข"elastic"                            โ”‚
โ”‚ body="็ฝ‘็ปœ็ฉบ้—ดๆต‹็ป˜"                         โ”‚ ไปŽhtmlๆญฃๆ–‡ไธญๆœ็ดข"็ฝ‘็ปœ็ฉบ้—ดๆต‹็ป˜"                       โ”‚
โ”‚ fid="kIlUsGZ8pT6AtgKSKD63iw=="            โ”‚ ๆŸฅๆ‰พ็›ธๅŒ็š„็ฝ‘็ซ™ๆŒ‡็บน                               	  โ”‚
โ”‚ domain="google.com"                       โ”‚ ๆœ็ดขๆ นๅŸŸๅๅธฆๆœ‰google.com็š„็ฝ‘็ซ™                   	  โ”‚
โ”‚ icp="ไบฌICP่ฏ030173ๅท"                      โ”‚ ๆŸฅๆ‰พๅค‡ๆกˆๅทไธบ"ไบฌICP่ฏ030173ๅท"็š„็ฝ‘็ซ™                  โ”‚
โ”‚ js_name="js/jquery.js"                    โ”‚ ๆŸฅๆ‰พ็ฝ‘็ซ™ๆญฃๆ–‡ไธญๅŒ…ๅซjs/jquery.js็š„่ต„ไบง             	   โ”‚
โ”‚ js_md5="82ac3f14327a8b7ba49baa208d4eaa15" โ”‚ ๆŸฅๆ‰พjsๆบ็ ไธŽไน‹ๅŒน้…็š„่ต„ไบง                         	   โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Basic queries

There are two ways to query app="APACHE-Solr", which will output 100 hosts by default without specifying the number, and will de-duplicate the data by default.

fofax -q 'app="APACHE-Solr"'

2021/12/23 20:17:32 [SUCC] Fetch Data From FoFa: [100/30830]
54.114.20.168:8443
193.8.4.43:8983
208.37.227.95:8983
3.20.255.140:8983
3.114.85.178:8983
82.142.82.197:8983
159.39.10.212:8983
199.102.27.69:8983
โ€ฆโ€ฆโ€ฆโ€ฆ
echo 'app="APACHE-Solr"' | fofax
2021/12/23 20:17:59 [SUCC] Fetch Data From FoFa: [100/30830]
54.114.20.168:8443
193.8.4.43:8983
208.37.227.95:8983
3.20.255.140:8983
3.114.85.178:8983
82.142.82.197:8983
159.39.10.212:8983
199.102.27.69:8983
โ€ฆโ€ฆโ€ฆโ€ฆ
echo 'app="APACHE-Solr"' | fofax
2021/12/23 20:17:59 [SUCC] Fetch Data From FoFa: [100/30830]
54.114.20.168:8443
193.8.4.43:8983
208.37.227.95:8983
3.20.255.140:8983
3.114.85.178:8983
82.142.82.197:8983
159.39.10.212:8983
199.102.27.69:8983
............

Specify the number of queries

echo 'app="APACHE-Solr"' | fofax -fs 5
2021/12/23 20:19:00 [SUCC] Fetch Data From FoFa: [5/30830]
13.57.71.190:8443
165.22.215.32:8983
184.73.40.143:8443
3.20.255.140:8983

As above, only 4 data are output because fofax automatically de-duplicates the data.

Exclude queries

Add the -e argument to exclude honeypots.

echo 'app="APACHE-Solr"' | fofax -fs 10 -e
2021/12/23 22:56:14 [SUCC] Fetch Data From FoFa: [10/30849]
13.126.128.253:80
185.22.235.14:8983
151.248.126.4:8983
20.71.77.183:80
23.102.46.20:443
15.113.170.101:8443
52.58.201.109:80

Add the -ec parameter to exclude data from China.

echo 'app="APACHE-Solr"' | fofax -fs 10 -ec
2021/12/23 22:56:36 [SUCC] Fetch Data From FoFa: [10/26044]
15.113.170.101:8443
52.58.201.109:80
13.126.128.253:80
185.22.235.14:8983
151.248.126.4:8983
20.71.77.183:80
23.102.46.20:443

Get the URL

Add the -ffi parameter to get the corresponding URL directly based on the query statement ([scheme]://[host]:[port]).

echo 'app="APACHE-Solr"' | fofax -fs 5
2021/12/23 20:21:03 [SUCC] Fetch Data From FoFa: [5/30830]
https://184.73.40.143:8443
http://120.24.42.244:8983
https://13.57.71.190:8443
http://165.22.215.32:8983

Get Title

echo 'domain="baidu.com" && status_code="200"' | fofax -fs 10 -fto
2021/12/23 20:21:19 [SUCC] Fetch Data From FoFa: [10/1124]
https://home.baidu.com [ๅ…ณไบŽ็™พๅบฆ]
http://research.baidu.com [Baidu Research]
http://fecs.baidu.com [FECS - Front End Code Style Suite]
http://yuntu.baidu.com [ไผไธšๅ›พ่ฐฑ]
https://ditu.baidu.com [็™พๅบฆๅœฐๅ›พ]
https://sp2.baidu.com [็™พๅบฆไธ€ไธ‹๏ผŒไฝ ๅฐฑ็Ÿฅ้“]
https://tushuo.baidu.com [ๅ›พ่ฏด]
https://ocpc.baidu.com [็™พๅบฆ oCPC ๅผ€ๅ‘่€…ไธญๅฟƒ]
https://naotu.baidu.com [็™พๅบฆ่„‘ๅ›พ - ไพฟๆท็š„ๆ€็ปดๅทฅๅ…ท]
http://usa.baidu.com [Baidu USA]

Debug mode

Add the -debug parameter to enable Debug detail mode.

echo 'app="APACHE-Solr"' | fofax -fs 5 -ffi -debug
2021/12/25 21:28:57 [DEBUG] FoFa Size : 5
2021/12/25 21:28:57 [DEBUG] FoFa Query of: app="APACHE-Solr"
2021/12/25 21:28:57 [DEBUG] https://fofa.so/api/v1/search/all?email=**********@gmail.com&key=**************************&qbase64=YXBwPSJBUEFDSEUtU29sciI=&size=5&page=1&fields=protocol,ip,port,host
2021/12/25 21:28:57 [DEBUG] Resp Time: 432/millis
2021/12/25 21:28:57 [SUCC] Fetch Data From FoFa: [5/30942]
http://35.183.115.103
http://3.17.203.145:8983
http://195.201.119.15:49154
https://18.169.23.120
http://174.138.127.51:8983

Open in browser

echo 'app="APACHE-Solr"' | fofax -open

openinbrowser.gif

Calculate icon hash and query

There are two ways to do this, the first is to query directly based on the URL that provided the icon.

fofax -iu https://www.baidu.com/favicon.ico -fs 5

2021/12/23 20:21:59 [SUCC] Fetch Data From FoFa: [5/13284]
47.98.104.77:8088
154.39.217.22:80
xueshu.mrsb.tk:80
154.39.217.2:80
154.39.217.28:80

The second one is to calculate hash and query based on local icon file.

wget https://www.baidu.com/favicon.ico
fofax -if favicon.ico -fs 5
2021/12/23 21:25:24 [SUCC] Fetch Data From FoFa: [5/13284]
47.98.104.77:8088
154.39.217.22:80
xueshu.mrsb.tk:80
154.39.217.2:80
154.39.217.28:80

Calculate the certificate and query

fofax -fs 5 -uc https://www.baidu.com/

2021/12/23 21:29:54 [SUCC] Fetch Data From FoFa: [5/361619]
180.97.93.146:443
180.97.93.65:443
112.3.25.49:443
itv.leiqiang8.cn:80
owa2.leiqiang8.cn:80

0x04 fx syntax query

When using fofa to do information collection or other things, it is possible that the query statement will be very, very long and not easy to remember, so we can't just take a small book to remember the fofa query statement.

This time, you can use fofax's fx function. Currently fofax has dozens of built-in fx syntax query rules, users can directly use the corresponding parameters to query. You can also write your own specific fx syntax query rules via yaml format configuration file.

shows the built-in fx query statements

fofax -l

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Id            โ”‚ Query              โ”‚ RuleName                       โ”‚ Author โ”‚ Tag         โ”‚ Type  โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ fx-2021-1001  โ”‚ google-reverse     โ”‚ GoogleๅไปฃๆœๅŠกๅ™จ                 โ”‚ fofa   โ”‚ google      โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1002  โ”‚ python-simplehttp  โ”‚ Python SimpleHTTP              โ”‚ fofa   โ”‚ python      โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1003  โ”‚ data-leak          โ”‚ ็คพๅทฅๅบ“                          โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1004  โ”‚ hfs-rce            โ”‚ ๅญ˜ๅœจๅ‘ฝไปคๆ‰ง่กŒ็š„HFSๆœๅŠก             โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1005  โ”‚ satellite-ftp      โ”‚ ไธ€้”ฎๆ—ฅๅซๆ˜ŸFTP๏ผŸ                  โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1006  โ”‚ mk-mining          โ”‚ mk่ทฏ็”ฑๅ™จๅ…จ็ƒๆŒ–็Ÿฟๆ„ŸๆŸ“              โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1007  โ”‚ ss-manager-login   โ”‚ ss-Manager ็™ปๅฝ•                 โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1008  โ”‚ heating-monitor    โ”‚ ไพ›ๆš–็›‘ๆŽง็ณป็ปŸ                     โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1009  โ”‚ free-proxy         โ”‚ ๅ…่ดนไปฃ็†ๆฑ                       โ”‚ fofa    โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1010  โ”‚ honeypot           โ”‚ ่œœ็ฝ                           โ”‚ fofa    โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1011  โ”‚ hacked-website     โ”‚ ่ขซๆŒ‚้ป‘็š„็ซ™็‚น                     โ”‚ fofa   โ”‚ fun         โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-1012  โ”‚ jupyter-unauth     โ”‚ Jupyter ๆœชๆŽˆๆƒ                  โ”‚ xiecat โ”‚ unauth      โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11001 โ”‚ APACHE-ActiveMQ    โ”‚ APACHE ActiveMQ                โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11002 โ”‚ Apache_OFBiz       โ”‚ Apache OFBiz                   โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11003 โ”‚ Jenkins            โ”‚ Jenkins                        โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11004 โ”‚ RabbitMQ           โ”‚ RabbitMQ                       โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11005 โ”‚ Apache-log4j2-Web  โ”‚ Apache log4j2 Web              โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11006 โ”‚ Jedis              โ”‚ Jedis                          โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ”‚ fx-2021-11007 โ”‚ APACHE-tika        โ”‚ APACHE tika                    โ”‚ fofa   โ”‚ log4j2,fofa โ”‚ ๅ†…็ฝฎ   โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

List the details of the fx statement

fofax -ss fx-2021-1001

fx-2021-1001 fx-2021-1001
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Name        โ”‚ Value                                                                                       โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ ID          โ”‚ fx-2021-1001                                                                                โ”‚
โ”‚ Query       โ”‚ google-reverse                                                                              โ”‚
โ”‚ RuleName    โ”‚ GoogleๅไปฃๆœๅŠกๅ™จ                                                                              โ”‚
โ”‚ RuleEnglish โ”‚ Google Reverse proxy                                                                        โ”‚
โ”‚ Author      โ”‚ fofa                                                                                        โ”‚
โ”‚ FofaQuery   โ”‚ body="var c = Array.prototype.slice.call(arguments, 1);return function() {var d=c.slice();" โ”‚
โ”‚ Tag         โ”‚ google                                                                                      โ”‚
โ”‚ Type        โ”‚ ๅ†…็ฝฎ                                                                                         โ”‚
โ”‚ Description โ”‚ ไธ็”จๆŒ‚ไปฃ็†ๅฐฑๅฏไปฅ่ฎฟ้—ฎ็š„Googleๆœ็ดข๏ผŒไฝ†ๆœ็ดข่ฎฐๅฝ•ๅฏ่ƒฝไผš่ขซ่ฎฐๅฝ•ใ€‚                                           โ”‚
โ”‚ FileDir     โ”‚                                                                                             โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Add the -fe argument to query by fx syntax

[~] fofax -q 'fx="google-reverse"' -fe -fs 5
2021/12/23 22:27:02 [SUCC] fx query id:google-reverse
2021/12/23 22:27:03 [SUCC] Fetch Data From FoFa: [5/5834]
54.76.26.205:10000
47.74.3.55:80
47.90.7.161:443
23.83.249.79:443
45.76.10.197:8081

Open directly in the browser

fofax -q 'fx="google-reverse"' -fe -open

2021/12/23 22:22:21 [SUCC] fx query id:google-reverse
2021/12/23 22:22:21 [SUCC] the query body="var c = Array.prototype.slice.call(arguments, 1);return function() {var d=c.slice();" will be opened with a browser

Writing custom fx syntax rules

An example of using fofa to collect information about a target is given below.

generates a template

A template file is generated by using -g and specifying the path to the generated file name.

fofax -g .config/fofax/fxrules/info-gathering.yaml

2021/12/24 20:09:27 [INFO] Will Write Plugin file: .config/fofax/fxrules/info-gathering.yaml

Check this yaml file, its contents are as follows.

id: fx-2021-01
query: ๆŸฅ่ฏข็š„ๅญ—็ฌฆไธฒ็”จไบŽfx="jupyter Unauth" eg:(jupyter Unauth)
rule_name: ่ง„ๅˆ™ๅ็งฐ eg:(jupyter ๆœชๆŽˆๆƒ)
rule_english: jupyter unauthorized
description: ่ง„ๅˆ™ๆ่ฟฐ
author: ไฝœ่€…<้‚ฎ็ฎฑ>eg:(xiecat)
fofa_query: fofa่ฏญๅฅ eg:(body="ipython-main-app" && title="Home Page - Select or create a notebook")"
tag:
- ๆ ‡็ญพ1 eg(unauthorized)
- ๆ ‡็ญพ2
source: ่ฏญๅฅๆฅๆบ

Follow the above instructions and modify the corresponding content to bring in a new fx syntax rule, regarding the path of this file, please put it in the directory ~/.config/fofax/fxrules/ after it is written.

For easy reproduction, the details are as follows (note that the title is filled with your target name)

id: fx-2021-01
query: redteam-info-gathering
rule_name: ็บข้˜Ÿไฟกๆฏๆ”ถ้›†
rule_english: redteam-info-gathering
description: ไฝฟ็”จfofa้’ˆๅฏนๆŸไธช็›ฎๆ ‡่ฟ›่กŒ็บข้˜Ÿๅธธ่ง็š„้ซ˜ๅ…ณๆณจCMS/OA็ณป็ปŸ็š„ไฟกๆฏๆ”ถ้›†
author: xiecat
fofa_query: title="Target" && (title="ๅนณๅฐ" || title="OA" || title="็ณป็ปŸ" || title="ๅๅŒ" || title="ๅŠžๅ…ฌ" || title="่‡ด่ฟœ" || title="ๆณ›ๅพฎ" || title="็”จๅ‹" || title="็ฎก็†" || title="ๅŽๅฐ" || title="็™ปๅฝ•" || title="login" || title="admin") && country="CN"
tag:
- redteam
source: 

The following can use this fx query rule, this query can not be said to be inconvenient.

fofax -q 'fx="redteam-info-gathering"' -fe -ffi

2021/12/25 21:31:01 [SUCC] fx query id:redteam-info-gathering
2021/12/25 21:31:01 [SUCC] Fetch Data From FoFa: [27/27]
http://60.205.169.36:9080
https://43.243.13.187
http://806f52.ylhskhgyn.com
https://119.28.47.98:8443
http://124.70.197.255:8088
https://223.72.236.165
http://192.144.212.92:8080
https://114.255.204.149
......

0x05 Linkage Use Case

Once the red team information is collected, the collected assets can be handed over to the live probing tool, fingerprinting tool and vulnerability scanning tool for live probing, fingerprinting and vulnerability detection.

fofax && httpx

CVE-2021-43798 Grafana Unauthorized Directory Traversal.

fofax_httpx.png

fofax && nuclei

Pass the data obtained by fofax to nuclei and then use the CVE-2021-43798 Template to vulnerability in batch.

fofax_nuclei.png

0x06 Stargazers

Stargazers over time

fofax's People

Contributors

becivells avatar go0p avatar v4ni11a avatar jweny avatar tardc avatar zhzyker avatar

Watchers

 avatar

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.