Home Page Angry IP Scanner
What is Angry IP Scanner?
Angry IP Scanner is a fast and lightweight open-source network scanning tool used to identify active devices on a network. It is popular for its ease of use and speed, making it ideal for network administrators and IT professionals. Angry IP Scanner works by pinging IP addresses and scanning their ports to collect data such as hostname, MAC address, and open ports.
Key Features:
- Cross-Platform: Available for Windows, macOS, and Linux.
- Customizable Scanning: Supports plugins for extending functionality.
- Export Options: Results can be saved in multiple formats like CSV, TXT, and XML.
- Simple Interface: Easy to use for beginners and professionals.
- Fast and Efficient: Uses multithreading to perform scans quickly.

How to Install Angry IP Scanner
On Windows
- Download:
- Visit the official Angry IP Scanner website and download the Windows installer.
- Install:
- Run the downloaded
.exefile and follow the on-screen installation instructions.
- Run the downloaded
- Run:
- Once installed, launch Angry IP Scanner from the Start menu.
On macOS
- Download:
- Download the macOS
.dmgfile from the official website.
- Download the macOS
- Install:
- Open the
.dmgfile and drag the Angry IP Scanner icon to your Applications folder.
- Open the
- Run:
- Launch the app from Applications. You may need to allow it through System Preferences > Security & Privacy.
On Linux
- Download:
- Download the
.debor.rpmpackage from the official website.
- Download the
- Install:
- For Debian/Ubuntu:
- sudo dpkg -i ipscan_*.deb sudo apt-get install -f
- For Fedora/RHEL:
- sudo rpm -i ipscan-*.rpm
- Run:
- Start the application from your desktop environment or via the terminal: ipscan
Advanced Setup and Usage
Scan Custom IP Ranges
- You can scan a specific range or subnet:
- Example: 192.168.1.1-192.168.1.255
- Or a CIDR range: 192.168.1.0/24
Set Port Ranges
- By default, Angry IP Scanner scans only live hosts (ping).
- To scan specific ports:
- Go to Tools > Preferences > Ports.
- Enter port ranges, e.g., 22,80,443 or 1-1024.
Enable Additional Data Collection
- By default, it collects IP address, ping time, and hostname.
- To fetch more data:
- Click Tools > Fetchers.
- Enable options like MAC Address, Open Ports, and TTL.
Command-Line Usage
For automation or scripting, Angry IP Scanner can be used via the command line:
- Basic Command: ipscan -r 192.168.1.1-192.168.1.255
- Save Results Automatically: ipscan -r 192.168.1.1-192.168.1.255 -o csv -f output.csv
- Scan Specific Ports: ipscan -r 192.168.1.1-192.168.1.255 -p 22,80,443
- Help Command: View all command-line options: ipscan –help
How to Use Angry IP Scanner
Basic Steps:
- Open the Application: Launch Angry IP Scanner on your system.
- Set IP Range:
- Enter the starting and ending IP addresses for the range you want to scan.
- Alternatively, use a subnet (e.g., 192.168.1.0/24).
- Select Scan Options:
- Configure scanning options like ping method, timeout, and port range by navigating to Tools > Preferences.
- Run the Scan:
- Click the Start button to begin scanning.
- View Results:
- Results will display details like IP address, ping time, hostname, and open ports.
- Use the Options > Select Columns feature to customize the displayed information.
- Export Results:
- Save scan results by clicking File > Save As, and choose a format such as CSV or TXT.
Example Use Cases
- Scan a Local Network:
- Enter the range: 192.168.1.1-192.168.1.255
- Find all active devices on the local network.
- Scan Specific Ports:
- Go to Tools > Preferences > Ports and specify ports like 80,443,22.
- Identify devices running web servers or SSH services.
- Export Data for Reporting:
- Save results in CSV format for further analysis in Excel or other tools.
Advanced Tips
- Use Plugins: Extend functionality by adding plugins available on the Angry IP Scanner website.
- Command-Line Mode:
- Run scans directly from the terminal using: ipscan -r 192.168.1.1-192.168.1.255
- Use flags to customize scans (–help for details).
- Scan Large Networks: Optimize performance by increasing threads in Tools > Preferences > Performance.
Let me know if you need more details on Angry IP Scanner!
Discover more from MNS.Code.Blog
Subscribe to get the latest posts sent to your email.
