Giter Site home page Giter Site logo

tryhackme_room_scripts's Introduction

Tryhackme_Room_Scripts

Exploits, scanners, etc

Original Script: Brute Force Login with Captcha

Description

This script reads a list of usernames from a file, and attempts to log in to a website using these usernames along with a default password. The website also contains a captcha that requires solving a simple math problem. The script extracts the captcha, solves it, and submits the login request along with the captcha answer.

Requirements

Python 3.x
requests library

Usage

Install the required libraries:
pip install requests
Create a text file named usernames.txt with a list of usernames, one per line.

Run the script:
python BruteG.py

Enhanced Script: Brute Force Login with Captcha and Neural Network

Description

This script is an enhanced version of the original brute force login script. It adds a neural network to predict the probability of a successful login attempt based on the error message received after each login attempt. The neural network uses TensorFlow and Keras to process the error messages and make predictions.

Requirements

Python 3.x
requests and tensorflow libraries

Usage

Install the required libraries:
pip install requests tensorflow
Create a text file named usernames.txt with a list of usernames, one per line.

Train a neural network using TensorFlow and Keras, and save the trained model as your_trained_model.h5. Replace this filename in the script with the actual name of your trained model.

Update the tokenizer initialization in the script with the same parameters used during the training of the neural network.

Run the script:
python brute_force_login_with_neural_network.py

Note: The neural network integration assumes you have already trained a neural network model using TensorFlow and Keras. You will need to customize the model architecture and training parameters based on your specific task and dataset.

tryhackme_room_scripts's People

Contributors

aureum01 avatar

Stargazers

 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.