Skip to content

shivam-rawat-akto/community-edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akto.io API Security

What is Akto?

How it worksGetting-StartedAPI InventoryAPI testingAdd TestJoin Slack community

Akto is a plug-n-play API security platform that takes only 60 secs to get started. Akto is used by security teams to maintain a continuous inventory of APIs, test APIs for vulnerabilities and find runtime issues. Akto offers tests for all OWASP top 10 and HackerOne Top 10 categories including BOLA, authentication, SSRF, XSS, security configurations, etc. Akto's powerful testing engine runs variety of business logic tests by reading traffic data to understand API traffic pattern leading to reduced false positives. Akto can integrate with multiple traffic sources - burpsuite, AWS, postman, GCP, gateways, etc.

Akto enables security and engineering teams to secure their APIs by doing three things:

  1. API inventory
  2. Run business logic tests in CI/CD
  3. Find vulnerabilities in run-time

How it works?

Step 1: Create inventory

Step 2: Run tests

How to get Started?

Local deploy:

Run this script to create Akto at ~/akto and run the docker containers. You'll need to have Docker installed in order to run the container.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/akto-api-security/infra/feature/self_hosting/cf-deploy-akto)"

Develop and contribute

Prerequisites

OpenJDK 8, node, npm, maven (v3.6.3), Mongo

Clone repo

  1. mkdir ~/akto_code
  2. cd akto_code
  3. git clone https://github.com/akto-api-security/community-edition Link to be updated as per the open source repo

Setup database

  1. cd ~
  2. mkdir ~/akto_mongo_data
  3. <path_to_mongo_folder>/bin/mongod --dbpath ~/akto_mongo_data

Setup Frontend

  1. cd ~/akto_code/community-edition
  2. cd apps/dashboard
  3. npm install
  4. npm run hot

Setup Backend

  1. cd ~/akto_code/community-edition
  2. export AKTO_MONGO_CONN="mongodb://localhost:27017"
  3. mvn clean install
  4. mvn --projects :dashboard --also-make jetty:run

Play around

  1. Open localhost:8080 in your favourite browser
  2. You will need to signup when logging in for the first time, next time onwards you can login

Contributing

We welcome contributions to this project. Please read our CONTRIBUTING.md for more information on how to get involved.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.0%
  • Vue 26.5%
  • JavaScript 7.3%
  • CSS 0.1%
  • C 0.1%
  • Sass 0.0%