From 6c6d08386fb5f8457975f7541cdcc01d1616d66a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 28 May 2026 01:27:06 -0600 Subject: [PATCH] dildozer --- .../{# Errata-Oneliners.md => Errata-Oneliners.md} | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) rename customscripts/{# Errata-Oneliners.md => Errata-Oneliners.md} (61%) diff --git a/customscripts/# Errata-Oneliners.md b/customscripts/Errata-Oneliners.md similarity index 61% rename from customscripts/# Errata-Oneliners.md rename to customscripts/Errata-Oneliners.md index c591fb6..8f93ccc 100644 --- a/customscripts/# Errata-Oneliners.md +++ b/customscripts/Errata-Oneliners.md @@ -6,4 +6,14 @@ clear && echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DO watch file growth based on partial names ```bash file_tag=Kali-Pi5-Full-Configured-Working-1TB && dump_pid=1717053 && watch -n 300 "echo -e '\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n' && ls -lAh *${file_tag}* && echo && free -h && echo && uptime && echo && ps -p $dump_pid -o etime" -``` \ No newline at end of file +``` +**submit sample to virustotal** +```bash +# in ~/.bashrc +export VIRUSTOTAL_API_KEY="" + +# in cli +sha256dsum SAMPLE.zip # get sha256 to look up on the site +curl -X POST -H "X-ApiKey: $VIRUSTOTAL_API_KEY" -F "file=@$PWD/SAMPLE.zip" https://www.virustotal.com/api/v3/files +# then look up file by sha256 checksum on the site +```