An integrated information collection tool

Overview

infoscaner

环境配置

目前infoscaner仅支持在linux上运行,建议运行在最新版本的kali中

infoscaner是基于python3版本实现的,运行之前首先安装python库

如果同时存在python2和python3,请输入以下命令

pip3 install -r requirements.txt

如果仅有python3且未重命名exe文件,可以使用

pip install -r requirements.txt

infoscaner在主机扫描时调用了Nmap,请安装Nmap

使用方法

获取帮助信息

python3 infoscaner.py -h

image-20201006103648177

默认扫描目标信息(WHOIS扫描)

python3 infoscaner.py -u vulnweb.com

image-20201006103813786

获取旁站或C站信息

python3 infoscaner.py -u vulnweb.com -N

image-20201006103944217

获取CMS指纹信息

python3 infoscaner.py -u vulnweb.com -C

image-20201006104108785

获取ICP备案号

python3 infoscaner.py -u baidu.com -i

image-20201006104610470

获取nslookup信息

python3 infoscaner.py -u testphp.vulnweb.com -n

image-20201006104748962

获取全部信息

python3 infoscaner.py -u testphp.vulnweb.com -A

image-20201006104842301

默认目录扫描

python3 infoscaner.py -u 192.168.2.128 -d all

image-20201006105425336

目录扫描设置线程

python3 infoscaner.py -u 192.168.2.128 -d all -t 15

image-20201006105541416

FTP和SSH弱口令扫描

python3 infoscaner.py -u 192.168.2.207 -W

image-20201006110213244

简单whois输出

python3 infoscaner.py -u www.baidu.com -w -o

image-20201006110320399

其他输出同理

全面扫描

python3 infoscaner.py -u 192.168.2.1 -a

image-20201006111530697

指定端口扫描

python3 infoscaner.py -u 192.168.2.1 -p 80,445

image-20201006111608215

获取子域名

 python3 infoscaner.py -u ./scan_file/target.txt -s

image-20201109142714634

获取子域名并输出

 python3 infoscaner.py -u ./scan_file/target.txt -s -o

image-20201109144830475

You might also like...
Collection of script to manage WLED devices

Collection of script to manage WLED devices

Collection of AWS Fault Injection Simulator (FIS) experiment templates.

Collection of AWS Fault Injection Simulator (FIS) experiment templates. These templates let you perform chaos engineering experiments on resources (applications, network, and infrastructure) in the AWS Cloud.

Automatically download any NFT collection from OpenSea.

OpenSea NFT Stealer The sole purpose of this script is to download any NFT collection from OpenSea. How does it work? Basically, the OpenSea website a

A Collection Manager for the objkt.com Minting Factory

Objkt Collection Manager A Collection Manager for the objkt.com Minting Factory. This contract can create a collection on objkt.com and mint into it.

A collection of tools for managing Jira issues for the RHODS project

RHODS-Jira-Tools A collection of tools for managing Jira issues for the RHODS project move_to_qa.py This script handles transitioning a given Jira iss

An all-purpose Discord bot written in Python featuring a diverse collection of practical utilities.

GlazeGlopBot Table of Contents About Setup Usage Commands Command Errors Cog Management Local Sound Files Cogs Mod QR RNG VC Weather Proposed Features

ToqueIO Nuke tools - A collection of tools designed to assist in enhancing your workflows within nuke

ToqueIO Nuke tools - A collection of tools designed to assist in enhancing your workflows within nuke

A collection of automation aids to connect various database systems into Lookout for Metrics
A collection of automation aids to connect various database systems into Lookout for Metrics

A collection of automation aids to connect various database systems into Lookout for Metrics

Python bindings for Alexa Web Information Service (AWIS) API

Attention! This package is no longer maintained. See this ticket for more info. Wraps Alexa Web Information Service. Usage Making UrlInfo requests: ap

Releases(0.2)
  • 0.2(Feb 8, 2021)

    更新了子域名获取方式,仅采用oneforall方法 建议使用最新版kali运行本工具 删除了一些感觉不重要的方法 对整个工具不能运行的问题进行了改善 使用Zoomeye进行C段扫描 在src/config文件中更改属于自己主机的配置

    Source code(tar.gz)
    Source code(zip)
  • 0.1(Feb 8, 2021)

Owner
CMACCKK
CMACCKK
Set of classes and tools to communicate with a Noso wallet using NosoP

