mad/documentation/!CMD arguments.txt
2024-11-08 09:32:54 +00:00

54 lines
1.5 KiB
Text
Executable file

------ Basic Usage (Downloads) -----------------------
# Process urls and download files from urls.txt
./mad.sh urls.txt
# Process specific host urls in urls.txt
./mad.sh <hostcode> urls.txt
(ie ./mad.sh kraken urls.txt, ./mad.sh hex urls.txt)
# Launch 4 terminals to process specific host urls in urls.txt (fallback to allhosts)
./mad.sh multi auto 4 urls.txt
# Launch terminals to process specific host urls in urls.txt (fallback to allhosts)
./mad.sh multi auto urls.txt
# Show the status of urls in urls.txt
./mad.sh status urls.txt
# Reset any #RETRY# lines in urls.txt
./mad.sh reset urls.txt
------ Basic Usage (Uploads) -------------------------
# Display MAD UI Uploader (process files in ./uploads/ folder to selected hosts)
./mad.sh upload
# Use MAD file processing (batch like the downloader)
./mad.sh upload uploads.txt
# Show the status of urls in urls.txt
./mad.sh upload status uploads.txt
# Reset any #RETRY# lines in uploads.txt
./mad.sh upload reset uploads.txt
------ Informational Display -----------------------
# Display Host Modules and their internal description
./mad.sh hosts
# Diplay Plugins and their internal description
./mad.sh plugins
------ Other Arguments ------------------------------
Install curl_impersonate: Downloads the latest binary for curl_impersonate from github repo
.mad.sh install_curl_impersonate
MAD Clipboard Monitor: Monitor clipboard for supported urls and add them to file (requires xclip -- apt install xclip)
./mad.sh clipmon urls.txt