Skip to content

Commit

Permalink
Merge pull request #35 from xtonousou/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
xtonousou authored May 13, 2017
2 parents 84abcdd + d8c4868 commit 5d6f4ed
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 273 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.6] - 2017-05-13
### Added
* Message to show that the **ipv6** module is not loaded.
* This can be suppressed by piping `tail -n+2`
* Feature to show all network interfaces.

### Changed
* **Fixed** wrong outputs of IPv6 addresses.
* **Fixed** wrong way to check IPv6 availability.
* **Fixed** issues with temporary files and background jobs.
* Logo on version output.
* MAC and IPv6 addresses are now printed in lower case for better readability.
* Refactored code a bit.

## [2.5] - 2017-03-07
### Added
* IP calculation feature can now show information without binary (optional).
Expand All @@ -23,7 +37,7 @@ All notable changes to this project will be documented in this file.
* Converting functions (Binary to Decimal, Binary to Hexadecimal, Decimal to Binary) to be used in other functions.
* "Show network, broadcast address, netmask, CIDR, Cisco wildcard, class, host range, maximum hosts from given IP address".
* Seriously why need to install `ipcalc sipcalc`, when you can do this with pure Bash? :smirk:
* Show a list of private and reserved IP addreses (IPv4 and IPv6) with or without CIDR notation (Bogon IPs).
* Show a list of private and reserved IP addresses (IPv4 and IPv6) with or without CIDR notation (Bogon IPs).
* More sources to grab user's public IP.
* Randomly choose from 6 different web sources to grab the IP.

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

### Features

* Show all network **interfaces**
* Show all active network **interfaces**
* Show the **driver** used of each active network interface
* Show the **gateway** of each online interface
Expand Down Expand Up @@ -86,11 +87,11 @@ Read the [Guide]. Usage and some interactive examples are there for you :ship:
### Compatibility

:penguin: | Version
:----------|:-------------------
Arch | 4.7.5-1 - 4.10.3-1
Debian | 7 - 8
Kali | 2016.2
Ubuntu | 14.04.3 - 16.04.1
:----------|:--------------------
Arch | 4.7.5-1 - 4.10.13-1
Debian | 7 - 8
Kali | 2016.2
Ubuntu | 14.04.3 - 16.04.1

---

Expand Down
Loading

0 comments on commit 5d6f4ed

Please sign in to comment.