The Security-Hardened Linux kernel and modules; repackaged for Fedora Linux

This repository automatically downloads and extracts the latest hardened linux kernel from the Arch Linux repositories (https://archlinux.org/packages/extra/x86_64/linux-hardened). The kernel and all of its associated files are then packaged by the HardHat project’s Copr repository (https://copr.fedorainfracloud.org/coprs/noatsecure/HardHat), making it available to Fedora Linux users. GitHub View Github    

Read more

Helperpod – A CLI tool to run a Kubernetes utility pod with pre-installed tools that can be used for debugging/testing purposes inside a Kubernetes cluster

Helperpod is a CLI tool to run a Kubernetes utility pod with pre-installed tools that can be used for debugging/testing purposes inside a Kubernetes cluster. Pre-requisites Docker (For building and pushing the image) kubectl (Or the kubeconfig file either located in default ~/.kube/config path, or an environment variable named KUBECONFIG pointed to a specific config file path) Usage Install the required libraries python3 -m pip install –user -r requirements.txt Configure container registry information, this can be either done via manually […]

Read more

Keep an eye on the apps that are using your clipboard

This repository contains the code of an experiment, in order to understandhow hard would it be (if possible) to have an application that can monitorthe access of other apps to the clipboard on Linux machines. At the moment it only supports desktop environments that use X. To learn more please read theoriginal blog post. Installation To build and run this demo app, you will need to have the following librarieson your system: libdbus-1-dev libglib2.0-dev You will also need to have […]

Read more

Crop your image to different resolutions without missing the subject

Set a focal point and “artdirector” crop your image to different resolutions without missing the subject. Ideal to create images for mixed or responsive media. Example Original Image (by me) Variants artdirector –focus-x 260 –focus-y 440 –height 600 –width 600 –zoom 0.0 –edge 3.0 example.jpeg test-1.jpeg artdirector –focus-x 260 –focus-y 440 –height 600 –width 300 –zoom 0.2 –edge 3.0 example.jpeg test-2.jpeg artdirector –focus-x 260 –focus-y 440 –height 600 –width 600 –zoom    

Read more

Minimalistic Windows ransomware written in Python (Still a work in progress)

Minimalistic Windows ransomware written in Python (Still a work in progress) The following constants must be modified in order to deploy:DECRYPTOR_PATHDB_PASSWDSERV_HOSTBACKGROUND_URL To build the ransomware and decryptor simply use pyinstaller after installing the required dependencies Import the included .sql file into the mysql database hosted on your server. TO-DO:-Add persistency-Server-Client communication over TOR-GUI for decryptor GitHub View Github    

Read more

Parsing the Json file by provide the node name

This project is based on Parsing the json and dumping it to CSV via Flask api post method. Huge json file can be parsed by just executing the main.py file and open the url http://127.0.0.1:5000/parsing in postman. please provide the POST method and provide body value as json body object ( take example_account-model.json file as example) dumping the result in CSV file. Mostly used Parsed result for data analysis purpose. #Steps or Guides to run the project. Create a Virtual […]

Read more

Adventure Game which is created using Python

This is a Adventure Game which is created using Python. Features Of The Game A full Storylined Game. You can have many choices in the game. There are many interesting and hard levels in the game. You can choose multiple story lines in the game (Coming soon). If you have any ideas to improve this app? 🤔 If you have any ideas to make the Game more better then Click Here Contact Me On Discord!. License 📝 This GitHub Repository […]

Read more

A Password Manager application made using Python. You can use this python application to store and to see the stored passwords

This is a Password Manager Application which is made using Python. Features of the Application This app is very secure and requires a password to use the app and that pasword only you can know! You can store passwords in a secure way! You can also view your passwords! It is very easy to use! How to use the Application? To use the application you need to go to Documentation Page! If you have any ideas to improve this app? […]

Read more
1 246 247 248 249 250 935