Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cquick97 on github.
  • I am zer0w1re (https://keybase.io/zer0w1re) on keybase.
  • I have a public key whose fingerprint is 736D 6810 C03A D51E 1ACC 15E3 6226 F1DC 1B70 C7B6

To claim this, I am signing this object:

##### Installing fmtstr
echo -e "\n\e[01;32m[+]\e[00m Installing fmtstr ~ Format String vuln helper"
# From https://r3v3rs3r.wordpress.com/2014/12/26/i-love-format-string-vulnerabilities/
git clone git://github.com/cquick97/fmtstr.git /usr/share/fmtstr_git/
file=/usr/local/bin/fmtstr
cat <<EOF > $file
#!/bin/bash
python /usr/share/fmtstr_git/fmtstr.py \$@
EOF
#include <iostream>
#include <string>
#include <cctype>
using namespace std;
int main()
{
string start;
cout << "\nWelcome to my DOS messaging program."; //Begin opening
cout << "\nYou will be able to send messages to people based on their IPv4 address.";