I hereby claim:
- I am Ali-Razmjoo on github.
- I am razmjoo (https://keybase.io/razmjoo) on keybase.
- I have a public key whose fingerprint is D4C0 A702 8566 91D4 9BF2 EB2D E40C 79EB DBB7 30D4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| global | |
| log stdout format raw local0 | |
| maxconn 10000 | |
| tune.bufsize 32768 | |
| tune.maxrewrite 1024 | |
| tune.ssl.default-dh-param 2048 | |
| defaults | |
| log global | |
| mode http |
| #!/usr/bin/bash | |
| # Set DEBIAN_FRONTEND to noninteractive for fast the default configuration during installation | |
| export DEBIAN_FRONTEND=noninteractive | |
| # updating OS Packages | |
| apt-get update | |
| apt-get upgrade -y | |
| # Installing required packages |
| { | |
| "api":{ | |
| "services":[ | |
| "HandlerService", | |
| "StatsService" | |
| ], | |
| "tag":"api" | |
| }, | |
| "dns":null, | |
| "fakeDns":null, |
| #!/usr/bin/bash | |
| # Set DEBIAN_FRONTEND to noninteractive for fast the default configuration during installation | |
| export DEBIAN_FRONTEND=noninteractive | |
| # updating OS Packages | |
| apt-get update | |
| apt-get upgrade -y | |
| # Installing required packages |
| #!/usr/bin/bash | |
| # Set DEBIAN_FRONTEND to noninteractive for fast the default configuration during installation | |
| export DEBIAN_FRONTEND=noninteractive | |
| # updating OS Packages | |
| apt-get update | |
| apt-get upgrade -y | |
| # Installing required packages |
| { | |
| "api": { | |
| "services": [ | |
| "HandlerService", | |
| "StatsService" | |
| ], | |
| "tag": "api" | |
| }, | |
| "dns": null, | |
| "fakeDns": null, |
| import time | |
| from watchdog.observers import Observer | |
| from watchdog.events import FileSystemEventHandler | |
| EXCLUDES = ['/dev'] | |
| class Watcher: | |
| DIRECTORY_TO_WATCH = "/" | |
| def __init__(self): |
| #!/usr/bin/python | |
| import os | |
| import time | |
| while 1: | |
| time.sleep(0.2) | |
| result = os.popen('netstat -tuna | grep :80 | grep SYN_RECV').read().rsplit('\n') | |
| try: | |
| flag = False |
| commands = { #commands section | |
| 'shellcode' : #shellcode main command | |
| ['generate shellcode', | |
| { 'generate': #shellcode sub command - to generate | |
| { | |
| 'linux_x86' : #generate sub command - os name | |
| { | |
| 'chmod' : {'file_to_perm&&perm_number':['none','xor_random','xor_yourvalue','add_random','add_yourvalue','sub_random','sub_yourvalue','inc','inc_timesyouwant','dec','dec_timesyouwant','mix_all']}, #function of shellcode | |
| 'dir_create' : {'directory_to_create':['none','xor_random','xor_yourvalue','add_random','add_yourvalue','sub_random','sub_yourvalue','inc','inc_timesyouwant','dec','dec_timesyouwant','mix_all']}, #function of shellcode | |
| 'download' : {'download_url':['none','xor_random','xor_yourvalue','add_random','add_yourvalue','sub_random','sub_yourvalue','inc','inc_timesyouwant','dec','dec_timesyouwant','mix_all']}, #function of shellcode |