第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

OneForAll安裝使用

標(biāo)簽:
Linux

OneForAll是一款功能强大的子域收集工具

我安装到了kali

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

这俩个随便选择了一个

pwd

看一下当前目录,因为会安装到当前目录,在当前目录生成OneForAll目录

cd OneForAll

python3 OneForAll.py --help

这个命令可能会出错,(kali自己安装了Python)

Traceback (most recent call last):

File “oneforall.py”, line 13, in

import fire

ModuleNotFoundError: No module named ‘fire’

如果出现这个,那就恭喜你中奖了,他提示你没有这个模块,你要一步一步装东西了,

pip3 install fire

如果直接可以安装,那就更好,如果安装不了,看个人问题,我的是源不对,

vi /etc/apt/sources.list

阿里源:

deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

刷新源列表

sudo apt-get update

然后

Python3 OneForAll.py --hellp

会出现提示,

ModuleNotFoundError: No module named ‘*****’

****是啥,就安装啥

pip3 install *****

file

最后就好了,

用法:

NAME
    oneforall.py - OneForAll是一款功能强大的子域收集工具
 
SYNOPSIS
    oneforall.py --target=TARGET <flags>
 
DESCRIPTION
    Version: 0.0.4
    Project: https://git.io/fjHT1
 
    Example:
        python3 oneforall.py --target Example Domain run
        python3 oneforall.py --target ./domains.txt run
        python3 oneforall.py --target example.com --brute True run
        python3 oneforall.py --target Example Domain --verify False run
        python3 oneforall.py --target Example Domain --valid None run
        python3 oneforall.py --target example.com --port medium run
        python3 oneforall.py --target example.com --format csv run
        python3 oneforall.py --target example.com --show True run
 
    Note:
        参数valid可选值1,0,None分别表示导出有效,无效,全部子域
        参数verify为True会尝试解析和请求子域并根据结果给子域有效性打上标签
        参数port可选值有'small', 'medium', 'large', 'xlarge',详见config.py配置
        参数format可选格式有'txt', 'rst', 'csv', 'tsv', 'json', 'yaml', 'html',
                            'jira', 'xls', 'xlsx', 'dbf', 'latex', 'ods'
        参数path为None会根据format参数和域名名称在项目结果目录生成相应文件
 
ARGUMENTS
    TARGET
        单个域名或者每行一个域名的文件路径(必需参数)
 
FLAGS
    --brute=BRUTE
        使用爆破模块(默认False)
    --verify=VERIFY
        验证子域有效性(默认True)
    --port=PORT
        请求验证的端口范围(默认medium)
    --valid=VALID
        导出子域的有效性(默认1)
    --path=PATH
        导出路径(默认None)
    --format=FORMAT
        导出格式(默认xlsx)
    --show=SHOW
        终端显示导出数据(默认False)
點(diǎn)擊查看更多內(nèi)容
TA 點(diǎn)贊

若覺得本文不錯(cuò),就分享一下吧!

評(píng)論

作者其他優(yōu)質(zhì)文章

正在加載中
  • 推薦
  • 評(píng)論
  • 收藏
  • 共同學(xué)習(xí),寫下你的評(píng)論
感謝您的支持,我會(huì)繼續(xù)努力的~
掃碼打賞,你說多少就多少
贊賞金額會(huì)直接到老師賬戶
支付方式
打開微信掃一掃,即可進(jìn)行掃碼打賞哦
今天注冊(cè)有機(jī)會(huì)得

100積分直接送

付費(fèi)專欄免費(fèi)學(xué)

大額優(yōu)惠券免費(fèi)領(lǐng)

立即參與 放棄機(jī)會(huì)
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)

舉報(bào)

0/150
提交
取消