Skip to content

Instantly share code, notes, and snippets.

View Pinperepette's full-sized avatar

Pinperepette Pinperepette

View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@Pinperepette
Pinperepette / inject.py
Created February 11, 2017 18:34 — forked from leonjza/inject.py
Wordpress 4.7.0/4.7.1 Unauthenticated Content Injection PoC
# 2017 - @leonjza
#
# Wordpress 4.7.0/4.7.1 Unauthenticated Content Injection PoC
# Full bug description: https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html
# Usage example:
#
# List available posts:
#
# $ python inject.py http://localhost:8070/
@Pinperepette
Pinperepette / La Coscienza di un Hacker
Created October 31, 2016 05:17 — forked from FiloSottile/La Coscienza di un Hacker
Traduzione in italiano dell'Hacker Manifesto
Questa è una traduzione in italiano del celebre Hacker Manifesto. Tutte quelle
esistenti contengono grossolani errori, perlopiù dovuti ad una carente
comprensione della materia e del periodo, o in ogni caso sono poco fedeli al
contenuto e allo spirito dell'originale. Mi auguro che questa mia traduzione non
soffra degli stessi problemi. Sail strong.
-- FiloSottile
****
Da: Phrack, Volume Uno, Issue 7, Phile 3 of 10
@Pinperepette
Pinperepette / unbrew.rb
Created October 3, 2015 07:12 — forked from SteveBenner/unbrew.rb
Homebrew uninstall script
#!/usr/bin/env ruby
#
# CLI tool for locating and removing a Homebrew installation
# http://brew.sh/
#
# Copyright (C) 2014 Stephen C. Benner
#
# 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