Skip to content
View Debang5hu's full-sized avatar
🥷
🥷
Block or Report

Block or report Debang5hu

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
Debang5hu/README.md
#!/usr/bin/python3

class Debang5hu:
	def __init__(self):
		
		self.about_me = 'I am Debangshu! Interested in Penetration testing.'
		
		self.skills = ['Python','C','C++','Mysql','MariaDB','Linux']
		
		self.progress = {
			'Hackthebox' : 'Hacker',
			'Tryhackme'  : '[0xB][Master]'
		}
		

if __name__ == '__main__':
	readme = Debang5hu()

Progress

HackTheBox

TryHackMe

🌐 Social Networks

Pinned Loading

  1. keylogger keylogger Public

    a simple keylogger in python that sends the keystrokes to the server

    Python 6 4

  2. Network-Analyzer Network-Analyzer Public

    A network analyzer made to detect DOS

    Python 2 1

  3. ctf-writeups ctf-writeups Public

    CTF Writeups!

    Python 1