3 Commits

Author SHA1 Message Date
cafe58aecf Refactored cracking process in crack_handshakes.sh
- Updated paths and variables for improved organization and clarity.
- Changed wordlist to a larger one located at /media/michaelis/Games/Wordlists/fucking_big_WPA.txt.
- Modified session_file path to /root/.hashcat/sessions/hashcat.restore for consistency.
- Added functions for uploading handshakes to Nextcloud and processing individual handshakes.
- Introduced notifications for starting and cracking handshakes using curl commands.
- Integrated hashcat session restore functionality with notification upon restoration.
2024-06-14 20:33:47 +02:00
bcfd3283b8 Adjust sleep duration and add reboot notification
Extended sleep duration from 30 seconds to 40 seconds for stability.
Updated reboot command to use full paths (/usr/sbin/grub-reboot 2 and /usr/sbin/reboot) for clarity and reliability.
Added a curl command to send a notification indicating booting into Windows.

Changes:
- Increased sleep duration from 30s to 40s.
- Updated reboot command to use full paths.
- Added curl command to notify reboot to Windows.

Commit: 4c8d07e
2024-06-14 20:22:29 +02:00
85d046ce8c Initialer Commit: Hinzufügen von Shell-Skripten 2024-06-09 12:20:59 +02:00