AttackSurfaceMapper

AttackSurfaceMapper is a tool that aims to automate the reconnaissance process.

Github星跟踪图

alt text
GitHub
GitHub last commit

Attack Surface Mapper Logo

AttackSurfaceMapper

Attack Surface Mapper is a reconaissaince tool that uses a mixture of open source intellgence and active techniques to expand the attack surface of your target. You feed in a mixture of one or more domains, subdomains and IP addresses and it uses numerous techniques to find more targets. It enumerates subdomains with bruteforcing and passive lookups, Other IPs of the same network block owner, IPs that have multiple domain names pointing to them and so on.

Once the target list is fully expanded it performs passive reconissence on them, taking screenshots of websites, generating visual maps, looking up credentials in public breaches, passive port scanning with Shodan and scraping employees from LinkedIn.

Demo

Alt text

Getting Started

These instructions will show you the requirements for and how to use Attack Surface Mapper.

Setup

As this is a Python based tool, it should theoretically run on Linux, ChromeOS (Developer Mode), macOS and Windows.

[1] Download AttackSurfaceMapper

$ git clone https://github.com/superhedgy/AttackSurfaceMapper

[2] Install Python dependencies

$ cd AttackSurfaceMapper
$ python3 -m pip install --no-cache-dir -r requirements.txt

[3] Add optional API keys to enable more data gathering

$ nano keylist.asm

Optional Parameters

Additional optional parameters can also be set to choose to include active reconnaissance modules in addition to the default passive modules.

  targets               Sets the path of the target IPs file.

optional arguments:
  -h, --help            show this help message and exit
  -f FORMAT, --format FORMAT
                        Choose between CSV and TXT output file formats.
  -o OUTPUT, --output OUTPUT
                        Sets the path of the output file.
  -sc, --screen-capture
                        Capture a screen shot of any associated Web Applications.
  -sth, --stealth       Passive mode allows reconaissaince using OSINT techniques only.
  -t TARGET, --target TARGET
                        Set a single target IP.
  -V, --version         Displays the current version.
  -w WORDLIST, --wordlist WORDLIST
                        Specify a list of subdomains.
  -sw SUBWORDLIST, --subwordlist SUBWORDLIST
                        Specify a list of child subdomains.
  -e, --expand          Expand the target list recursively.
  -ln, --linkedinner    Extracts emails and employees details from linkedin.
  -v, --verbose         Verbose ouput in the terminal window.

Authors: Andreas Georgiou (@superhedgy)
	 Jacob Wilkin (@greenwolf)

Example run command

$ python3 ASM.py -t your.site.com -ln -w resources/top100_sublist.txt -o demo_run

Authors

Acknowledgments

  • Thanks to [Your Name Could Be Here, Come Help Out!] for contributions to the project.

主要指标

概览
名称与所有者superhedgy/AttackSurfaceMapper
主编程语言Python
编程语言Python (语言数: 2)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2019-08-07 14:32:53
推送于2024-04-08 16:13:24
最后一次提交2023-09-11 06:26:53
发布数1
最新版本名称v1.1 (发布于 2020-02-19 20:28:23)
第一版名称v1.1 (发布于 2020-02-19 20:28:23)
用户参与
星数1.4k
关注者数46
派生数199
提交数47
已启用问题?
问题数30
打开的问题数5
拉请求数12
打开的拉请求数2
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?