0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

MoreFind:用于快速導(dǎo)出URL、Domain和IP的小工具

jf_Fo0qk3ln ? 來源:菜鳥學(xué)信安 ? 2023-05-25 14:11 ? 次閱讀

MoreFind

一款用于快速導(dǎo)出URL、Domain和IP的小工具

快速安裝

方式一: 通過Go包管理安裝

go install  github.com/mstxq17/MoreFind@latest

方式二: 直接安裝二進(jìn)制文件

wget --no-check-certificate  https://ghproxy.com/https://github.com/mstxq17/MoreFind/releases/download/v1.2.8/MoreFind_1.2.8_`uname -s`_`uname -m`.tar.gz
tar -xzvf MoreFind_1.2.8_`uname -s`_`uname -m`.tar.gz
sudo mv ./MoreFind /usr/bin/MoreFind && chmod +x /usr/bin/MoreFind

方式三: 本地編譯

git clone https://github.com/mstxq17/MoreFind.git
chmod +x ./build.sh && ./build.sh

用法說明

顯示幫助信息

MoreFind -h
MoreFind is a very fast script for searching URL、Domain and Ip from specified stream


Usage:
  morefind [flags]
  morefind [command]


Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  version     Print the semantic version number of MoreFind


Flags:
  -d, --domain                                                   search domain from stdin or file(搜索域名)
      --exclude                                                  exclude internal/private segment of ip when searching ip(排除內(nèi)網(wǎng)IP)
  -f, --file string                                              search the info in specified file(指定輸入文件)
      --filter string[="js,css,json,png,jpg,html,xml,zip,rar"]   filter url with some useless ext(排除指定后綴的URL)
  -h, --help                                                     help for morefind
  -i, --ip                                                       search ip from stdin or file(搜索IP)
  -l, --len string                                               search specify the length of string, "-l 35" == "-l 0-35" (輸出指定長度的行)
  -o, --output string                                            output the result to specified file(指定輸出文件)
      --root                                                     only output the rootDomain when searching domain(只顯示主域名)
  -s, --show                                                     show the length of each line and summaries(輸出統(tǒng)計(jì)信息)
  -u, --url                                                      search url from stdin or file(搜索URL)


Use"morefind[command]--help"formoreinformationaboutacommand.

下面以文件內(nèi)容如下的1.txt文件說明該工具的用法

baidu.com
http://baidu.com/hi.jpg?a=1
http://baidu.com/xxx/hi.jpg
kk.baidu.com
http://x.kk.baidu.com/1.png
http://123.0.0.1/kkk/%2311
127.0.0.1/kkkk
111.230.198.123/2222/hellophp
111.230.198.123/2222/hello.php
192.168.1.1

1)導(dǎo)出URL

MoreFind -u
# append --filter(default:js,css,json,png,jpg,html,xml,zip,rar) or --filter="png,jpg,xls,custom..."
# 通過添加參數(shù) --filter(默認(rèn)排除常見靜態(tài)文件) 或者 通過 --filter="png,jpg" 自定義需要排除的后綴
MoreFind  -u --filter="png"
e4b712f4-fa1d-11ed-90ce-dac502259ad0.png

2)導(dǎo)出域名

MoreFind -d
# append -root param can only search rootdomain
# 通過加上 --root 參數(shù)能夠只顯示根域名
MoreFind -d --root
# append --port param can retain domain:port format
# 通過加上 --port 參數(shù)保留域名:端口的格式,搭配grep
MoreFind -d --port

e4be3b1a-fa1d-11ed-90ce-dac502259ad0.png

3)導(dǎo)出ip

# 默認(rèn)會搜索全部ipv4地址
MoreFind -i
# 加上--exclude 排除屬于內(nèi)網(wǎng)的ip, 存在bug,比如localhost, 127.0.0.1 這些回環(huán)ip沒排除
MoreFind -i --exclude

e4c4fffe-fa1d-11ed-90ce-dac502259ad0.png

4)輸出統(tǒng)計(jì)信息

MoreFind -s

e4cc0ef2-fa1d-11ed-90ce-dac502259ad0.png

5)篩選指定長度字符串

MoreFind -l 35 
MoreFind -l 0-35

e4d31f26-fa1d-11ed-90ce-dac502259ad0.png

6)支持導(dǎo)出結(jié)果

MoreFind -u -d -i -o result.txt

