python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Bruteforcing a zip password in python
I want to bruteforce a 4 digit password with the following loop.
My openFile function works as planned when using it isolated. When I try it with my breakPW funtion it doesnt work at all.
Any tips and...
Felix D
Votes: 0
Answers: 0
How can I shorten the processing time of my (very basic) bruteforce algorithm?
I'm learning java atm and I am kinda stuck at the current task, that my trainer gave me yesterday...
The exercise is:
Create a 4 digit password (Just as String variable).
(Allowed are numbers between...
Frecklejack
Votes: 0
Answers: 5
Python parallel processing fills memory fast
I'm bruteforcing a 8-digit pin on a ELF executable (it's for a CTF) and I'm using asynchronous parallel processing. The code is very fast but it fills the memory even faster.
It takes about 10% of the...

marcello carboni
Votes: 0
Answers: 1
Are salesforce id predictables?
I'm wondering if it's possible to predict a salesforce document id. They all start with prefix 069 and there are additional 12 [a-Z] + [0-9] chars. My questions are:
Is it possible that 2 document ids...
testt
Votes: 0
Answers: 1