itaynir1/Brute-Force
This project is a Python script for conducting a brute-force attack on a login page. It takes a target URL, a username, and a password file as inputs, attempting to find the correct password through successive login attempts.
This script helps security professionals or ethical hackers test the resilience of login pages against brute-force attacks. You provide a target login URL, a username, and a file containing a list of potential passwords. The script systematically tries each password, reporting if a correct one is found. This tool is for security analysts evaluating system vulnerabilities.
No commits in the last 6 months.
Use this if you need to test the security of a login page to see how easily it can be brute-forced with a known username and a list of common passwords.
Not ideal if you are trying to guess a password for an account you do not have permission to test, as this is illegal and unethical.
Stars
21
Forks
11
Language
Python
License
—
Category
Last pushed
Jul 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/itaynir1/Brute-Force"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.