Marc

Results 2 issues of Marc

As a pentester I would like to create a new session using custom mask attacks without uploading a file, because I usually run something like "$company$20?d?d". In order to implement...

enhancement

**Describe the bug** I implemented the challenge following the example: ``` insta = Client() insta.challenge_code_handler = challenge_code_handler insta.change_password_handler = change_password_handler nsta.login(ACCOUNT_USERNAME, ACCOUNT_PASSWORD) ``` But the "challenge_code_handler" is not being called...

bug