• Stars
    star
    18
  • Rank 1,208,065 (Top 24 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Continuously perform deauthentication attacks on all detectable stations

More Repositories

1

golang-rest-api-template

Template for REST API made with Golang using Gin framework, PostgreSQL database, JWT authentication, Redis cache and MongoDB for logging
Go
136
star
2

important-algorithms

A list of important algorithms to study
C++
118
star
3

design-patterns-in-go

A list of design patterns implemented in Go with REAL WORLD examples!
Go
69
star
4

primus-os

A simple bare-bones 32-bit operating system written in Assembly x86 and C for educational purposes
C
45
star
5

lambda-go

A simple Go library based on functional programming (inspired by Haskell)
Go
23
star
6

PetitePass

A lightweight password manager coded with Python using SQLCipher for SQLite database encryption and PyQt.
Python
21
star
7

simple-load-balancer

Simple load balancer in Go
Go
19
star
8

montecarlo

Monte Carlo simulation of asset price
Python
17
star
9

ultra-minimal-fast-rest-api

Ultra minimal and fast RESTful API written in C using Unix websockets, POSIX threads and SQLite database. Ideal for mock APIs in dev environment.
C
13
star
10

blockchain-example-cpp

A simple blockchain example in C++
C++
11
star
11

bitcoin-saga

An educational retro RPG game that teaches Bitcoin, self sovereignty, privacy and freedom
ShaderLab
11
star
12

crypto_alert_bot

Reads volume data from Binance exchange from 33 different cryptocurrencies and emits an alarm when volume of the last candle gets over a threshold.
Python
9
star
13

teapot

A simple and lightweight asynchronous web framework in C++
C++
9
star
14

talk-with-chatgpt

Text-to-speech interface with ChatGPT
Python
9
star
15

cavity_flow

Solves Navier-Stokes equations for the 2D cavity flow using vorticity-stream function formulation
Python
8
star
16

BitLDC

BitLDC (Bitcoin Life/Death Certificate) Protocol
7
star
17

assembly-x86-tutorials

Assembly x86 tutorials
Assembly
7
star
18

cnavier

Explicit incompressible Navier-stokes solver written in C based on finite-difference schemes
C
7
star
19

youtube-c-tutorials

Tutorials from my YouTube videos on the C programming language
C
7
star
20

heat-equation-2d

2D heat equation solver
Python
7
star
21

BTC-backtesting

Bitcoin trading strategy backtesting
Python
7
star
22

chat-livre-sem-censura

A simple webchat made with PHP, resistant to censorship and devoted to free-speech.
JavaScript
7
star
23

nano-game-engine

A simple 2D game template using SDL and C++
C++
7
star
24

deixe-de-ser-noob-em-git

RepositΓ³rio pra vocΓͺ aprender git
6
star
25

GoKeylogger

A simple keylogger written in Go
Go
6
star
26

bitcoin-price-bot-nostr

Nostr Bitcoin bot price source code (npub1440j7t3ryudyyf7av779vnv7nvhfjxqfphtt3sk74yptx3pnl8sqlll9y7)
Go
5
star
27

go-iso8583

Parser and generator of ISO8583 messages
Go
5
star
28

jerk_equation

Bitcoin price prediction using jerk equation.
Python
4
star
29

GoUDPflood

UDP flood attack example in Go
Go
4
star
30

GoPacketSniffer

A simple packet sniffer written in Go
Go
4
star
31

yaml2cmake

Generate CMakeLists from YAML for easy C++ project setups and dependency management
Go
4
star
32

udpflood

UDP flood ddos attack
C
3
star
33

csnake

Terminal-based classic snake game written in C
C
3
star
34

literally-me

"Literally me" movies and series lists
3
star
35

py-synflood

SYN flood denial-of-service (DoS) attack coded with Python
Python
3
star
36

finite_difference

Computes finite difference matrices for the first and second derivative up to sixth order, including compact schemes
Python
3
star
37

mandelbrot

A simple Mandelbrot fractal generator written in C++ using EasyBMP library
C++
3
star
38

c-piano

a simple piano programmed in C
C
3
star
39

logtard

A simple, portable and dumb logging library in C++ with no bloatness nor mambo-jambo
C++
3
star
40

blockchain-golang

A simple blockchain implemented in Golang
Go
3
star
41

bit-life-proofing

A program that performs life-proof certifications transactions on Bitcoin network using OP_RETURN by combining PGP and hashing
Python
3
star
42

HelloWorldEnterpriseEdition

"Hello World" Enterprise Edition
Java
3
star
43

MiniBoostRestAPI

A simple CRUD REST API template written in C++ using Boost library
C++
3
star
44

agario-clone-c

Agar.io clone in C
C
3
star
45

keylogger

Keylogger malware for penetration testing in Windows platforms
C
2
star
46

cryptography

Cryptography projects and algorithms in Python
Python
2
star
47

bitcoin-cryptography-ecc

Study of bitcoin elliptic curve cryptography (ECC)
Python
2
star
48

SPQR

SPQR esoteric programming language based on the latin language
C
2
star
49

joker-bot

An AI written in Python which tells random jokes
Python
2
star
50

hello-world-linux-kernel-module

Linux kernel module tutorial
C
2
star
51

portscanner

A simple TCP/IP port scanner using raw sockets in C
C
2
star
52

larry_connors_rsi2_bot

Python
2
star
53

websocket-server

A simple application which uses C library socket.h to demonstrate how to retrieve a HTTP GET request with response 200 and some HTML data.
C
2
star
54

image-processing-c

Image processing examples in C
C
2
star
55

py-security-camera

A simple security camera written in Python which starts recording when a face is detected and warns the user by e-mail.
Python
2
star
56

linux-char-driver-tutorial

Linux char driver tutorial
C
2
star
57

websocket-client

A simple web client which sends HTTP/1.1 GET requests given a hostname/IPv4 address and port. Implemented using websocket.h library from C/Unix.
C
2
star
58

synflood

SYN flood denial-of-service (DoS) attack coded in C using raw sockets
C
2
star
59

simple-chat-golang

Simple webchat written in Go
Go
2
star
60

ez-docker

A simplified version of Docker for study purposes
C
2
star
61

oop-example-c

Object-oriented programming example in C
C
2
star
62

websocket-example

Websocket example in C language.
C
1
star
63

data-structures-python

Basic data structures implementations in Python
Python
1
star
64

OpenGL-tutorials

OpenGL tutorials
C
1
star
65

devops-scripts

Useful scripts for setting up environment
HCL
1
star
66

boost-tutorials

Boost C++ library tutorials
C++
1
star
67

multithreaded-server-c

Multithreaded server implementation in C using websockets and POSIX threads
C
1
star
68

erlang-tutorials

Erlang tutorials
Erlang
1
star
69

naive-mutex-implementation-c

Naive mutex implementation in C (Linux)
C
1
star
70

minimal-webchat

A simple webchat using socket.h library from C/Linux
C
1
star
71

thread-pool-in-c

A simple thread pool implementation in C
C
1
star
72

password-salting

Password salting example written in C. Developed for educational purposes only.
C
1
star
73

clone-syscall-example

A bad implementation of multithreading in Linux using the clone syscall
C
1
star
74

bip39-in-c

An attempt to generate 12 word seed (BIP39) in C. USE WITH CAUTION, IT DOES NOT GUARANTEE ENOUGH ENTROPY AND SAFETY!
C
1
star
75

libcurl-example

Networking example in C using libcurl library
C
1
star
76

packet-sniffer

A simple packet sniffer coded in C
C
1
star
77

raw-socket

Raw socket implementation in C
C
1
star
78

sqlite-tutorials

SQLite tutorials in C
C
1
star
79

channels-in-c

A simple channel implementation in C with pthreads (inspired by Go)
C
1
star
80

coding-in-java-until-going-insane

Source code from the video https://www.youtube.com/watch?v=9Ku-c-65xuU
Java
1
star
81

nascimento-do-btc

www.nascimentodobtc.com.br
HTML
1
star
82

flappy-bird-clone

This is a simple clone of the popular game "Flappy Bird" developed using the SDL2 library. Navigate the bird through the pipes and try to achieve your highest score!
C++
1
star
83

infernal-delivery-driver

Play as an infernal truck driver to retrieve dead zombie bodies back to hell!
C#
1
star
84

grpc-go-tutorial

gRPC Go tutorial
Go
1
star
85

static-book-webpage-template

A basic template for a static book website in plain HTML, CSS and JS
JavaScript
1
star
86

vulnerable-payment-server-example

A vulnerable payment server example and a fix. DON'T use in production!
JavaScript
1
star
87

minhaGaragem

Web app para gerenciamento de garagem implementado em Python (Django).
CSS
1
star
88

dumb-message-queuing-system

Dumb and simple message queuing system written in C
C
1
star