Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS 1.3 cert support in --banner #806

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -659,3 +659,14 @@ specific requirements.
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.

REDISTRIBUTION NOTE:

A few files listed below are released under different licenses (that are
compatible with AGPL3), as specified in the files themselves, and are
redistributed alongside this software:

- crypto-curve25519.c/h: public domain
- siphash24.c/h: public domain
- crypto-rfc6234.c/h: simplified BSD license
- crypto-aes256.c/h: MIT license
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Masscan supports banner checking on the following protocols:
* POP3
* SMTP
* SSH
* SSL
* SSL/TLS
* SMBv1
* SMBv2
* Telnet
Expand Down
Loading
Loading