Skip to content
View deFr0ggy's full-sized avatar
:shipit:
Frogging!
:shipit:
Frogging!
Block or Report

Block or report deFr0ggy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
deFr0ggy/README.md

Hola Amigos, Soy Frog Man!

An abnormal frog, who has been thrown out by the Frog Community!

deFr0ggy/

import pyfiglet

def froggy():
    result = pyfiglet.figlet_format("Frog Man", font = "slant" )
    print(result)

def main():
    froggy()

if __name__ == "__main__":
    main()

deFr0ggy https://www.linkedin.com/in/kamransaifullah/

Pinned Loading

  1. NightOwl NightOwl Public

    An offline Phishing Email Analyzer. Enabling non-techies to analyze phishing emails automatically!

    Python 54 8

  2. PMAT-Labs-Walkthroughs PMAT-Labs-Walkthroughs Public

    Repo containing my personal walkthroughs of PMAT Labs i.e. PMAT Malware Samples.

    40 3

  3. CyDefOps/project-killchain CyDefOps/project-killchain Public

    Welcome to Project KillChain, a comprehensive GitHub repository for Red and Blue Teams. This repository houses tools, scripts, techniques, and Indicators of Compromise (IOCs) aiding in cybersecuri…

    Python 87 19

  4. FIRST.org-Phishing-Email FIRST.org-Phishing-Email Public

    This repo includes the actual Phishing Link/Page which was sent to EPSS SIG Members

    HTML 7 1

  5. PortSwigger-Labs-Automations PortSwigger-Labs-Automations Public

    This repo contains all the codes which i have written to automate using python in order to solve the PortSwigger Academy Labs/Challenges.

    Python 8 1

  6. PyScript-Boiler-Plate PyScript-Boiler-Plate Public

    PyScript Boilerplate Extension for VSCode

    1