Hola Amigos, Soy Frog Man!
import pyfiglet
def froggy():
result = pyfiglet.figlet_format("Frog Man", font = "slant" )
print(result)
def main():
froggy()
if __name__ == "__main__":
main()
Repo containing my personal walkthroughs of PMAT Labs i.e. PMAT Malware Samples.
This repo includes the actual Phishing Link/Page which was sent to EPSS SIG Members
This repo contains all the codes which i have written to automate using python in order to solve the PortSwigger Academy Labs/Challenges.