๐Bash script to find backdoors in FortiNet based on public IoC and symlinks. #!/bin/bash logfile=”check.txt” echo “[*] Backdoor Check Started: $(date)” > “$logfile” pause() { echo read -p “[Press Enter to continue to next step…]” echo } stage() { echo “==> $1” echo -e “\n==> $1” >> “$logfile” } # Stage 1: Check suspicious symlinks…
All posts by John Doe
April 19, 2025 at 12:53PM
โ โกโกโกโก German state ditches Windows, Microsoft Office for Linux and LibreOffice. https://www.theregister.com/2024/04/04/germanys_northernmost_state_ditches_windows/
April 18, 2025 at 06:09PM
โ โ โ โ โก White House release on COVID-19 origins. ๐ฆ https://www.whitehouse.gov/lab-leak-true-origins-of-covid-19/
April 17, 2025 at 11:57PM
โ โ โ โ โ SIM hacking: Proactive commands. https://youtu.be/2ou_MxSmiVhttps://youtu.be/2ou_MxSmiVo https://docs.google.com/presentation/d/1rr9i5y9IzNo4tO0YLGBz-blq1aHc9lKHI1NVTW1qe2w/mobilepresent?slide=id.g2af615a6ba7_0_4
April 17, 2025 at 04:17AM
โ โ โ โ โก In a hearing last week, an NSO Group lawyer said that Mexico, Saudi Arabia, and Uzbekistan were among the governments responsible for a 2019 hacking campaign against WhatsApp users. This is the first time representatives of the spyware maker admit who its customers are.
April 17, 2025 at 02:20AM
๐ค SQLMap from Waybackurls. waybackurls target | grep -E ‘\bhttps?://\S+?=\S+’ | grep -E ‘\.php|\.asp’ | sort -u | sed ‘s/\(=[^&]*\)/=/g’ | tee urls.txt | sort -u -o urls.txt && cat urls.txt | xargs -I{} sqlmap –technique=T –batch -u “{}” Credits: Zlatan H
April 16, 2025 at 02:11PM
โ โ โกโกโก Ponpompurin: The tale.
April 16, 2025 at 12:30PM
โ โกโกโกโก CVE platform MITRE may go dark if the funding is stopped.
April 15, 2025 at 05:34PM
โ โ โ โกโก GARUDA: An Android Security Framework https://github.com/kikyps/GarudaDefender
April 15, 2025 at 04:25PM
โ โ โ โ โก Interesting Thread: KiloEx tells hacker to return 90% of the $7 million stolen from its perp vaults or face relentless legal pursuit. https://x.com/KiloEx_perp/status/1912080346063282651 https://x.com/KiloEx_perp/status/1912080346063282651?t=h1CPpJWsInEU5jVTVO0n8Q&s=09
