v2024.11.06
This commit is contained in:
parent
1f87d598a4
commit
808d64768b
118 changed files with 28958 additions and 0 deletions
54
documentation/!CMD arguments.txt
Executable file
54
documentation/!CMD arguments.txt
Executable file
|
|
@ -0,0 +1,54 @@
|
|||
------ 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue