Skip to content

Instantly share code, notes, and snippets.

@x0xman
x0xman / Web-shell.txt
Last active August 16, 2023 07:17
a collection of name wordlist web-shell
529.php
AK-74 Security Team Web Shell Beta Version.php
Andela 1C3 v3 (Private Release 2017).php
Antichat Shell. Modified by Go0o$E.php
Antichat Shell.php
Antichat_Shell_v1.3.php
Ayyildiz Tim -AYT- Shell v 2.1 Biz.php
Ayyildiz Tim Shell (Private Shell 2017).php
C99madShell v. 2.0 madnet edition.php
CasuS 1.5.php
@x0xman
x0xman / Challanges.py
Last active August 28, 2022 13:06
Optimztion Code
"""
:func return_string_letters
"""
def return_string_letters(string1, string2):
list_boolean = []
for key1 , key2 in zip(string1 , string2):
if len(key1) > len(key2):
list_boolean.append(len(key1))
else: