Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mosburn on github.
  • I am mosburn (https://keybase.io/mosburn) on keybase.
  • I have a public key ASAwXOadaP2dHL6gZZ2tpJllS8gwIyLwLScrK44AO5K1Zgo

To claim this, I am signing this object:

#!/usr/bin/env python
from os import listdir, getcwd, remove
from os.path import isfile, join
mypath = getcwd()
onlyfiles = [ f for f in listdir(mypath) if isfile(join(mypath,f)) ]
for file in onlyfiles:
fpath = join('/home/mosburn/Downloads/', file)
@mosburn
mosburn / gist:5445821
Created April 23, 2013 17:53
Nessus 5.2 upgrade instructions for FreeBSD do not match preforming it

FreeBSD 9 (32 and 64 bit)

Upgrade Commands # killall nessusd

# pkg_info

This command will produce a list of all the packages installed and their descriptions.