Giter VIP home page Giter VIP logo

cyberoam's Introduction

Cyberoam Utility Pack

Intro

Cyberoam Utility Pack (forked from dash1291) has been modded to work with three additional files aiming to separate the data being processed from the source code and implementing abstraction at a basic level: "user.txt" "pass.txt" "list.txt"

Critical Update

  • Fixed bruteforce.py for AD Server Lockdown

Setup

To start using the tool instantly:

  • Install python-2.7.x - The latest version can be found at https://www.python.org/downloads/
  • Add all possible usernames to user.txt and passwords to pass.txt
  • cd to the repository directory and run python bruteforce.py in the command-line to generate valid username-password combinations.
  • Replace the files in list.txt with these valid combinations.
  • Run python cycle.py in the command-line.

Linux Users

Since the line-endings dealt in linux is different from windows, linux-users should edit the code for bruteforce.py and cycle.py by replacing \n with \r\n.

Auto-Mode Setup

Windows

The scripts can be automated to run on demand or when the PC boots up as per requirement and can be done in two prominent ways:

  • Add the repository's path to the PATH environment variable. This will allow us to call cycle.py via Run.
  • Create a .bat batch-file to execute the cycle.py and call it at startup using the Task-Sheduler.

Linux

Users are advised to create symbolic links or alias to the file location to run the scripts on demand.

Resources Used

cyberoam.py - Contains the basic login, logout features. for Cyberoam Login Portal.

bruteforce.py - Bruteforces the usernames in the list user.txt against the passwords in the list pass.txt Successful combinations are displayed on the command line.

cycle.py - Loads username-password combinations from list.txt and logs in with the first valid hit.

It rechecks every k seconds, k being the timeout value, and logs the user in if not already logged in. In case limit is exceeded on the current combination, the script automatically logs in using the next user-pass combo.

cyberoam's People

Contributors

saraansh avatar dash1291 avatar

Stargazers

Alex Hoffer avatar Siddhant Khandelwal avatar Nirmit Goyal avatar

Watchers

James Cloos avatar  avatar

Forkers

prathupadhyay

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.