7)聯(lián)動使用

echo -e 'baidu.com ccccxxxx 1.com'|MoreFind -d |MoreFind -l 5
工具下載地址

審核編輯:彭靜
聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請聯(lián)系本站處理。 舉報投訴
  • IP
    IP
    +關(guān)注

    關(guān)注

    5

    文章

    1610

    瀏覽量

    149243
  • 安裝
    +關(guān)注

    關(guān)注

    2

    文章

    98

    瀏覽量

    22232
  • 編譯
    +關(guān)注

    關(guān)注

    0

    文章

    648

    瀏覽量

    32774

原文標(biāo)題:MoreFind

文章出處:【微信號:菜鳥學(xué)信安,微信公眾號:菜鳥學(xué)信安】歡迎添加關(guān)注!文章轉(zhuǎn)載請注明出處。

收藏 人收藏

    評論

    相關(guān)推薦

    硬件設(shè)計(jì)的小工具

    本帖最后由 gk320830 于 2015-3-5 14:15 編輯 收集的設(shè)計(jì)常用的小工具,希望對大家有用
    發(fā)表于 05-07 11:40

    Labveiw鐘表小工具

    Labveiw 鐘表小工具
    發(fā)表于 08-16 00:22

    圖片轉(zhuǎn)PCB圖的小工具

    畫PCB的時候發(fā)現(xiàn)的一個不錯的小工具,可以將圖片轉(zhuǎn)成PCB圖。大家還有什么好用的小工具,大家積極分享一下O(∩_∩)O~~btp2.rar (110.08 KB )
    發(fā)表于 05-08 06:36

    C語言注釋刪除小工具是什么

    C語言注釋刪除小工具是一款刪除c語言注釋并實(shí)現(xiàn)編譯的工具,如果你喜歡這款軟件,就快來IT貓撲下載吧!C語言注釋刪除小工具介紹很多編譯器不支持中文注釋,特別是日系的單片機(jī)編譯器,這是一個C語言注釋刪除
    發(fā)表于 07-14 08:39

    C語言注釋刪除小工具的使用教程

    C語言注釋刪除小工具是什么?C語言注釋刪除小工具共有幾個狀態(tài)?
    發(fā)表于 10-18 06:06

    分享一個開源的ESP32 物聯(lián)網(wǎng)小工具

    描述ESP32 物聯(lián)網(wǎng)小工具這個小工具是學(xué)習(xí)多種技術(shù)和技能的機(jī)會。這是一個摘要:了解如何使用 PlatformIO 和 Microsoft Visual Studio Code 對 ESP32 板
    發(fā)表于 06-17 10:03

    amo的編程小工具集合

    電子發(fā)燒友網(wǎng)站提供《amo的編程小工具集合.zip》資料免費(fèi)下載
    發(fā)表于 07-22 09:42 ?14次下載

    電子工程類小工具(大合集)

    電子發(fā)燒友網(wǎng)站提供《電子工程類小工具(大合集).rar》資料免費(fèi)下載
    發(fā)表于 01-21 14:23 ?1919次下載

    自制51小工具

    自己做的51小工具,有數(shù)碼管段碼生成,51定時器計(jì)算,進(jìn)制轉(zhuǎn)換等
    發(fā)表于 11-19 11:35 ?7次下載

    自寫小工具

    一個自己寫的小工具感覺還不錯,分享給大家。
    發(fā)表于 05-17 09:49 ?40次下載

    單片機(jī)計(jì)算小工具

    常用單片機(jī)計(jì)算小工具
    發(fā)表于 02-27 16:43 ?11次下載

    CAD看圖小工具免費(fèi)下載

    CAD看圖小工具免費(fèi)下載
    發(fā)表于 12-18 14:01 ?46次下載

    射頻工程類計(jì)算小工具

    射頻工程類計(jì)算小工具,有LC諧振頻率計(jì)算、PCB特性阻抗計(jì)算工具軟件、電感量計(jì)算等一共19個計(jì)算小工具。
    發(fā)表于 03-21 14:50 ?54次下載

    電阻分壓計(jì)算小工具

    一個計(jì)算電阻分壓的小工具
    發(fā)表于 09-07 14:54 ?41次下載

    amo的編程小工具合集

    amo的編程小工具合集
    發(fā)表于 03-23 09:19 ?6次下載