mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
61 lines
2.0 KiB
HTML
61 lines
2.0 KiB
HTML
---
|
|
layout: default
|
|
title: the original IP scanner for Windows, Mac and Linux
|
|
keywords: ip scanner,port scanner,network scanner,tcp,open source,free,freeware,gpl,software,network,ip,tcp,scan,port,netbios,remote,administration,lan,administrator
|
|
description: The original IP scanner for Windows, Max and Linux. Fast, friendly, extensible, free and open-source. Scans addresses and ports in any range and exports results in many formats.
|
|
priority: 1.0
|
|
redirect_from:
|
|
- /wiki/
|
|
- /wiki/index.php
|
|
- /w/
|
|
- /w/Home/
|
|
---
|
|
|
|
<div id="home" class="clearfix">
|
|
<a href="/screenshots/" class="featured"></a>
|
|
<h1>Features</h1>
|
|
|
|
<ul>
|
|
<li>Scans local networks as well as Internet</li>
|
|
<li>IP Range, Random or file in any format</li>
|
|
<li>Exports results into many formats</li>
|
|
<li>Extensible with many data fetchers</li>
|
|
<li>Provides command-line interface</li>
|
|
<br>
|
|
<li>Over <a href="/2015/03/downloads.html">29 million</a> downloads</li>
|
|
<li>Free and open-source</li>
|
|
<li>Works on Windows, Mac and Linux</li>
|
|
<li>Installation not required</li>
|
|
</ul>
|
|
|
|
<a class="button" href="download/">Free Download</a>
|
|
</div>
|
|
|
|
<h1>Description</h1>
|
|
<p>
|
|
Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has <a href="/about/">many other features</a>.
|
|
</p>
|
|
|
|
<p>
|
|
It is widely used by network administrators and just curious users around the world, including large and small enterprises, banks, and government agencies.
|
|
</p>
|
|
|
|
<p>
|
|
It runs on Linux, Windows, and Mac OS X, possibly supporting other platforms as well.
|
|
</p>
|
|
|
|
<div id="news">
|
|
<h3>Latest news</h3>
|
|
<ul class="posts">
|
|
{% for post in site.posts %}
|
|
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
|
|
<script>
|
|
if (navigator.userAgent.indexOf('Win') >= 0)
|
|
document.querySelector('.featured').classList.add('windows');
|
|
</script>
|
|
|