Pinned Repositories
100-redteam-projects
Projects for security students
A-Red-Teamer-diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
actix-web-api-calc
a web api that can perform addition and multiplication
AD-Exploitation-Basics
Repository with quick triggers to help during Pentest in an Active Directory environment.
Advanced-SQL-Injection-Cheatsheet
A cheat sheet that contains advanced queries for SQL Injection of all types.
ai-exploits
A collection of real world AI/ML exploits for responsibly disclosed vulnerabilities
awesome
:sunglasses: Curated list of awesome lists
bitcoin
Bitcoin Core integration/staging tree
malware-analysis-tool
A command-line malware analysis tool that analyzes various file types, including PE, ELF, and scripts, calculating entropy, detecting suspicious patterns, generating file hashes, and providing useful statistics for identifying potential malware. It is designed to assist in manual malware analysis by offering key insights into file behavior.
PoC-in-GitHub
📡 PoC auto collect from GitHub. ⚠️ Be careful Malware.
b17w1z4rd's Repositories
b17w1z4rd/malware-analysis-tool
A command-line malware analysis tool that analyzes various file types, including PE, ELF, and scripts, calculating entropy, detecting suspicious patterns, generating file hashes, and providing useful statistics for identifying potential malware. It is designed to assist in manual malware analysis by offering key insights into file behavior.
b17w1z4rd/ARIMA_stock_price_prediction
stock price prediction using ARIMA (AutoRegressive Integrated Moving Average)
b17w1z4rd/bitcoin-investment-day
Project to analyze and visualize the best weekday to invest in Bitcoin based on historical price data. By calculating average daily returns for each day of the week, this project helps identify trends and optimal investment timing.
b17w1z4rd/bitcoin-price-prediction
bitcoin price prediction using random forest regressor
b17w1z4rd/Blockchain-modelling
a project to model the working of a blockchain and the creation of the 'Genesis Block'.
b17w1z4rd/Chatbot-java
a simple chatbot implementation in java that interacts with the user
b17w1z4rd/CS-GO-win-prediction-machine-learning
Counters-Strike Global Offensive(CS:GO) win prediction using machine learning
b17w1z4rd/double-death-cross-trading
double death cross trading strategy with SMA50 and SMA200 using python
b17w1z4rd/excrypto
excrypto offers specialized versions of the Go crypto, TLS, x509, and SSH packages designed for security research.
b17w1z4rd/firewall
This repository contains a custom-built firewall written in Go, leveraging the gopacket library to capture, analyze, and filter network traffic. It provides packet-level control over network interfaces and enables blocking or allowing traffic based on defined rules, making it a useful tool for network monitoring and security testing.
b17w1z4rd/Go-Shell
This repository contains a custom shell implemented in Go. The shell allows users to execute basic system commands, navigate directories, and view files. It serves as a beginner-friendly project for those looking to understand how to interact with the operating system using Go's os/exec package and handle user input.
b17w1z4rd/Honeypot
This Rust-based honeypot is designed to simulate a vulnerable server, capturing and logging any interaction from potential attackers. It listens for incoming TCP connections on a specified port, allowing it to attract and analyze malicious activity
b17w1z4rd/Keylogger
This project implements a keylogger using Python. The keylogger captures and logs keystrokes to a text file for monitoring purposes. It utilizes the pynput library to listen for keyboard events, including alphanumeric keys and special keys.
b17w1z4rd/league-of-legends-win-prediction
a machine learning model using random forest classifier to predict wins in league of legend games
b17w1z4rd/Learning-Arc
Convoluting η-dimensional tensors over abstract manifolds.
b17w1z4rd/Load-Balancer
A simple, round-robin HTTP load balancer implemented in Go. This project forwards incoming requests to a pool of backend servers, distributing the load evenly in a round-robin fashion. It’s designed to demonstrate the basics of load balancing using Go's standard libraries for HTTP and concurrency.
b17w1z4rd/login-app
a login application using tkinter in python
b17w1z4rd/Monte-Carlo-Simulation
Monte Carlo Simulation Project forecasting Nvidia stock returns. This project uses historical price data and random sampling to simulate future price paths and estimate cumulative returns
b17w1z4rd/network-proxy-server
Go TCP Proxy Server A simple and efficient TCP proxy server written in Go. This server listens for incoming TCP connections and forwards the data to a specified target server. Designed for easy deployment, it supports concurrent connections, making it suitable for load balancing and network monitoring.
b17w1z4rd/PythonNLP-Text-Summarizer
An efficient Python NLP project that leverages natural language processing techniques to summarize large texts quickly and accurately.
b17w1z4rd/Reverse-Shell
Reverse Shell Project Overview The Reverse Shell Project is a demonstration of a reverse shell implemented in Rust. This tool establishes a connection from a target machine back to an attacker's machine, enabling remote command execution.
b17w1z4rd/Runtime-Complexities-Calculator
a program that calculates the runtime complexities of different algorithms
b17w1z4rd/Rust-Port-Scanner
Rust Port Scanner A simple and efficient port scanner built in Rust. This tool scans for open TCP ports on a target IP address, supports multi-threaded scanning for faster results, and allows customizable port ranges via command-line arguments. Ideal for network diagnostics and basic security assessments.
b17w1z4rd/RustRedOps
🦀 | RustRedOps is a repository for advanced Red Team techniques and offensive malware, focused on Rust
b17w1z4rd/s-p500-spy-prediction
This repository analyzes stock market seasonality and builds predictive models for S&P 500 performance. It includes a function to classify data into seasonal groups ("May-October" and "November-April") based on historical dates and a Jupyter notebook for predicting S&P 500 movements using machine learning.
b17w1z4rd/Smart-Chatbot
A Python-based 'smart' chatbot that uses natural language processing (NLP) to answer user queries about Chronic Kidney Disease. The chatbot fetches information from trusted medical sources, processes it, and interacts with users by responding to their questions with relevant information from the article.
b17w1z4rd/Stochastic-RSI-indicator
Using Stochastic RSI to determine when to buy and sell stocks
b17w1z4rd/SVR-Stock-Price-Prediction
Stock Price Prediction Using Support Vector Regression (SVR) This project implements a machine learning model to predict the stock price of NVIDIA (NVDA) for a specific day using Support Vector Regression (SVR). The project leverages historical stock data to train multiple SVR models with different kernels (RBF, Polynomial, and Linear) .
b17w1z4rd/Undervalued-Stock-Prediction
This repository contains a Python-based project focused on predicting stock prices using data for various companies. The project aims to analyze historical stock data and employ various statistical and machine learning techniques to identify undervalued stocks.
b17w1z4rd/Vision-Transformers
This repo has all the basic things you'll need in-order to understand complete vision transformer architecture and its various implementations.