-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add License, Readme and Contributors
* Release packets
- Loading branch information
1 parent
ce7f11d
commit 24c08bc
Showing
5 changed files
with
767 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Changelog | ||
========= | ||
|
||
# 1.0.0 | ||
* Complete implementation of the [nmap DTD](https://nmap.org/book/nmap-dtd.html) | ||
* Parallel executed scans with threaded callbacks | ||
* Parallel analysed scan reports for performance boost | ||
* Some useful helper methods for Hosts, Ports, Services, ... | ||
* CLI callable with `argparse` | ||
* OS, Host, Service, Sequence, Trace and Stats support | ||
* specific script handling (Default script for other) | ||
* SSLEnumCiphers | ||
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Contributors | ||
============ | ||
|
||
| Name | email | info | | ||
|------|-------|------| | ||
| Fabian Fröhlich | [email protected] | Main contributor and code owner | |
Oops, something went wrong.