Skip to content

Add autocrack payload suite (alert + user tools) - #281

Open
sinXne0 wants to merge 1 commit into
hak5:masterfrom
sinXne0:add-autocrack-payloads
Open

Add autocrack payload suite (alert + user tools)#281
sinXne0 wants to merge 1 commit into
hak5:masterfrom
sinXne0:add-autocrack-payloads

Conversation

@sinXne0

@sinXne0 sinXne0 commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add auto_crack alert payload under library/alerts/handshake_captured/
  • add handshake_cracker user payload under library/user/exfiltration/
  • add wordlist_manager user payload under library/user/general/
  • include README files for usage, configuration, and requirements
  • use placeholder URLs (example.com) for staged wordlist downloads in wordlist_manager

Notes

  • payload scripts are executable and follow existing repo folder conventions
  • tested for shell syntax and path consistency before submission

LOG red "Handshake not crackable, skipping..."
exit 0
fi

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is potential in high traffic environments for this payload to run multiple times concurrently -- which will not be good performance wise. I highly recommend adding a check here at the top to see if aircrack is currently running, and if it is to exit 0. Since alert payloads execute automatically based on triggers from the wifi airspace, as it stands currently this payload can exhaust system resources if multiple handshakes are captured in a short period of time.

@hak5darren hak5darren added the Pending requested changes Awaiting changes from author label Feb 24, 2026
@sinXne0

sinXne0 commented Feb 24, 2026 via email

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Pending requested changes Awaiting changes from author

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants