Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Is this right code for 3 digit pin ?
Post: Is this right code for 3 digit pin ?

Is this the right code for a 3 digit pin ? for pin in range(1000): if test(f'{pin:03d}'): print(f'{pin:03d}')
fatjuicypython General Coding Help 1 1,828 Aug-21-2020, 11:02 PM
    Thread: I need advise with developing a brute forcing script
Post: RE: I need advise with developing a brute forcing ...

(Aug-21-2020, 07:06 PM)perfringo Wrote: (Aug-21-2020, 03:17 PM)fatjuicypython Wrote: Wouldnt be possible, not efficient and there is only 5 attempts allowed. I have never used python, created a s...
fatjuicypython General Coding Help 11 5,100 Aug-21-2020, 07:53 PM
    Thread: I need advise with developing a brute forcing script
Post: RE: I need advise with developing a brute forcing ...

(Aug-21-2020, 03:56 PM)Intr0spective Wrote: Quote:[Friday night ideas] if you have nothing positive to contribute, then don't waste your time. Ehm, not sure if the purpose of perfringo's message wa...
fatjuicypython General Coding Help 11 5,100 Aug-21-2020, 04:05 PM
    Thread: I need advise with developing a brute forcing script
Post: RE: I need advise with developing a brute forcing ...

(Aug-21-2020, 03:11 PM)perfringo Wrote: [Friday night ideas] I suspect that the most effective (time-wise) brute-force is to enter manually all numbers 0000, 0001, ... 9999 at aforementioned website...
fatjuicypython General Coding Help 11 5,100 Aug-21-2020, 03:17 PM
    Thread: I need advise with developing a brute forcing script
Post: RE: I need advise with developing a brute forcing ...

(Aug-21-2020, 02:59 PM)ndc85430 Wrote: Is this really the sort of thing you should be doing? I am trying to learn cyber security
fatjuicypython General Coding Help 11 5,100 Aug-21-2020, 03:10 PM
    Thread: I need advise with developing a brute forcing script
Post: RE: I need advise with developing a brute forcing ...

I understand but you have to understand, i do not know where to start, i am watching youtube videos and blog but it does not answer my exact questions. First question is: The game website i am tryin...
fatjuicypython General Coding Help 11 5,100 Aug-21-2020, 02:17 PM
    Thread: I need advise with developing a brute forcing script
Post: I need advise with developing a brute forcing scri...

I need some advise on developing a script to brute force a 4 digit pin. I know the pin has to be from 0000 to 9999 However, on the game website there is a slot for me to add 4 digit pin. How can I i...
fatjuicypython General Coding Help 11 5,100 Aug-21-2020, 01:16 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020