Skip to content

Secure#2

Open
cosmincreato wants to merge 7 commits intomasterfrom
secure
Open

Secure#2
cosmincreato wants to merge 7 commits intomasterfrom
secure

Conversation

@cosmincreato
Copy link
Copy Markdown
Owner

No description provided.

Comment thread brute_force.py
timestamp = datetime.now().strftime("%H:%M:%S")

if attempt % 10 == 0 or response.status_code == 302:
print(f"[{timestamp}] Attempt {attempt}: {password}, Status: {response.status_code}, {status}")
Comment thread brute_force.py
print(f"[{timestamp}] Attempt {attempt}: {password}, Status: {response.status_code}, {status}")

if response.status_code == 302:
print(f"\nLOGIN SUCCESSFUL WITH PASSWORD: {password}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants