渗透测试 - 信息搜集(子域搜集)

栏目: IT技术 · 发布时间: 4年前

内容简介:在做渗透测试的时候,有一个非常重要的一环是信息搜集而子域搜集又是信息搜集中必不可少的一步所以这次找到了一个功能强大且高效的工具 “OneForAll”

前言

在做渗透测试的时候,有一个非常重要的一环是信息搜集

而子域搜集又是信息搜集中必不可少的一步

所以这次找到了一个功能强大且高效的工具 “OneForAll”

以下是安装 OneForAll 的方法

1、安装 python 环境

打开终端,输入下边命令进行 python3 安装

sudo apt-get update
sudo apt-get install python3

渗透测试 - 信息搜集(子域搜集)

接着在终端,输入下边命令进行 pip3 安装

apt-get install python3-pip

渗透测试 - 信息搜集(子域搜集)

运行以下命令检查 python 和 pip3 的版本

python3 -V
pip3 -V

渗透测试 - 信息搜集(子域搜集)

2、安装 OneForAll 环境

linux 系统为例,安装 git

sudo apt update
sudo apt install git

渗透测试 - 信息搜集(子域搜集)

渗透测试 - 信息搜集(子域搜集)

下载 OneForAll 项目

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

渗透测试 - 信息搜集(子域搜集)

安装 python 的相关依赖包

sudo apt install python3-dev python3-testresources 

渗透测试 - 信息搜集(子域搜集)

接下来可以用 pip3 进行安装 OneForAll 的 python 库依赖

cd OneForAll/
sudo apt install python3-pip
sudo python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
cd oneforall/
python3 oneforall.py --help

渗透测试 - 信息搜集(子域搜集)

渗透测试 - 信息搜集(子域搜集)

3、 OneForAll 使用演示

python3 oneforall.py --target github.com run

渗透测试 - 信息搜集(子域搜集)

4、运行结果

我们以 python3 oneforall.py --target github.com run  命令为例

OneForAll 在默认参数正常执行完毕会在 results 目录生成相应结果

cd OneForAll/oneforall/results/

渗透测试 - 信息搜集(子域搜集)

github.com.csv 是每个主域下的子域收集结果


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Data Structures and Algorithms in Python

Data Structures and Algorithms in Python

Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具