Fills out the container extension form automatically. (Specific to IIT Ropar)

Fills out the container extension form automatically. (Specific to IIT Ropar) Download the chrome driver from the website below (make sure your google chrome browser and chrome driver version is same) Link: https://chromedriver.chromium.org/ Steps: Extract the zip file.Store the extracted directory and main.py file at same level (depth). Eg. – dir1 |-> chromedriver.zip |-> chromedriver (zip extracted directory) |-> main.py Step for setting up the conda environment: conda create –name container python=3.6 conda activate container pip install selenium conda install […]

Read more

A secure password generator written in python

The secure password generator Built with the rich python library NOTE: This is a WIP, its not finished and needs lots of work Installation With git git clone https://github.com/Mattio-cmd/spg cd spg/src chmod +x spg.py ./spg.py If you want to use this program anywhere on your system just type the following command (with root priviledges):cp spg.py /usr/bin With pip pip3 install passgpypip3 install rich For clipboard support (optional)pip3 install pyperclip Dependencies xclip (optional) It is needed for copying the password automatically. […]

Read more

A CLI Password Manager made using Python and Postgresql database

A CLI Password Manager made using Python and Postgresql database. Quick Start Guide First Clone The Project git clone https://github.com/Imira-S-R/PasswordManagerCLI Change The Direcory cd PasswordManagerCLI Run setup.py for first time users python setup.py After that run main.py python main.py About This is a simple & free password manager made using python that you can use to store    

Read more

Boilerplate template for the discord-py-interactions library

Boilerplate template for the discord-py-interactions library Currently, this boilerplate supports discord-py-interactions==3.0.2 but will be updated for future version later on. To switch to a different version, check the branches main.py: A custom, dynamic cog loader is present. Write a cog following the template.py in /cogs/, place it in the /cogs/ directory, and it will automatically be loaded when the bot boots. Utilizes the logging library and implements an easy to use custom logger and formatter. All you need to do […]

Read more

Ensembling Off-the-shelf Models for GAN Training

video (3m) | website | paper Can the collective knowledge from a large bank of pretrained vision models be leveraged to improve GAN training? If so, with so many models to choose from, which one(s) should be selected, and in what manner are they most effective? We find that pretrained computer vision models can significantly improve performance when used in an ensemble of discriminators. We propose an effective selection mechanism, by probing the linear separability between real and fake samples […]

Read more

A test microblog project created using Django 4.0

This is a test microblog project created using Django 4.0. But don’t worry this is a fully working project. There is no super-amazing front-end, just back-end codes with minimal html 🙂 Now you can access the application at https://localhost:8005//blogs and the admin siteat https://localhost:8005/admin. Stack and version numbers used: Name Version Django 4.0 Python 3.10 Folder structure

Read more

Currently proof-of-concept with python

Currently proof-of-concept This project is a small POC plugin for launching dumpulator emulation within IDA, passing it addresses from your IDA view using the context menu. Find the amazing dumpulator project by @mrexodia at link Configure You can now go to Edit -> Plugins -> Dumpulate and this will prompt you to select your dump file Currently only allows you to: For the example file found here you can Set your call address and choose a number of arguments to […]

Read more

A python script created for Log4j

This python script was created while I was working on the TryHackMe room for Log4j. While this was created with default variables for this room, I used argparse to make the script versatile for a GET request. All necessary varaibles can be changed with different options, see -h for more information. Only my script is hosted here, this requires two other downloads to run properly which I will give links for, but setting up the folders the way I did […]

Read more

Surveillance and notification system for Raspberry Pi

Surveillance and notification system for Raspberry Pi About The surveillance system in this repository is based on the tutorial “How to Run TensorFlow Lite Object Detection Models on the Raspberry Pi (with Optional Coral USB Accelerator)” by EdjeElectronics. The code in TFLite_detection_webcam.py comes directly from this tutorial but is slightly modified to save images and enable remote execution. GitHub View Github    

Read more
1 304 305 306 307 308 916