Skip to content

Instantly share code, notes, and snippets.

View itsecurityco's full-sized avatar

Juan Escobar itsecurityco

View GitHub Profile
@itsecurityco
itsecurityco / nessus_merge.py
Last active August 28, 2018 12:38 — forked from btoews/merger.py
Merging Nessus files (only critical & high vulnerabilities)
#! /usr/bin/env python
# Based off: (mastahyeti/merger.py) https://gist.github.com/mastahyeti/2720173
# Modified: @itsecurityco
import xml.etree.ElementTree as etree
import shutil
import os
# Severify of vulnerability
SEVERITY_INFO = 0
@itsecurityco
itsecurityco / wg.py
Last active September 13, 2015 06:30 — forked from starenka/wg.py
wordlist generator
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# simple wl generator
#
# @author: starenka
# @email: 'moc]tod[liamg].T.E[0aknerats'[::-1]
# @version: 1.0
# @since 1/1/11
# @requires python 2.6