Skip to content

Instantly share code, notes, and snippets.

@galehrizky
galehrizky / bot_jawa.js
Last active February 3, 2020 15:53
Bot Jawa Translate menggunakan node js
// created by galeh rizky
// if u change copyright u noob .
var TelegramBot = require('node-telegram-bot-api');
var request = require('request');
var TOKEN = "962695169:AAH33tc5pL8i6Ot744pB5blfvXvAmVRI5Us";
function JawaTranslate(text) {
return new Promise((resolve, reject) => {
@galehrizky
galehrizky / admin_finder.py
Created February 3, 2020 12:54
check admin login location
# Iseng ea
# created : by galehdotid
# visit : c0delabs.com
# email : galehrizky@codelatte.org
# usage : python admin-finde.py
import re
import time
import requests as reqs
import sys
from termcolor import colored
@galehrizky
galehrizky / bulk_header.py
Created February 3, 2020 12:55
Mass cheker Bulk http header
# C0delabs
# Iseng Project c0delabs.com
# Visit c0delabs.com
# Mass Bulk Cheker Headers
# usage bulk_header_cheker.py list.txt
import requests
import json
import sys
@galehrizky
galehrizky / alexa_rank.py
Created February 3, 2020 12:56
Alexa Rank Mass Check
# Iseng Project c0delabs.com
# Visit c0delabs.com
# Mass Alexa Rank
# usage alexa.py list.txt
import requests as reqs
import json
import sys
import re
import time
<about-me>
<name>Galeh Rizky</name>
<organization>Codelatte</organization>
<email>galehrizky@codelatte.org</email>
</about-me>
@galehrizky
galehrizky / wowo
Last active February 9, 2020 15:34
+====================================+
+ this my idea,if you want to give me+
+ critics and suggestions +
+ contact : galehrizky@codelatte.org +
+====================================+
@galehrizky
galehrizky / mass_smtp.py
Last active March 14, 2022 18:31
Mass smtp checker with letter
# Coded by galehdotid
# if u change this copyright u n00b <3
# contact : galehrizky123@gmail.com
# format list : host|port|username|password
# requirement : python3
# use : python3 mass_smtp.py
import smtplib,sys,socket,random,os
from random import randrange
from email.mime.multipart import MIMEMultipart
<?php
# Coded by galehdotid
# fb : https://www.facebook.com/hax0rtersakiti
# Mass WebShell check & SSL check
# Usage : php file.php list.txt
error_reporting(0);
function has_ssl( $domain ) {
$res = false;
@galehrizky
galehrizky / domain_generator.php
Created June 16, 2020 17:06
Domain Generator
<?php
// Generate list Domain Names
error_reporting(0);
function save($sites, $filename)
{
$file = fopen($filename,"a");
fwrite($file, "\n". $sites);
fclose($file);
@galehrizky
galehrizky / detect_cms.py
Last active July 4, 2020 04:18
Detect CMS & Framework
# ======================================================
# Change the author name don't make you become a coder
# contact : galehrizky123@xaisyndicate.id
# requirement : python3
# use : python3 detect_cms.py
# @2020 galehdotid | fb.com/hax0rtersakiti
# =======================================================
import requests,time,os,sys,re