Skip to content
View PxS-DuoSec's full-sized avatar
Block or Report

Block or report PxS-DuoSec

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
PxS-DuoSec/README.md
class PxS:

    def __init__(self):
        self.skills = ["Pentest", "Development", "SysAdmin"]
        self.projects = ["RedTeam", "GNU/Linux Distribution"]
    
    def __repr__(self):
        
        t = f"""       
            skills : {", ".join( skill for skill in self.skills )}
            projects : {", ".join( project for project in self.projects )}
        """
        
        return t
        
ax = PxS()
print(ax)

Join Us !

PxS SecServer

PxS Computricks

Pinned

  1. ARP-Cache-poisoning ARP-Cache-poisoning Public

    An ARP cache poisoning tool written in python

    Python

  2. PxS-DuoSec PxS-DuoSec Public

    Config files for my GitHub profile.