All Projects → ZupIT → Horusec

ZupIT / Horusec

Licence: other
Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
go
31211 projects - #10 most used programming language
ruby
36898 projects - #4 most used programming language
golang
3204 projects
kotlin
9241 projects

Projects that are alternatives of or similar to Horusec

Terraform Security Scan
Run a security scan on your terraform with the very nice https://github.com/liamg/tfsec
Stars: ✭ 64 (-79.42%)
Mutual labels:  static-analysis, hacktoberfest, terraform, scanner, ci
Tfsec
Security scanner for your Terraform code
Stars: ✭ 3,622 (+1064.63%)
Mutual labels:  static-analysis, hacktoberfest, terraform, scanner, ci
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-69.13%)
Mutual labels:  analysis, cli, ci
Wssat
WEB SERVICE SECURITY ASSESSMENT TOOL
Stars: ✭ 360 (+15.76%)
Mutual labels:  static-analysis, scanner, vulnerabilities
Security Code Scan
Vulnerability Patterns Detector for C# and VB.NET
Stars: ✭ 550 (+76.85%)
Mutual labels:  static-analysis, analysis, scanner
Dependency spy
Find known vulnerabilities in your dependencies
Stars: ✭ 87 (-72.03%)
Mutual labels:  hacktoberfest, scanner, vulnerabilities
Lighthouse Ci
A useful wrapper around Google Lighthouse CLI
Stars: ✭ 198 (-36.33%)
Mutual labels:  cli, hacktoberfest, ci
Phpmnd
PHP Magic Number Detector
Stars: ✭ 431 (+38.59%)
Mutual labels:  static-analysis, analysis, cli
Gitlab Ci Pipeline Php
☕️ Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
Stars: ✭ 451 (+45.02%)
Mutual labels:  hacktoberfest, ci, cd
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+1048.55%)
Mutual labels:  static-analysis, hacktoberfest, terraform
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (-62.06%)
Mutual labels:  static-analysis, hacktoberfest, terraform
Reviewdog
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
Stars: ✭ 4,541 (+1360.13%)
Mutual labels:  static-analysis, cli, ci
Abs cd
CI/CD for the Arch build system with webinterface.
Stars: ✭ 48 (-84.57%)
Mutual labels:  hacktoberfest, ci, cd
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-89.07%)
Mutual labels:  hacktoberfest, ci, cd
Cypress Terminal Report
Better terminal and file output for cypress test logs.
Stars: ✭ 200 (-35.69%)
Mutual labels:  cli, hacktoberfest, ci
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (+110.61%)
Mutual labels:  hacktoberfest, ci, cd
Huskyci
Performing security tests inside your CI
Stars: ✭ 398 (+27.97%)
Mutual labels:  static-analysis, hacktoberfest, vulnerabilities
Vulny Code Static Analysis
Python script to detect vulnerabilities inside PHP source code using static analysis, based on regex
Stars: ✭ 207 (-33.44%)
Mutual labels:  static-analysis, hacktoberfest, vulnerabilities
horusec-engine
Horusec analysis engine
Stars: ✭ 18 (-94.21%)
Mutual labels:  ci, cd, netcore
Chronos
Chronos - A static race detector for the go language
Stars: ✭ 272 (-12.54%)
Mutual labels:  static-analysis, analysis

License

logo_header

What is Horusec?

Horusec is an open source tool that performs static code analysis to identify security flaws during the development process. Currently, the languages for analysis are: C#, Java, Kotlin, Python, Ruby, Golang, Terraform, Javascript, Typescript, Kubernetes, PHP, C, HTML, JSON, Dart. The tool has options to search for key leaks and security flaws in all files of your project, as well as in Git history. Horusec can be used by the developer through the CLI and by the DevSecOps team on CI /CD mats. See in our DOCUMENTATION the complete list of tools and languages that we perform analysis

architecture

Project roadmap 2021

We started the project to aggregate within our company, but as the search grew more and more we chose to apply good practices and open it up for everyone to collaborate with this incredible project.

In order to achieve our goals, we separated in some delivery phases:

  • Phase 0: Support for all horusec-cli features into horusec-vscode (Q1)
  • Phase 1: Support for the Theia(VsCode Web) (Q1)
  • Phase 2: Support to Flutter, Dart, Bash, Shell, Elixir, Cloujure e Scala in analysis (Q1)
  • Phase 3: New service to manager vulnerabilities founds (Q2)
  • Phase 4: Dependency analysis for all supported languages (Q3)
  • Phase 5: SAST with MVP Semantic Analysis (Q4)
  • Phase 6: DAST with MVP symbolic analysis (Q4)

Getting started

Installing

To see more details how install go to HERE

Check the installation

horusec version

Usage

For use horusec-cli and check your vulnerabilities

horusec start

or send with the authorization token to view the content analytically in the horusec admin panel.

horusec start -a="<YOUR_TOKEN_AUTHORIZATION>"

To acquire the authorization token and you can see your vulnerabilities analytically on our panel see more details HERE

WARN: When horusec starts an analysis it creates a folder called .horusec. This folder serves as the basis for not changing your code. So we recommend that you add the line .horusec into your .gitignore file so that this folder does not need to be sent to your git server!

usage_horusec

Requirements for usage horusec-cli

  • docker
  • git(Mandatory if you are using search throughout the project's git history)

Usage locally

For usage the horusec locally clone horusec in your local machine and run

make install

and run the HORUSEC-CLI to start the analysis

Default Development account

For usage complete feature of the horusec you can see enter using this default user generated by horusec for you usage.

WARN: We do dns validation for account creation, so remember to use a valid email. For tests accounts we accept [email protected] as a valid dns.

  email: [email protected]
  password: Devpass0*

Requirements for use complete horusec locally

  • docker
  • git
  • docker-compose/helm
  • golang
  • rabbitmq
  • postgres
  • account-of-email (optional)

Horusec manager

  • Separate repositories by companies
  • Manage users who have access to your company (users must be pre-registered on horusec to be invited to a pre-existing company)
  • Manage the repositories available in your company for analysis
  • Manage users who have access to company repositories
  • Manage your access tokens for the specific repository (required to identify which repository this analysis belongs to and save to our system)
  • Visually view all existing vulnerabilities in your company and/or its repository

Contributing

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to horusec.

Communication

We have a few channels for contact, feel free to reach out to us at:

Contributors

This project exists thanks to all the contributors. You rock! ❤️🚀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].