Pinned Repositories
Cyber-identity-awareness
The main repository for our DE project! This website will be hosted using GitHub pages. Our plan is to make a website which anyone can visit in case or for prevention of cyber attacks.
ENPM818R
Error-based-SQLi-BFer
Python script to bruteforce based on response.
First-official-one
My first official code written in c++. It basically does nothing but displays the no. of stars you enter in an 'Inverted triagular' manner...
Graph-plotter
A program which can plot a 10*10 graph (for now).
HackTheBox-Writeups
All of my HTB writeups on YouTube!
Host-header-injection-checker
A simple python script to detect host header injections for both HTTP/HTTPS hostnames from a csv database.
Inverse-triangle
Just a simple C++ code for printing a triangle in 10X10 field of "*". So inverse triangle...
PyFile
A little python script that can act as a file transfer tool.
SSTi-RCE-POC
SSTi simple command execution for a HTB challenge...
DHIRAL2908's Repositories
DHIRAL2908/Host-header-injection-checker
A simple python script to detect host header injections for both HTTP/HTTPS hostnames from a csv database.
DHIRAL2908/Cyber-identity-awareness
The main repository for our DE project! This website will be hosted using GitHub pages. Our plan is to make a website which anyone can visit in case or for prevention of cyber attacks.
DHIRAL2908/Error-based-SQLi-BFer
Python script to bruteforce based on response.
DHIRAL2908/First-official-one
My first official code written in c++. It basically does nothing but displays the no. of stars you enter in an 'Inverted triagular' manner...
DHIRAL2908/Graph-plotter
A program which can plot a 10*10 graph (for now).
DHIRAL2908/HackTheBox-Writeups
All of my HTB writeups on YouTube!
DHIRAL2908/Inverse-triangle
Just a simple C++ code for printing a triangle in 10X10 field of "*". So inverse triangle...
DHIRAL2908/Lucky-draw-GUI-python
Just a simple python GUI using tkinter library.
DHIRAL2908/PyFile
A little python script that can act as a file transfer tool.
DHIRAL2908/SSTi-RCE-POC
SSTi simple command execution for a HTB challenge...
DHIRAL2908/Metasploit-loading-screen
The loading screen of Metasploit, i.e. " |->/->\->|->/->\->| " in C++ which can be executed in Windows too...
DHIRAL2908/Prime-factors
Gives the prime factors as an ouput to a number.
DHIRAL2908/Sum-of-natural-no.s-using-arrays
Not the simplest way, but you can calculate sum of natural no.s with arrays too. It asks you the no. until which you want the sum of. It will do the rest.
DHIRAL2908/Swaper
Swaps/Reverses a number.