Giter VIP home page Giter VIP logo

checker's Introduction

Checker

Checker is an automated tool designed to monitor the persistence of compromised accounts and open ports on compromised machines over time during red team engagements. image

Compatibility

This tool is built to support Python 3.10. Please note that Python versions 3.11 and higher are not supported and might not be compatible with the parallel-ssh library.

Installation

To install the required dependencies, use the following command(it is higly recommended to use a virtual environment such as venv):

pip install -r requirements.txt

Setup

  1. Create a logins.csv file to specify the targets for the Parallel-SSH function which will attempt to log in to the targets using the supplied credentials. The format for the file should be:

    ip,username:password
    
  2. Create a ip_file.txt file to set the target ips to scan, which will continutly scanned for ports and output open ports. The format for this file should one ip per line:

    127.0.0.1
    192.168.1.1
    
  3. Create a web_file.txt file to set the target URLs to scan, which will continutly scanned for 200 responses. The format for this file should one URL per line:

    https://google.com/
    https://bing.com/
    
  4. Start the program:

    python3 main.py
    

Feel free to modify the variable in main.py according to your specific requirements.

checker's People

Contributors

drakiat avatar

Stargazers

Implex avatar  avatar Samuel avatar  avatar  avatar  avatar Never Mind avatar 4FK avatar Spyridon  Iliopoulos avatar  avatar An_ avatar  avatar Timofei avatar nagasaikiran avatar WebCode avatar Mehmet avatar ik5 avatar Alex avatar  avatar hirak0 avatar Andre Van Klaveren avatar Maguin avatar Rafael  avatar  avatar Ken Nickerson avatar  avatar Anis FARSI avatar  avatar ARES avatar esson avatar MADhatter4² avatar  avatar Roy avatar Git79 avatar  avatar  avatar farhan nadim pial avatar  avatar tudouya avatar Calvin Kamau avatar Eugene Dobrodeev avatar

Watchers

 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.