Skip to content

krisdewa/krisdewa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 

Repository files navigation

 _  __     _                     _           _
| |/ /_ __(_)___ _ __  _ __ ___ (_) ___  ___| |_
| ' /| '__| / __| '_ \| '__/ _ \| |/ _ \/ __| __|
| . \| |  | \__ \ |_) | | | (_) | |  __/ (__| |_
|_|\_\_|  |_|___/ .__/|_|  \___// |\___|\___|\__|
                |_|           |__/ @krisdewa_

┌──(krisdew㉿krisproject)-[~/github]
└─$ whoami
krisdew

┌──(krisdew㉿krisproject)-[~/github]
└─$ ls ~/code_framework
PHP Python Javascript HTML CSS
Laravel Codeigniter Vue Express.js

┌──(krisdew㉿krisproject)-[~/github]
└─$ ls ~/tools_hacks
total 72
-rw-r--r-- 1 krisdew krisproject  6651 Jun 24 16:17 Docker
-rw-r--r-- 1 krisdew krisproject  1059 Jun 24 11:12 Metasploit
-rw-r--r-- 1 krisdew krisproject   947 Jun 24 11:01 Rustscan
-rw-r--r-- 1 krisdew krisproject  1876 Jun 24 11:07 Sqlmap
-rw-r--r-- 1 krisdew krisproject 27463 Jun 24 11:29 Burpsuite

┌──(krisdew㉿krisproject)-[~/github]
└─$ cat ~/dev/main.py
#!/usr/bin/python
# -*- coding: utf-8 -*-

class CyberSecurity:
    def __init__(self):
        self.username = "Krisdewa"
        self.role = "Web Developer & Cyber Security Enthusiast"
        self.occupation = "Security Consultant"
        self.operating_system = "Kali Linux, Ubuntu"
        
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = CyberSecurity()
me.say_hi()

📫 How to reach me:

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published