<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>reconnaissance Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/reconnaissance/feed/" rel="self" type="application/rss+xml" />
	<link>http://kostacipo.stream/tag/reconnaissance/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Thu, 26 Dec 2019 10:53:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kostacipo.stream/wp-content/uploads/2019/12/cropped-profile-32x32.jpg</url>
	<title>reconnaissance Archives - Tech Chronicles</title>
	<link>http://kostacipo.stream/tag/reconnaissance/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AttackSurfaceMapper – A Tool That Aims To Automate The Reconnaissance Process</title>
		<link>http://kostacipo.stream/attacksurfacemapper-a-tool-that-aims-to-automate-the-reconnaissance-process/</link>
					<comments>http://kostacipo.stream/attacksurfacemapper-a-tool-that-aims-to-automate-the-reconnaissance-process/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Thu, 26 Dec 2019 10:48:31 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[reconnaissance]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1587</guid>

					<description><![CDATA[<p>&#160; Attack Surface Mapper is a reconnaissance 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 [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/attacksurfacemapper-a-tool-that-aims-to-automate-the-reconnaissance-process/">AttackSurfaceMapper – A Tool That Aims To Automate The Reconnaissance Process</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Attack Surface Mapper is a reconnaissance 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.</p>
<p>Once the target list is fully expanded it performs passive reconnaissance 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.<br /><a href="https://haxf4rall.com/2019/12/24/attacksurfacemapper-a-tool-that-aims-to-automate-the-reconnaissance-process/" rel="external nofollow" name="more"></a><br /><b>Demo</b></p>
<div>
<div class="jetpack-video-wrapper"><span class="embed-youtube"><iframe class="youtube-player" src="https://www.youtube.com/embed/buIQSf_gmdE?version=3&amp;rel=1&amp;fs=1&amp;autohide=2&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent" allowfullscreen="allowfullscreen" data-mce-fragment="1" width="640" height="360"></iframe></span></div>
</div>
<p>&nbsp;</p>
<p><b>Setup</b><br />As this is a Python based tool, it should theoretically run on Linux, ChromeOS (<a title="Developer Mode" href="https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/generic" target="_blank" rel="nofollow noopener noreferrer external">Developer Mode</a>), macOS and Windows.</p>
[1] Download AttackSurfaceMapper</p>
<pre><code>$ git clone https://github.com/superhedgy/AttackSurfaceMapper</code></pre>
[2] Install Python dependencies</p>
<pre><code>$ cd AttackSurfaceMapper<br>$ python3 -m pip install --no-cache-dir -r requirements.txt</code></pre>
[3] Add optional API keys to enable more data gathering<br />Register and obtain an API key from:</p>
<ul>
<li><a title="VirusTotal" href="https://www.virustotal.com/gui/join-us" target="_blank" rel="nofollow noopener noreferrer external">VirusTotal</a></li>
<li><a title="ShodanIO" href="https://account.shodan.io/register" target="_blank" rel="nofollow noopener noreferrer external">ShodanIO</a></li>
<li><a title="HunterIO" href="https://hunter.io/users/sign_up" target="_blank" rel="nofollow noopener noreferrer external">HunterIO</a></li>
<li><a title="WeLeakInfo" href="https://weleakinfo.com/register" target="_blank" rel="nofollow noopener noreferrer external">WeLeakInfo</a></li>
<li><a title="LinkedIn" href="https://www.linkedin.com/start/join" target="_blank" rel="nofollow noopener noreferrer external">LinkedIn</a></li>
<li><a title="GrayHatWarfare" href="https://buckets.grayhatwarfare.com/register" target="_blank" rel="nofollow noopener noreferrer external">GrayHatWarfare</a></li>
</ul>
<p>Edit and enter the keys in keylist file</p>
<pre><code>$ nano keylist.asm</code></pre>
<p><b>Example run command</b></p>
<pre><code>$ python3 asm.py -t your.site.com -ln -w resources/top100_sublist.txt -o demo_run</code></pre>
<p><b>Optional Parameters</b></p>
<p>Additional optional parameters can also be set to choose to include active reconnaissance modules in addition to the default passive modules.</p>
<pre><code>|&lt;------ AttackSurfaceMapper - Help Page ------&gt;|<br><br>positional arguments:<br>  targets               Sets the path of the target IPs file.<br><br>optional arguments:<br>  -h, --help            show this help message and exit<br>  -f FORMAT, --format FORMAT<br>                        Choose between CSV and TXT output file formats.<br>  -o OUTPUT, --output OUTPUT<br>                        Sets the path of the output file.<br>  -sc, --screen-capture<br>                        Capture a screen shot of any associated Web Applications.<br>  -sth, --stealth       Passive mode allows reconaissaince using OSINT techniques only.<br>  -t TARGET, --target TARGET<br>                        Set a single target IP.<br>  -V, --version         Displays the current version.<br>  -w WORDLIST, --wordlist WORDLIST<br>                        Specify a lis   t of subdomains.<br>  -sw SUBWORDLIST, --subwordlist SUBWORDLIST<br>                        Specify a list of child subdomains.<br>  -e, --expand          Expand the target list recursively.<br>  -ln, --linkedinner    Extracts emails and employees details from linkedin.<br>  -v, --verbose         Verbose ouput in the terminal window.</code></pre>
<div><b><a class="kiploit-download" title="Download AttackSurfaceMapper" href="https://github.com/superhedgy/AttackSurfaceMapper" target="_blank" rel="nofollow noopener noreferrer external">Download AttackSurfaceMapper</a></b></div>
<p>&nbsp;</p>
<p>The post <a href="http://kostacipo.stream/attacksurfacemapper-a-tool-that-aims-to-automate-the-reconnaissance-process/">AttackSurfaceMapper – A Tool That Aims To Automate The Reconnaissance Process</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/attacksurfacemapper-a-tool-that-aims-to-automate-the-reconnaissance-process/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
