mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
32 lines
956 B
HTML
32 lines
956 B
HTML
---
|
|
layout: default
|
|
title: Home
|
|
---
|
|
|
|
<div id="home" class="clearfix">
|
|
<a href="/screenshots/"><img src="images/ipscan-screen.png" class="featured"></a>
|
|
<h1>What is it?</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>
|
|
|
|
|
|
<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>
|