亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

搜索
博主信息
博文 291
粉絲 0
評論 0
訪問量 450302
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
OneForAll安裝使用
原創(chuàng)
2300人瀏覽過

鏡像下載、域名解析、時間同步請點(diǎn)擊 阿里云開源鏡像站

OneForAll是一款功能強(qiáng)大的子域收集工具

我安裝到了kali

  1. git clone https://gitee.com/shmilylty/OneForAll.git
  1. git clone https://github.com/shmilylty/OneForAll.git

這倆個隨便選擇了一個

pwd

看一下當(dāng)前目錄,因?yàn)闀惭b到當(dāng)前目錄,在當(dāng)前目錄生成OneForAll目錄

cd OneForAll

python3 OneForAll.py —help

這個命令可能會出錯,(kali自己安裝了Python)

Traceback (most recent call last):

File “oneforall.py”, line 13, in <module>

import fire

ModuleNotFoundError: No module named ‘fire’

如果出現(xiàn)這個,那就恭喜你中獎了,他提示你沒有這個模塊,你要一步一步裝東西了,

pip3 install fire

如果直接可以安裝,那就更好,如果安裝不了,看個人問題,我的是源不對,

vi /etc/apt/sources.list

阿里源:

  1. deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse
  2. deb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse
  3. deb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse
  4. deb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse
  5. deb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse
  6. deb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse
  7. deb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse
  8. deb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse
  9. deb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse
  10. deb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

刷新源列表

sudo apt-get update

然后

Python3 OneForAll.py —hellp

會出現(xiàn)提示,

ModuleNotFoundError: No module named ‘*

**是啥,就安裝啥

pip3 install *

file

最后就好了,

用法:

  1. NAME
  2. oneforall.py - OneForAll是一款功能強(qiáng)大的子域收集工具
  3. SYNOPSIS
  4. oneforall.py --target=TARGET <flags>
  5. DESCRIPTION
  6. Version: 0.0.4
  7. Project: https://git.io/fjHT1
  8. Example:
  9. python3 oneforall.py --target Example Domain run
  10. python3 oneforall.py --target ./domains.txt run
  11. python3 oneforall.py --target example.com --brute True run
  12. python3 oneforall.py --target Example Domain --verify False run
  13. python3 oneforall.py --target Example Domain --valid None run
  14. python3 oneforall.py --target example.com --port medium run
  15. python3 oneforall.py --target example.com --format csv run
  16. python3 oneforall.py --target example.com --show True run
  17. Note:
  18. 參數(shù)valid可選值1,0None分別表示導(dǎo)出有效,無效,全部子域
  19. 參數(shù)verifyTrue會嘗試解析和請求子域并根據(jù)結(jié)果給子域有效性打上標(biāo)簽
  20. 參數(shù)port可選值有'small', 'medium', 'large', 'xlarge',詳見config.py配置
  21. 參數(shù)format可選格式有'txt', 'rst', 'csv', 'tsv', 'json', 'yaml', 'html',
  22. 'jira', 'xls', 'xlsx', 'dbf', 'latex', 'ods'
  23. 參數(shù)pathNone會根據(jù)format參數(shù)和域名名稱在項(xiàng)目結(jié)果目錄生成相應(yīng)文件
  24. ARGUMENTS
  25. TARGET
  26. 單個域名或者每行一個域名的文件路徑(必需參數(shù))
  27. FLAGS
  28. --brute=BRUTE
  29. 使用爆破模塊(默認(rèn)False)
  30. --verify=VERIFY
  31. 驗(yàn)證子域有效性(默認(rèn)True)
  32. --port=PORT
  33. 請求驗(yàn)證的端口范圍(默認(rèn)medium)
  34. --valid=VALID
  35. 導(dǎo)出子域的有效性(默認(rèn)1)
  36. --path=PATH
  37. 導(dǎo)出路徑(默認(rèn)None)
  38. --format=FORMAT
  39. 導(dǎo)出格式(默認(rèn)xlsx)
  40. --show=SHOW
  41. 終端顯示導(dǎo)出數(shù)據(jù)(默認(rèn)False)

原文鏈接:https://blog.csdn.net/m0_56214376/article/details/124321743

本博文版權(quán)歸博主所有,轉(zhuǎn)載請注明地址!如有侵權(quán)、違法,請聯(lián)系admin@php.cn舉報(bào)處理!
全部評論 文明上網(wǎng)理性發(fā)言,請遵守新聞評論服務(wù)協(xié)議
0條評論
作者最新博文
關(guān)于我們 免責(zé)申明 意見反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長!
關(guān)注服務(wù)號 技術(shù)交流群
PHP中文網(wǎng)訂閱號
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號

  • 登錄PHP中文網(wǎng),和優(yōu)秀的人一起學(xué)習(xí)!
    全站2000+教程免費(fèi)學(xué)