hackspace – Telegram
hackspace
159 subscribers
279 photos
76 videos
24 files
1K links
hackspace
Download Telegram
How to Reverse Office Droppers: Personal Notes – Marco Ramilli Web Corner
https://marcoramilli.com/2020/08/24/how-to-reverse-office-droppers-personal-notes/
GitHub - jafarlihi/serpentine: Windows RAT (Remote Administration Tool) with a multiplatform RESTful C2 server
https://github.com/jafarlihi/serpentine
1995: The movie "Hackers" was released. It grossed $7 million at the box office against a budget of $20 million. Ouch. But it's a cult classic today.

Crash Override. Rollerblades. Acid Burn. Floppies. Hack the Gibson!
#!/bin/bash
scan (){
timeout 1 bash -c "echo >/dev/tcp/192.168.8.109/$1 2>/dev/null " && echo "port $1 is open"
}

for port in {1..100}; do
scan $port &
done