This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
# | |
### BEGIN INIT INFO | |
# Provides: honeyd | |
# Required-Start: | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Service to simulate hosts and networks | |
# Description: Daemon that provides a way to fully simulate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Nmap OS Fingerprint List. -*- mode: fundamental; -*- | |
# $Id: nmap.prints,v 1.7 2005/09/24 22:49:05 provos Exp $ | |
# | |
# Contributions to this database are welcome. If Nmap obtains a new | |
# fingerprint (and test conditions are favorable), it will print out a | |
# URL you can use to submit the fingerprint. If Nmap guesses wrong, | |
# please send the full Nmap output and the exact destination host OS | |
# name and version to [email protected] . Thanks! | |
# | |
# By submitting fingerprints you are transfering any and all copyright |
I hereby claim:
- I am Creased on github.
- I am creased (https://keybase.io/creased) on keybase.
- I have a public key whose fingerprint is 327D BAD6 978E E6BF 2812 1328 5802 D817 860B 5424
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Written by: | |
# Baptiste MOINE <[email protected]> | |
# | |
function print() { | |
if (( $# == 1 )); then | |
str=${1} | |
printf "%b" "${str}\n" >&3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding:Utf-8 -*- | |
#==========================================================# | |
# [+] Title: Exploitation code for root-me challenge # | |
# ELF32 - Stack buffer overflow basic 1 # | |
# [+] Author: Baptiste M. (Creased) # | |
# [+] Website: bmoine.fr # | |
# [+] Email: [email protected] # | |
# [+] Twitter: @Creased_ # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prompt(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"><svg/onload=prompt(1)> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html [ | |
<!ENTITY lt "<"> | |
<!ENTITY ob "svg"> | |
<!ENTITY at "onload"> | |
<!ENTITY pa "alert"> | |
<!ENTITY va "1"> | |
<!ENTITY gt ">"> | |
<!ENTITY xss "<&ob;/&at;=&pa;(&va;)>"> | |
]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Author: Baptiste MOINE <[email protected]> | |
* Project: OTP QR-Code Generator | |
* Homepage: https://vps.bmoine.fr/totp-qrcode/ | |
* Released: 17/04/2017 | |
* | |
* Based on http://www.herongyang.com/Encoding/Base32-Encoding-Algorithm.html | |
* | |
* Base32 encoding process: | |
* 0. Get input string + remove carriage return and new line; |
OlderNewer