Skip to content
View Vsimpro's full-sized avatar
๐ŸŒ
< scripting />
๐ŸŒ
< scripting />

Organizations

@Testausserveri @CS-42
Block or Report

Block or report Vsimpro

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

Hello World! Im Ville, but most know me as Vsim ๐Ÿ‘‹

from introduction import personal_info

class Vsim:
    def __init__(self):
        self.about_me = """
		My name is Ville. I wear many hats, 
		by day I work in Cybersecurity,
		by night I am a hobbyist developer. 
	"""

	self.working_on.status = "Studying a BBA/BSc in Information Technologies."         
        self.website = requests.get("https://vsim.xyz")
	
        self.os_support = "Windows 10 & Linux"
        self.language_support = [
		"Python",     // Main Language
		"JavaScript", // Fullstack
		"C#"	      // Only in Dire need
	] 

        self.contact_info = {
            "Discord" : "Vsimpro#4059",
            "Twitter/X" : "Vsimpro"		
        }

Pinned

  1. vsim.xyz vsim.xyz Public

    Contents of vsim.xyz

    HTML 1

  2. haalarit-bot haalarit-bot Public

    Gamebot, for haalar.it, built with love.

    Python

  3. kiosk.vsim.xyz kiosk.vsim.xyz Public

    Source for kiosk.vsim.xyz -- tooling for browser-based, Kiosk mode testing.

    HTML 25 5

  4. pingback.transfer pingback.transfer Public

    Use WordPress pingback.ping to transfer files.

    Python 17 7

  5. tarpit tarpit Public

    Like a honeypot.. with Tar instead of Honey..

    Python 3 1

  6. mongoPoC mongoPoC Public

    Mongo databases are open in the wild! Here's a Proof of Concept scraper

    Python