merfi on 6:39 PM 10/30/2024: I tracked the PID through the tasklist, I enter it into the program, but it prohibits entry. PID watched every time after re-entry
forrst on 2:07 PM 11/01/2024: Cracked in under 5 mins XD
dzwassim95 on 3:29 PM 11/04/2024: cracked under 1 min
zxsrxt on 7:04 PM 11/05/2024: cracked in 1 min by patching xd
alxxx on 7:37 AM 11/11/2024: Nice, basic BOF
"D:\PIDXploit.exe
psyr3n on 1:36 PM 11/21/2024: Hope it'd help you: https://psyr3n.github.io/PIDXploit_Solution.pdf
jhosuakz on 11:22 AM 01/09/2025: import psutil
exe = "PIDXploit"
def find_pid(process_name):
pids = []
for process in psutil.process_iter(['pid', 'name']):
try:
if process.info['name'] and process_name.lower() in process.info['name'].lower():
pids.append(process.info['pid'])
except psutil.NoSuchProcess:
pass
return pids
pid = find_pid(exe)
if pid:
print(f"Password : EndIsNear-{pid[0]}")
You must me logged to submit a solution
Write a comment
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Rate the difficulty
How would you rate the difficulty of this crackme ?