• Stars
    star
    10
  • Rank 1,751,138 (Top 36 %)
  • Language
    Crystal
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crystal shard wrapping the rbsec/sslscan utility

sslscan.cr CI Releases License

Crystal shard wrapping sslscan (v2) utility.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      sslscan:
        github: NeuraLegion/sslscan.cr
  2. Run shards install

Usage

require "sslscan"

report = SSLScan.scan "github.com" # => #<SSLScan::Report ...>

# Browse the already aggregated issues
report.issues.each do |issue|
  issue.severity # SSLScan::Issue::Severity
  issue.type     # String
  issue.context  # String
end
report.issues.select(&.severity.high?) # => Set{...}

# Or access the test results directly for further inspection
report.test # => #<SSLScan::Test ...>

Contributing

  1. Fork it (https://github.com/NeuraLegion/sslscan.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

More Repositories

1

shainet

SHAInet - a pure Crystal machine learning library
Crystal
178
star
2

brokencrystals

A Broken Application - Very Vulnerable!
CSS
103
star
3

crystal-fann

FANN (Fast Artifical Neural Network) binding in Crystal
Crystal
80
star
4

cypress-har-generator

Cypress plugin for generating HTTP Archive (HAR) files captures network requests during Cypress tests.
TypeScript
75
star
5

wafalyzer

Web Application Firewall (WAF) Detector
Crystal
32
star
6

har

HAR (HTTP Archive) parser in Crystal
Crystal
22
star
7

broken_crystals

A vulnerable Application in crystal
Crystal
20
star
8

sslscanner

SSL Scanner written in Crystal
Crystal
17
star
9

bright-cli

Command Line Interface (CLI) tool for NeuraLegion's solutions.
TypeScript
16
star
10

sectester-js-demo

This is a demo project for the SecTester JS SDK framework, with some installation and usage examples.
TypeScript
16
star
11

sec-tester-cr

Bright Security scanner integration for Crystal specs
Crystal
14
star
12

tensorflow.cr

TensorFlow bindings in Crystal
Crystal
13
star
13

cvss

The Common Vulnerability Scoring System (CVSS) base score calculator and validator library written in TypeScript.
TypeScript
13
star
14

fix

FIX library for crystal
Crystal
13
star
15

blue_cr

BlueZ bluetooth binding in Crystal
Crystal
12
star
16

generic_actor

A generic Actor model for Crystal
Crystal
10
star
17

har-sdk

HAR SDK enables Node.js developers to easily work with HAR, convert it from OAS/Swagger and Postman collection, and more.
TypeScript
9
star
18

mt_helpers

MultiThreading helpers for crystal
Crystal
8
star
19

example-actions

8
star
20

monitor

Quick HTTP Load tester for CSE\Support
Crystal
5
star
21

sectester-js

SecTester is a new tool that integrates our enterprise-grade scan engine directly into your unit tests.
TypeScript
4
star
22

documentation

NeuraLegion's Documentation Repository
4
star
23

simple-email

Crystal
3
star
24

jfrog-example

3
star
25

changelog

NexPloit Changelog
2
star
26

run-scan

Action runs a new security scan in NeuraLegion, or reruns an existing one
TypeScript
2
star
27

AMASS-the-Legion

Python
2
star
28

crometheus

Crystal
2
star
29

oas2har

Transform you Swagger/OAS spec files to a series of HAR request objects.
JavaScript
2
star
30

socket_io

Crystal SocketIO Shard
Crystal
2
star
31

postman2har

Transform your Postman collection to a series of HAR request objects.
TypeScript
2
star
32

broken_crystals_kemal

Temporary backup of Broken Crystals written in Kemal
HTML
1
star
33

restharter

Restart a scan using a HAR
Crystal
1
star
34

sectester-net

SecTester is a new tool that integrates our enterprise-grade scan engine directly into your unit tests.
C#
1
star
35

helmcharts

Smarty
1
star