Coder Social home page Coder Social logo

anjali-001 / attack-on-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from felixfaisal/attack-on-web

0.0 0.0 0.0 38.5 MB

A CLI application to look for vulnerable API keys

Home Page: https://aow.netlify.app/

License: MIT License

JavaScript 100.00%

attack-on-web's Introduction

Attack-on-Web(AoW)

AoW

build status code size issues pullrequest stars

AttackOn-Web is a CLI application that runs in your local system environment or in a CI environment to assist you with identifying 20 (More added soon) kinds of secret/API Keys, just as other potential security weaknesses or policy breaks.

AOW utilizes our local APIs to filter your code and identify expected secret/API Keys in your code. We won't store any records you are sending or any secret keys we have recognized.

Test using CLI

npm i atow
npx atow

npx is a package runner tool that comes with npm 5.2+ and higher.

Commands Usage: npx atow [OPTIONS]

Options:
    -h or  --help       to view list of commands
    -t or  --test       for testing.
    -l or  --list       for list of providers.

OUTPUT

If no secrets or policy breaks have been found, the exit code will be 0:

If a secret or other issue is found in your staged code or in your CI, you will have an alert giving you the type of policy break, the filename where the policy break has been found and a patch giving you the position of the policy break in the file:

 Read fileD:\MLH\dev-tools\attack-on-web\node_modules\yargs-parser\build\lib\yargs-parser.js
 Read fileD:\MLH\dev-tools\attack-on-web\src\check.js
 Read fileD:\MLH\dev-tools\attack-on-web\src\checkGitignoreRegex.js
 Read fileD:\MLH\dev-tools\attack-on-web\src\crawl.js
 Stripe API Key found in D:\MLH\dev-tools\attack-on-web\src\extensionChecker.js
2 const check = 'sk_live_4eC39HqLyjWDarjtT1zdp7dc'

asciicast

Test using Github Actions

Input

repo-name

The name of the repository where you are calling this actions

Required This input is required for the action to run

Example usage

uses: felixfaisal/[email protected]
with:
  repo-name: 'my-repo'

Contributing

To contribute, please find the contribution guidelines here - Contribution Guidelines

License

MIT

attack-on-web's People

Contributors

96radhikajadhav avatar anjali-001 avatar dev2919 avatar felixfaisal avatar payassingh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.