Skip to content

Instantly share code, notes, and snippets.

View todb-r7's full-sized avatar

Tod Beardsley todb-r7

View GitHub Profile
@todb-r7
todb-r7 / keybase.md
Created August 4, 2022 20:28
New proof, who dis

Keybase proof

I hereby claim:

  • I am todb-r7 on github.
  • I am todb (https://keybase.io/todb) on keybase.
  • I have a public key whose fingerprint is C54A 80B5 06A1 0C20 F472 9181 2FBC C741 B922 8834

To claim this, I am signing this object:

This file is now just a pointer to this proof. Believe that.

@todb-r7
todb-r7 / bio.md
Last active December 27, 2022 17:48
My standard bio

125 words or so:

Tod Beardsley is the Director of Research at Rapid7. He has over 30 years of hands-on security experience, stretching from in-band telephony switching to modern IoT implementations. He has held IT ops, security, software engineering, and management positions in large organizations such as 3Com, Dell, and Westinghouse, as both an offensive and defensive practitioner.

Today, Tod directs the security research program at Rapid7, is a zealous advocate for coordinated vulnerability disclosure, is a CVE Board member, is a contributing author to a number of research papers produced by Rapid7, is a podcaster on Security Nation, and is a Travis County Election Judge in Texas. Because of this last qualifier, it is permissible to address him as "Your Honor."

Tod can be uniquely identified at https://keybase.io/todb.

Headshots:

@todb-r7
todb-r7 / fedifinder_following_accounts.csv
Last active November 11, 2022 21:06
Twitter Cybers List
Account address Show boosts
todb@mastodon.social true
intidc@mastodon.social true
thorsheim@mastodon.social true
molly0xfff@mastodon.social true
foone@mastodon.social true
eddie1perez@mastodon.social true
savagejen@mastodon.social true
podsothoth@mastodon.social true
viss@mastodon.social true
@todb-r7
todb-r7 / msf-backtrack5r3.md
Last active December 19, 2021 06:39
Fixing and updating Metasploit on BackTrack5, R3

Metasploit on BackTrack5, Revision 3 (BT5R3)

Significantly easier than the Windows install, since you're pretty much already there. You just need to remove the broken SVN checkout and get onto the new Git hotness. If you just want the one-liner fix, scroll to the bottom of this page.

1) Load the Metasploit environment options

After opening a terminal session:

source /opt/metasploit/scripts/setenv.sh

@todb-r7
todb-r7 / empty_checks.rb
Created December 27, 2011 15:31
All usages of :empty? in Metasploit: grep -r -A3 "\.empty?" .
--
./msfencode: if(ext and not ext.empty?)
./msfencode- fmt = ext
./msfencode- end
./msfencode-end
--
./plugins/nexpose.rb: if(args.length == 0 or args[0].empty? or args[0] == "-h")
./plugins/nexpose.rb- print_status("Usage: ")
./plugins/nexpose.rb- print_status(" nexpose_connect username:password@host[:port] <ssl-confirm>")
./plugins/nexpose.rb- print_status(" -OR- ")
@todb-r7
todb-r7 / emotet-1.txt
Created March 23, 2020 14:18
Emotet internal password lists 2020-03-11
trustno1
batman
696969
superman
mustang
footbal
dragon
basebal
caro
donna

ISSW Turbo Talks!

  1. No photography, recording, or other attribution of material.
  2. 10 minutes is good, 5 minutes is better.
  3. Get your last orders in before 13:15.
  4. Tell @todb if you're gonna talk.
  5. Speakers get $10 drink tickets!
  6. Join Slack, below!

@todb-r7
todb-r7 / .bashrc
Created January 15, 2016 05:46
Prompt for Ruby sanity
# RVM prompt, two line style.
function git-current-branch {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1) /'
}
export PS1="[\$(~/.rvm/bin/rvm-prompt)]\n\$(git-current-branch)$PS1"
@todb-r7
todb-r7 / rake.diff
Created January 6, 2014 18:22
Diff between rake 10.1.0 and 10.1.1
diff --git a/README.rdoc b/README.rdoc
index 7eabde9..3941f79 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -112,8 +112,8 @@ Issues and bug reports can also be tracked here:
=== Rake References
* Rake Documentation Home: http://docs.rubyrake.org
-* Rake Project Page: http://rubyforge.org/projects/rake
-* Rake API Documents: http://rake.rubyforge.org