Skip to content
View 12345qwert123456's full-sized avatar
🦊
Don't enter it...
🦊
Don't enter it...
Block or Report

Block or report 12345qwert123456

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
12345qwert123456/README.md
class Attributes():
	@staticmethod
	def knowledge() -> tuple:
		platforms = {
			'medium': 	['Windows', 'Linux'],
			'basic':	['Android', 'iOS']
		}
		langs = {
			'medium':   	['Python3'],
			'low': 		['JS', 'PHP', 'SQL', 'Java', 'C'],
			'learning': 	['Ruby', 'ASM']
		}
		frameworks = 		['Yii2', 'Flask', 'Spring']
		tools = 		['VScode', 'Docker', 'Ghidra', 'Frida', 'Jadx', 'Mitmproxy', 'Burp Suite']

		return platforms, langs, frameworks, tools
	
	@staticmethod
	def skills() -> tuple:
		specialties  = ['Security engineer', 'Reverse engineer', 'Pentester']

		return specialties, vulnerability_statistics

Pinned

  1. CVE-2021-41773 CVE-2021-41773 Public

    Vulnerable configuration Apache HTTP Server version 2.4.49

    Dockerfile

  2. CVE-2021-42013 CVE-2021-42013 Public

    Vulnerable configuration Apache HTTP Server version 2.4.49/2.4.50

    Dockerfile

  3. FNaF-1-Cheat FNaF-1-Cheat Public

    Cheat for Five Nights At Freddy's 1 based on frida

    Python

  4. Russian-block-bypass Russian-block-bypass Public

    Список правил маршрутизации для обхода блокировок

    Batchfile 1