There are no reviews yet. Be the first to send feedback to the community and the maintainers!
ehtk
Ethical Hacking Toolkit is a collection of tools, cheat sheets, and resources for Ethical hackers, Penetration Tester, and Security Researchers etc. It contains almost all tools mentioned in CEH, OSCP, eCPPT and PNPTCVE-T4PDF
CVEs and Techniques used PDF as an attack vector.Antivirus-Evasion-Py2exe
Simple python script to evade antiviruses on fully patched and updated Windows environments using a py2exe.Burp-Suite
This is writeup for Burp Suite room in tryhackme.com0xcybery.github.io
portfolioLinux-Commands
The most useful Linux commands!Buffer-Overflow-Prep
Windows 7 VM with Immunity Debugger and Putty preinstalled.Matrix-Multiplication
This program will preform multiplication of two matrices in cHackBar-extension
This is HackBar extension working perfectly with CyberFox browser.Count-Character-in-a-String
This program will count the repetition of each character given in a stringcap
script for searching PATH or parameters for any executables caps applied to them.0xCyberY
ProfileSequential-allocation
a C program to simulate Sequential file allocation strategy.DFS
DFS algorithm A standard DFS implementation puts each vertex of the graph into one of two categories: Visited Not Visited The purpose of the algorithm is to mark each vertex as visited while avoiding cycles. The DFS algorithm works as follows: Start by putting any one of the graph's vertices on top of a stack. Take the top item of the stack and add it to the visited list. Create a list of that vertex's adjacent nodes. Add the ones which aren't in the visited list to the top of stack. Keep repeating steps 2 and 3 until the stack is empty.canteen-management-system
The main objective of this project is to manage the details of canteen Employee ,Item, Stock and Sales . It manages all the information about the canteen customer and sales The object is totally built at administration end and thus only the administrator is guaranteed the access . The purpose of the project to build an application program to reduce the manual work for managing the Canteen , Employee, Customer and Items . It tracks all the details about the items , stock and salesQUIZ-USING-MULTITHREAD-
ABSTRACT Modern education system includes conducting various activities. Exams are the most traditional method among that. Even in that traditional method for testing knowledge of students, technology has made it easier. In all the fields such as government exams and many exams are conducted online. We built a program to conduct these tests. The main intention of this project is to build Quiz app using multithreading. This project makes use of multithreading and java swing concepts. The built app is user friendly, easy to use and very helpful in schools and universities.abdullah-baghuth-Machine-Learning-for-Data-Analysis-coursera
About this Course Are you interested in predicting future outcomes using your data? This course helps you do just that! Machine learning is the process of developing, testing, and applying predictive algorithms to achieve this goal. Make sure to familiarize yourself with course 3 of this specialization before diving into these machine learning concepts. Building on Course 3, which introduces students to integral supervised machine learning concepts, this course will provide an overview of many additional concepts, techniques, and algorithms in machine learning, from basic classification to decision trees and clustering. By completing this course, you will learn how to apply, test, and interpret machine learning algorithms as alternative methods for addressing your research questions.Love Open Source and this site? Check out how you can help us