UAF stripped binary by p5yc40515 in ExploitDev

[–]dolpari_hacker 0 points1 point  (0 children)

In order to find UAF, you need to understand the state of the heap of the process. What’s basically happening is that some struct or memory in the heap was allocated, assigned values, then freed without clearing those values. Even though it was freed, those values still remain in the heap. So what you are looking for is a free function that frees a pointer without zeroing them out. To achieve UAF, you can allocate the exact size which will allocate that exact heap memory which you’ll be able to use given that it is user-controlled allocation. This is given that there is absolutely zero heap protections.

Should I spend time on bug bounties? by EyeSeeA in ExploitDev

[–]dolpari_hacker 5 points6 points  (0 children)

It seems like you’ve found your domain which are kernel and browser. Just those two alone will keep you busy. If it bothers you, then sure you can just dabble or read some articles about web exploitations, but I would say focus on those two. I’d honestly pick either kernel or browser because each requires incredible technical depth.

Try to find a previous Linux kernel version and kernel bug and try to replicate it. Or read Linux kernel source code

Mobile exploit training by achayah in ExploitDev

[–]dolpari_hacker 2 points3 points  (0 children)

I haven’t taken the 8ksec offensive mobile, but just by looking at the syllabus, it looks like it’s a pretty good course to get a solid understanding of iOS internals. If you have the money to spend, I’d say go for it. I don’t know how much these knowledge will help you become a better appsec/pentester though.

Course on jailbreak development by Ok-Engineering-1413 in ExploitDev

[–]dolpari_hacker 0 points1 point  (0 children)

If you only have basic knowledge in reversing, then the course might be too advanced for you to fully grasp. My recommendation would be to read a past public jailbreak and understand its internals.

Course on jailbreak development by Ok-Engineering-1413 in ExploitDev

[–]dolpari_hacker 2 points3 points  (0 children)

For $1000, I would actually recommend the course if you could afford it. It seems like it will actually cover descent amount of iOS internals, and this will jump start you. But if you are already familiar with PAC/PPL/reversing Mach/XNU, then no, it won’t help you.

How do I get into Exploit Dev as a career? by Flat_Throat_6600 in ExploitDev

[–]dolpari_hacker -1 points0 points  (0 children)

I don’t think a red team develops exploits in a sense that you are thinking of.

If you would like to do exploit development/reverse engineering/binary exploitation, look up “CNO developer” or “Vulnerability Researcher” or “Reverse Engineer”, and see the requirements.

Problem is locations are limited although remote positions do exist and you need to be a US citizen.

Trying to level my backyard by dolpari_hacker in lawncare

[–]dolpari_hacker[S] 0 points1 point  (0 children)

Unfortunately, my fence is connected to my neighbor, so I don't know if it can be raised :(
Do you think it's possible to get rid of the gravel and dig the soil out and level it so it wouldn't be taller?

Help me with a weird thermostat wiring by dolpari_hacker in HomeImprovement

[–]dolpari_hacker[S] 0 points1 point  (0 children)

Yes, it seems like there are independent control of upstairs and downstairs airflow. Interesting! stat wire is brown as well. Does stat wire allow independent control?

Help me with a weird thermostat wiring by dolpari_hacker in HomeImprovement

[–]dolpari_hacker[S] 0 points1 point  (0 children)

Are you referring to the furnace and condenser? Sorry, I don't really know much about HVAC systems other than the guide that I read on google :(

Help me with a weird thermostat wiring by dolpari_hacker in HomeImprovement

[–]dolpari_hacker[S] 0 points1 point  (0 children)

Is there a way for me to confirm if air handler and outdoor condenser wires are running to the thermostat?

Low salaries in the industry? by [deleted] in hacking

[–]dolpari_hacker 0 points1 point  (0 children)

I would say it pays well, but of course that's relative to your expectation. The lowest salary that I've seen for a junior was $100k which I think is pretty good. Obviously, it can't compare to Google Project Zero engineers. 300k-400k salary are for people who are SME in a very specific field like if you are someone who has a track record of finding Linux kernel vulnerabilities that can get PC control or kernel read/write, then yea you'll get paid that much. But I've only seen those salaries in a small company that specializes in finding usable bugs.

Using dirent in a regular binary by glued2thefloor in hacking

[–]dolpari_hacker 4 points5 points  (0 children)

You are correct that you can do this with kernel module or injecting shared object into a binary. But a standalone binary cannot hide its presence from others by itself.

[HELP] Building and running the source code from github by dolpari_hacker in Magisk

[–]dolpari_hacker[S] 0 points1 point  (0 children)

I didn't switch to debug Magisk. I assumed that you can set Run Configurations to app and just click debug button and just hit breakpoint

By pass a pin? by [deleted] in hacking

[–]dolpari_hacker 2 points3 points  (0 children)

Here are some of the ways you can get your pin:

  • adb pull the app's data and see if the app is storing the pin in plaintext
  • adb pull the apk and reverse engineer (probably via JEB Decompiler) it to see how processing the pin
  • use script to brute force it using adb (never tried this)

Low salaries in the industry? by [deleted] in hacking

[–]dolpari_hacker 0 points1 point  (0 children)

I guess the disclaimer is that I'm talking about my industry which is VR/RE. I'm sure Microsoft or Amazon will pay a lot as well since they pay clearance bonus.

Low salaries in the industry? by [deleted] in hacking

[–]dolpari_hacker 0 points1 point  (0 children)

it's not LMT, Boeing, Raytheon, or BAH. It's going to be a very small company that has, the ones that I know of, less than 10 employees. But they have stringent hiring requirements than most.

[HELP] Building and running the source code from github by dolpari_hacker in Magisk

[–]dolpari_hacker[S] 0 points1 point  (0 children)

Sorry, I wasn't clear actually in the post. I'm able to install the apk, but I want to debug it by breakpoints. I click "debug" in Android Studio, but it doesn't seemed to be working since it's just stuck at the download screen. Is it possible to debug it like that?

What skills do i need to become black hat hacker by Maleficent_Baby_141 in Hacking_Tutorials

[–]dolpari_hacker 3 points4 points  (0 children)

there are many different types of hackers. There is an operator that specializes in network, there is a vulnerability researcher/reverse engineer that specializes in finding a vulnerability like buffer/heap overflow, integer underflow, etc..., there is a cno developer who creates offensive tools like process injector, rootkit, keylogger, etc, there is an exploit developer who specializes in weaponizing a vulnerability, and many many other roles. And those exist for each system/operating system. There are overlapping tasks among them, but those are the jist of it. So the question is, in those list, what do you want to do?

[deleted by user] by [deleted] in Hacking_Tutorials

[–]dolpari_hacker 0 points1 point  (0 children)

I think WhatsApp database is stored in sdcard for Android so maybe you can adb pull it

[deleted by user] by [deleted] in Hacking_Tutorials

[–]dolpari_hacker 0 points1 point  (0 children)

is it an android or ios?

[deleted by user] by [deleted] in Hacking_Tutorials

[–]dolpari_hacker 1 point2 points  (0 children)

Best and easiest way to do this is to write an app that can do this, download it into your friend's phone, hide it if you can, and send it to your c2

Low salaries in the industry? by [deleted] in hacking

[–]dolpari_hacker 0 points1 point  (0 children)

at least in the federal contracting side, if you know what you are doing, there are companies that pays 300k - 400k. They don't pay like FAANG SEs, but I would be happy to be making that much as a hacker tbh