Skip to content

Instantly share code, notes, and snippets.

View KyxRecon's full-sized avatar

KyxRecon KyxRecon

View GitHub Profile
#!/usr/bin/python
#Wrtn By Kyxrec0n
#This module submits a user-defined URL to the VirusTotal scanning engine, and displays the results
import sys
import simplejson
import urllib
import urllib2
import re
from time import sleep
# SSH Brute Force
# python
# Demo : https://www.youtube.com/watch?v=nyUhMQjslaY&t=75s
import pxssh
import argparse
import time
def connect(host, user, password):
global Found
import requests
import argparse
import os
import time
def checkkey(kee):
try:
if len(kee) == 64:
return kee
else:
"""
Name : Ip Checker
Created By : Lucifer
"""
import subprocess
print '\n\tLookup domain IP - By : Lucifer \n'
print """
_____ _ _
<?php
/*
Demo Video : https://www.youtube.com/watch?feature=player_detailpage&v=exO_7uXU2Ys
Script name : Whoislook BY Alexcerus-HR
Version : 1.0
*/
@set_time_limit(0);
#!/usr/bin/python
#-*- coding: cp1254 -*-
# Auto SQL crawler - By : Alexcerus HR
###################
class bcolors: #
HEADER = '\033[95m' #
OKBLUE = '\033[94m' #
OKGREEN = '\033[92m' #
WARNING = '\033[93m' #
#!/bin/bash
#sb-e Venom tool
#By :Alexcerus-HR
#Simple script cooded in bash scripting can give a help for crawling the files web and collecting email & #domains ....
#Available output types :
# doc = document files
# Pdf = files extracted from the Url targeted
# The harvester = tool can be found in our system for pentesting (search in the web & install it )..
# Golismero = the web tool knife
#