Skip to content
View kingakshat's full-sized avatar

Block or report kingakshat

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
kingakshat/README.md

Hello There, I'm Akshat Shirsat.

Cybersecurity enthusiast with a passion for penetration testing, vulnerability analysis, digital forensics, threat hunting, and incident response, Proficient in Python, Linux, and web application development Currently building my Security Analyst skills through the use of various CTFs, certifications, and projects/labs

Linkedin Badge Instagram Badge Portfolio Badge

aboutMe.py

class Human:
    def __init__(self, name, age, occupation, hobbies, work, projects):
        self.name = name
        self.age = age
        self.occupation = occupation
        self.hobbies = hobbies
        self.work = work
        self.projects = projects

    def introduce(self):
        print(f"Hello, world! My name is {self.name}.")
        print(f"I am {self.age} years old and work as a {self.occupation} at {self.work}.")
        print("In my free time, I enjoy the following hobbies:")

        for hobby in self.hobbies:
            print(f" - {hobby}")

        self.show_projects()

    def show_projects(self):
        if self.projects:
            print("Here are some of my projects:")
            for project in self.projects:
                print(f" - {project}")
        else:
            print("I'm currently not working on any projects.")

if __name__ == "__main__":
    # Create an instance of the Human class
    me = Human(
        name="Akshat Shirsat",
        age=23,
        occupation="Data Analysts",
        hobbies=["Cricket", "Gammning", "Music"],
        work="TCS",
        projects=["Project 1", "Project 2", "Project 3"]
    )

    # Introduce yourself
    me.introduce()

Feel free to reach out—I'm always eager to connect, collaborate, and explore new opportunities. Let's make something great together!

Pinned Loading

  1. R-A-N-G/Blockchain R-A-N-G/Blockchain Public

    Python Django Block chain App, back-end for the Project

    Python 1

  2. Web-Application-SQL-Injection-Scanner-with-Python Web-Application-SQL-Injection-Scanner-with-Python Public

    Web Application SQL Injection Scanner with Python

    Python 1

  3. 100-redteam-projects 100-redteam-projects Public

    Forked from kurogai/100-redteam-projects

    Projects for security students

    Python

  4. Django-REST-API-with-React Django-REST-API-with-React Public

    Ticket Booking API with React front end

    Python 1

  5. Wireshark-Python-Network-Traffic-Visualization Wireshark-Python-Network-Traffic-Visualization Public

    Python 1

  6. Hotel_DB_Project Hotel_DB_Project Public

    DBMS Mini Project // Nde Js + Express // Team:- AKSHAT & RAHUL & NISHANT & GIRIBABU

    EJS 1