Skip to content

Instantly share code, notes, and snippets.

View devcoinfet's full-sized avatar

Devcoinfet devcoinfet

  • na
  • root@localhost
View GitHub Profile

Keybase proof

I hereby claim:

  • I am devcoinfet on github.
  • I am wabaf3t (https://keybase.io/wabaf3t) on keybase.
  • I have a public key ASDZ2OgrM9BOSj95PEebBvnikR8J2F-fHJmLFNhym3y9DAo

To claim this, I am signing this object:

@devcoinfet
devcoinfet / msgrpc_ssh_version.py
Created February 13, 2018 12:12 — forked from carnal0wnage/msgrpc_ssh_version.py
python script to connect to a metasploit msgrpc instance, setup and run an auxilary module.
#!/usr/bin/env python
import sys
import msfrpc
import time
if __name__ == '__main__':
# Create a new instance of the Msfrpc client with the default options
client = msfrpc.Msfrpc({})
# Login to the msf server using the password "abc123"