Coder Social home page Coder Social logo

z0uz / payloadsallthethings Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swisskyrepo/payloadsallthethings

0.0 0.0 0.0 16.68 MB

A list of useful payloads and bypass for Web Application Security and Pentest/CTF

Home Page: https://swisskyrepo.github.io/PayloadsAllTheThings/

License: MIT License

Shell 0.11% JavaScript 0.10% Ruby 6.37% Python 86.38% PHP 1.28% XSLT 0.06% CSS 0.07% HTML 0.11% Jupyter Notebook 0.26% ASP.NET 3.85% Classic ASP 1.41%

payloadsallthethings's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @z0uz
  • ๐Ÿ‘€ Iโ€™m interested in python.
  • i am a Cybersecurity specialist and a data analyst.
import turtle

t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor("black")
t.speed(0)  # Increase speed to the maximum
t.pensize(2)
t.pencolor("white")

def s_curve():
    for i in range(45):  # Reduce the number of points in the curve
        t.left(2)  # Increase the angle to make the curve smoother
        t.forward(2)  # Increase the forward distance

def r_curve():
    for i in range(45):  # Reduce the number of points in the curve
        t.right(2)  # Increase the angle to make the curve smoother
        t.forward(2)  # Increase the forward distance

def l_curve():
    s_curve()
    t.forward(40)  # Reduce the forward distance to make the curve smoother
    s_curve()

def l_curve1():
    s_curve()
    t.forward(45)  # Reduce the forward distance to make the curve smoother
    s_curve()

def half():
    t.begin_fill()  # Begin fill before drawing
    t.forward(25)  # Reduce the forward distance to make the curve smoother
    s_curve()
    t.forward(45)  # Reduce the forward distance to make the curve smoother
    l_curve()
    t.forward(20)  # Reduce the forward distance to make the curve smoother
    t.left(90)
    t.forward(40)
    t.right(90)
    t.forward(5)
    t.right(90)
    t.forward(60)  # Reduce the forward distance to make the curve smoother
    l_curve1()
    t.forward(15)  # Reduce the forward distance to make the curve smoother
    t.left(90)
    t.forward(25)
    r_curve()
    t.forward(20)  # Reduce the forward distance to make the curve smoother
    t.end_fill()  # End fill after drawing

def get_pos():
    t.penup()
    t.forward(20)
    t.right(90)
    t.forward(10)
    t.right(90)
    t.pendown()

def eye():
    t.penup()
    t.right(90)
    t.forward(160)
    t.left(90)
    t.forward(70)
    t.pencolor("black")
    t.dot(35)

def sec_dot():
    t.left(90)
    t.penup()
    t.forward(310)
    t.left(90)
    t.forward(120)
    t.pendown()
    t.dot(35)

t.fillcolor("#306998")
half()  # Only call the half function once, and it will draw the whole logo
get_pos()
t.fillcolor("#FFD43B")
half()  # Only call the half function once, and it will draw the whole logo

eye()
sec_dot()

t.hideturtle()  # Hide the turtle for a cleaner look
turtle.done()```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.