Changes: - Added 80+ scripts with organized structure - payloads/ for third-party pentesting tools - pentesting/ for custom security scripts - Daily drivers remain flat for fast access - Converted wes() function to proper script - Removed .sh extensions from pentesting scripts - Cleaned up aliases (removed 31 redundant lines) - Added kanata/, build artifacts to gitignore - Removed old fre.sh scripts and empty a.out - Updated configs: helix, tmux, zsh, ulauncher, redshift Security: All sensitive data excluded via gitignore
14 lines
609 B
Batchfile
14 lines
609 B
Batchfile
@echo off
|
|
echo ════════════════════════════════════════
|
|
echo FILE RECEIVER - Djedi Consulting
|
|
echo ════════════════════════════════════════
|
|
echo.
|
|
set /p CODE="Enter the code I gave you: "
|
|
echo.
|
|
echo Downloading file...
|
|
croc.exe %CODE%
|
|
echo.
|
|
echo ════════════════════════════════════════
|
|
echo File downloaded to Downloads folder!
|
|
echo Press any key to close...
|
|
pause
|