Coder Social home page Coder Social logo

0xoperant / crackwatch Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 16 KB

Crackwatch monitors a specified password cracking process and posts periodic updates to slack.

Python 100.00%
hashcat mdxfind john-the-ripper shell bash slack webhook slack-webhook prs-welcome python

crackwatch's Introduction

crackwatch

Crackwatch monitors a specified password cracking process and posts periodic updates to slack. I've used it successfully with hashcat and mdxfind, but it should be able to work with others, like john. Be sure to specify the full path to the potfile, if it's not in the same directory. The interval is the length of time between updates, in minutes. For example, 60 would post updates every hour. Your webhook url should be set as an environment variable before starting crackwatch.

This can be adapted to pretty much any webhook. PRs are welcome.

Note: there is a bash version in the master branch.


requirements: slack webhook url (https://api.slack.com/incoming-webhooks) Once you have obtained a webhook url, add it to your environment variables. Example: export WEBHOOK_URL=https://your.webhook/here

usage: python3 crackwatch.py -p <process> -f <potfile> -i <interval>

          <process> is the process you want to monitor
          <potfile> is the output file from that process
          <interval> is how often (in minutes) you want slack updates

example: python3 crackwatch.py hashcat hashcat.pot 60

crackwatch's People

Contributors

0xoperant avatar

Stargazers

 avatar

Watchers

 avatar  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.