Skip to content

Commit

Permalink
* Add License, Readme and Contributors
Browse files Browse the repository at this point in the history
* Release packets
  • Loading branch information
f-froehlich committed Dec 14, 2020
1 parent ce7f11d commit 24c08bc
Show file tree
Hide file tree
Showing 5 changed files with 767 additions and 26 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
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
*
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
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 |
Loading

0 comments on commit 24c08bc

Please sign in to comment.