NosoPy Set of classes and tools to communicate with a Noso wallet using NosoP(Noso Protocol). The data that can be retrieved consist of: Node informat

Noso Project 1 Jan 10, 2022
Discord Token Nuker With Python

Discord token nuker a.k.a A$$Fvcker Setup For installing the requirements do this: pip install -r requirements.txt To start the Token nuker run this

PR3C14D0 8 Sep 22, 2022
Alienworlds-bot - A Python script made to automate the tidious job of mining on AlienWorlds

AlienWorlds bot A Python script designed to automate the tedious work of mining

5 Dec 23, 2022
☄️ High performance, easy to use and feature-rich Solana SDK for Python.

Solathon is an high performance, easy to use and feature-rich Solana SDK for Python. Easy for beginners, powerful for real world applications.

Bolt 28 Oct 10, 2022
Streaming Finance Data with AWS Lambda

A data pipeline consisting of an AWS lambda function reading data from yfinance API, an AWS Kinesis stream to receive & store data in S3 buckets and AWS Glue crawler & Athena to run SQL queries.

Aarif Munwar Jahan 4 Aug 30, 2022
Repository for the IPvSeeYou talk at Black Hat 2021

IPvSeeYou Geolocation Lookup Tool Overview IPvSeeYou.py is a tool to assist with geolocating EUI-64 IPv6 hosts. It takes as input an EUI-64-derived MA

57 Nov 08, 2022
Automate saving your Discover Weekly Playlist using Python.

SpotWeekly Automate saving your Discover Weekly Playlist using Python. Made with 3 and FastAPI. The saved playlist link is sent to my discord server

shourya 6 Jan 03, 2022
This is an implementation example of a bot that periodically sends predictions to the alphasea-agent.

alphasea-example-model alphasea-example-modelは、 alphasea-agent に対して毎ラウンド、予測を投稿するプログラムです。 Numeraiのexample modelに相当します。 準備 alphasea-example-modelの動作には、

AlphaSea 11 Jul 28, 2022
Event-driven-model-serving - Unified API of Apache Kafka and Google PubSub

event-driven-model-serving Unified API of Apache Kafka and Google PubSub 1. Proj

Danny Toeun Kim 4 Sep 23, 2022
Send OpenWeatherMap alerts (One Call API) to telegram users.

OpenWeatherMap Telegram Alert Send OpenWeatherMap alerts (One Call API) to telegram users. Installation Requirements: $ apt install python3-yaml pytho

Michael Hacker 1 Jun 04, 2022
BleachBit system cleaner for Windows and Linux

BleachBit BleachBit cleans files to free disk space and to maintain privacy. Running from source To run BleachBit without installation, unpack the tar

1.9k Jan 06, 2023
Telegram bot/scraper to get the latest NUS vacancy reports.

Telegram bot/scraper to get the latest NUS vacancy reports. Stay ahead of the curve and don't get modrekt.

Chee Hong 1 Jan 08, 2022
CyberTKR - CyberTK-API

CyberTKR - CyberTK-API

TKR 2 Apr 08, 2022
Python client for Arista eAPI

Arista eAPI Python Library The Python library for Arista's eAPI command API implementation provides a client API work using eAPI and communicating wit

Arista Networks EOS+ 124 Nov 23, 2022
Automatically deploy freqtrade to a remote Docker host and auto update strategies.

Freqtrade Automatically deploy freqtrade to a remote Docker host and auto update strategies. I've been using it to automatically deploy to vultr, but

p-zombie 109 Jan 07, 2023
Volt is yet another discord api wrapper for Python. It supports python 3.8 +

Volt Volt is yet another discord api wrapper for Python. It supports python 3.8 + How to install [Currently Not Supported.] pip install volt.py Speed

Minjun Kim (Lapis0875) 11 Nov 21, 2022
Auto like & auto followers facebook

Auto like & auto followers facebook

Fahmi Dev 23 Dec 08, 2022
Advanced Number Validator Using telnyx api

Number Validator Python v1.0.0 Number Validator Using telnyx api DISCLAIMER This Tool is only for educational purposes You'll be responsible yourself

xBlackxCoder 3 Sep 24, 2022
The easiest way to deploy this Bot

How To Host The easiest way to deploy this Bot Update Channe

Isekai Reszz 1 Jan 23, 2022