Skip to content

Instantly share code, notes, and snippets.

View KyxRecon's full-sized avatar

KyxRecon KyxRecon

View GitHub Profile
@KyxRecon
KyxRecon / Webgrab
Created April 16, 2017 21:01
Webgrab
#!/usr/bin/env python
#
# __ __ _ _
# \ \ / / | | | |
# \ \ /\ / /__| |__ __ _ _ __ __ _| |__
# \ \/ \/ / _ \ '_ \ / _` | '__/ _` | '_ \
# \ /\ / __/ |_) | (_| | | | (_| | |_) |
# \/ \/ \___|_.__/ \__, |_| \__,_|_.__/
# __/ |
# |___/
# -*- coding: iso-8859-1 -*-
try:
import sys
import hashlib
import urllib2
import getopt
from os import path
from urllib import urlencode
from re import search, findall
from random import seed, randint
@KyxRecon
KyxRecon / gen4hash.py
Created March 14, 2017 05:43
hash4gen Playing around with the new hashlib, generates # 6 different hashes. md5,sha1,sha224,sha256,sha384,sha512
#!/usr/bin/python
# hash4gen Playing around with the new hashlib, generates
# 6 different hashes. md5,sha1,sha224,sha256,sha384,sha512
# Creat0r : Kyxrec0n
# visite site : www.kyxhack.blogspot.com for more tools
import sys
try:
import hashlib
@KyxRecon
KyxRecon / Go2Sub.py
Created March 13, 2017 22:22
# Go2Sub is just tool for extracts subdomains from google.
#!/usr/bin/python
# Creator : Kyxrecon
#
# Go2Sub is just tool for extracts subdomains from google.
##
#
#
import sys
import re
@KyxRecon
KyxRecon / query2googlev10.py
Created March 13, 2017 19:06
is a tool working on google with a user defined query then writes results on text.txt
#!/usr/bin/python
# Version 1.0
# creat0r : Kyxrec0n
# site : www.kyxhack.blospot.mx
# query2googlev10.py is a tool working on google with a user defined query then writes results on text.txt
#Import?
import sys, re, string, httplib, urllib2
def StripTags(text):
@KyxRecon
KyxRecon / Webadmin_finder.pl
Created March 12, 2017 20:37
find your Admin Control of Website On Linux Using Webadmin_finder.pl
#!/usr/bin/perl
#Webadmin finder v2.0
# Creat0r : Kyxrec0n
# Site : www.kyxhack.blogspot.com
use HTTP::Request;
use LWP::UserAgent;
system('cls');
system('title Webadmin_finder');
system "color 0a";
@KyxRecon
KyxRecon / Knockportv1.sh
Created March 11, 2017 21:35
Knockport A tool created for knocking ports For linux
#!/bin/bash
# knockport.sh v0.1
# This small tool created for knock suquance ports , this # properly Work on all Linux machines
# Creat0r : Kyxrec0n
# Tools required : netdiscover - netcat
#
VERS=$(sed -n 2p $0 | awk '{print $3}' | sed 's/v//')
TMPFILE=/root/ports_knocker.tmp
rm -rf $TMPFILE
PERMUTE=0
@KyxRecon
KyxRecon / diggo.sh
Created March 11, 2017 12:30
Diggo . information tool gathering
#Don't edit my script lamer !
#This simple dns crawler Script Using Dig command to
#grab much results as well
# creat0r : Kyxrecon
# Cod3d 1n : Bash script
# Dig command search In multi add ns $2 | awk "
dig ns $1 | awk "
found == 1 && match(\$1,\"$1\"){
@KyxRecon
KyxRecon / proxy-scraper.sh
Created December 29, 2016 08:33
Parallel Proxy Scraper & Checker Tool /
#!/bin/bash
# HR Proxy Scraper Script
# Rebuilded By Kyxrec0n
# Demo video : youtube.com/watch?v=iXCeR_XsP6o
# USAGE: ./proxy-scraper.sh <ARGUMENT> <OPTIONS>
# ARGUMENTS:
# Proxy Checker - Single Proxy Check
# -s <IP>:<PORT>
#
# Proxy Checker - List Scan:
#!/usr/bin/python
# This was written for educational purpose and pentest only. Use it at your own risk.
# Author will be not responsible for any damage!
#
# Toolname : d0rk3r.py
# Coder : Kyxrec0n
# Re-written by : R00tw0rm coder's
# Version : 0.6
#