Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Ehsan-Nezami's full-sized avatar
🏠
Working from home

Ehsan Nezami Ehsan-Nezami

🏠
Working from home
View GitHub Profile
@Ehsan-Nezami
Ehsan-Nezami / PHP Decoder.py
Last active April 26, 2022 20:13
PHP Decoder "Encoding by TeleAgent.IR - ResellerCenter.IR"
'''
File name: PHP Decoder "Encoding by TeleAgent.IR - ResellerCenter.IR".py
Author: Ehsan Nezami
Date created: 19/11/2018
Web: http://nezami.me/
Python Version: 2.7
'''
import os
import re
@Ehsan-Nezami
Ehsan-Nezami / randomsession.py
Last active November 11, 2018 11:03
Random Session (Sqlmap Tamper)
#!/usr/bin/env python
"""
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
author: 3H34N(nezami.me)
"""
import string
import random
from lib.core.enums import PRIORITY
__priority__ = PRIORITY.NORMAL
@Ehsan-Nezami
Ehsan-Nezami / CloudflareBypasser.py
Last active November 11, 2018 10:54
Bypass Cloudflare To Get Real IP Address
'''
File name: Bypass Cloudflare To Get Real IP Address
Author: Dariush Nasirpour (Net.Edit0r)
Date created: 11/10/2018
Web: http://nasirpour.info
Spicial Thanks to Ehsan Nezami
'''
import socket
@Ehsan-Nezami
Ehsan-Nezami / FCKditorFinder.py
Created November 11, 2018 13:02
FCKeditor Finder
import urllib2
import socket
import cookielib
import sys
import re
import os
socket.setdefaulttimeout(10)
if sys.platform == 'linux' or sys.platform == 'linux2':