Skip to content

Instantly share code, notes, and snippets.

View v4p0r's full-sized avatar
💨
Focusing

v4p0r

💨
Focusing
View GitHub Profile
@v4p0r
v4p0r / Exemple progressbar in perl
Last active August 31, 2017 13:49
exemple progressbar in perl
#!/usr/bin/perl
# Exemplo de progressbar by v4p0r
# Ajuda em http://www.perlmonks.org/?node_id=980562
# Data: 31/AGO/2017
# Horas: 02:12
use strict;
use warnings;
use utf8;
@v4p0r
v4p0r / Simple Bin Checker
Last active September 29, 2017 23:03
Simple Bin Checker
#!/usr/bin/perl
# Obrigado kodozin por me ajudar com a parte das regex ;p
# Simple Bin Checker by v4p0r
# Date 29/SET/2017
# Gretz: YC / BRLZ PoC / EOF Club / All Friends
use strict;
use WWW::Mechanize;
#Da aquela limpada
@v4p0r
v4p0r / Simples Mass WP Brute
Last active October 15, 2017 20:33
forget the world
#!/usr/bin/perl
# Simples Mass WP Brute
# Coder by v4p0r
# Date: 15 OUT 2017 18:22
# Greetz: YC - HighTech - EOF Club - Cater - Strike - d3z3n0v3 - all friends
# modúlos usado
use strict;
use LWP::UserAgent;
@v4p0r
v4p0r / Simples IP Location
Created November 11, 2017 17:48
Simples IP Location, my first script in python
#!/usr/bin/python
'''
First script in python
Simples IP Location
Date: 11 NOV 2017 - 15:37
Image: http://prntscr.com/h95k5l
Respect: YC - HighTech - EOF Club - Brian - d3m0l1d0r - Cater - Strike - rCent
Kodo - CrazyDuck - xin0x - mmxm - CriptonKing - d3z3n0v3 - c0de_universal - All Friends
'''
@v4p0r
v4p0r / Enumerate User Wordpress
Created November 15, 2017 16:40
simple enumerate user wordpress script
#!/usr/bin/php
<?php
/*
Second script in php
Simples Enumerate script by v4p0r
Respect: YC - HighTech - EOF Club - Brian - d3m0l1d0r - Cater - Strike - rCent
Kodo - CrazyDuck - xin0x - MMxM - CriptonKing - d3z3n0v3 - c0de_universal - All Friends
*/
error_reporting(0);
#!/usr/bin/perl
# Mass SQLi Scanner
# Coder: v4p0r
# Date: 02 DEZ 2017 - 15:07
# Image: http://prntscr.com/hi6q2m
#
# Greetz: YC - HighTech - EOF Club - Brian - d3m0l1d0r - Cater - Strike - rCent - Tr4xb0y
# Kodo - CrazyDuck - xin0x - MMxM - CriptonKing - b33ck - d3z3n0v3 - c0de_universal - All Friends
#!/usr/bin/perl
use strict;
use warnings;
my $optList = $ARGV[0];
my $help = "perl $0 -l <list.txt> \n".
"perl $0 --list <list.txt>\n";
sub uniq {
@v4p0r
v4p0r / TU É MONSTRO OU MUTANTE?
Last active December 6, 2017 21:46
mutante.birl
OH O HOME AI PO (MONSTRO SOMAR(MONSTRO A, MONSTRO B))
BORA CUMPADE A + B;
BIRL
OH O HOME AI PO (MONSTRO SUBTRAIR(MONSTRO A, MONSTRO B))
BORA CUMPADE A - B;
BIRL
OH O HOME AI PO (MONSTRO DIVIDIR(MONSTRO A, MONSTRO B))
BORA CUMPADE A / B;