Skip to content

Instantly share code, notes, and snippets.

@veritasr3x
veritasr3x / tools-binary
Created December 15, 2023 15:36
Binary Exploitation Links
https://docs.pwntools.com/en/stable/about.html
https://github.com/alphasoc/flightsim - A utility to generate malicious network traffic and evaluate controls
https://github.com/NextronSystems/APTSimulator - A toolset to make a system look as if it was the victim of an APT attack
https://github.com/bcaseiro/malwaresimulator - Pretend a malware infection by creating a text file into several locations on the local system and also in the network
https://github.com/mitre/caldera
https://github.com/b374k/b374k
@veritasr3x
veritasr3x / Malware Sample Links
Last active January 24, 2018 19:43
Malware Sample Links

Keybase proof

I hereby claim:

  • I am veritasr3x on github.
  • I am matthewmatchen (https://keybase.io/matthewmatchen) on keybase.
  • I have a public key whose fingerprint is 2090 D73A 8BD5 7DA5 F601 D467 92B3 BCC4 D201 C547

To claim this, I am signing this object:

@veritasr3x
veritasr3x / gist:e8ba791fd004923c78ea
Created July 11, 2014 15:20
BackTrack 5r3 Flash Install
# Prepare Directories
pkill firefox
rm -rf /tmp/fox
mkdir /tmp/fox
cd /tmp/fox
rm -rf /opt/firefox/*
rm -rf /usr/lib/mozilla/plugins/*
rm -f /usr/share/icons/mozicon128.png
rm -rf /usr/lib/mozilla/plugins
rm -rf /opt/firefox
@veritasr3x
veritasr3x / gist:7f65117757f1f6ba6e0a
Created May 9, 2014 02:36
Netstat Command: List PID, Port, Protocol
netstat -tulpn