A tool to find the unregistered dependency based on dependency confusion valunerablility and lead to RCE

DepFine Is a tool to find the unregistered dependency based on dependency confusion valunerablility and lead to RCE You Can install the tool using the following command by pip3 -r requirmentes.txt install and the tool requirmentes will be installed inside your machine The tool until now is running for node.js dependencies only but in next realase will be allow for the other frameworks like gemfile, pypi You can use the tool using the following command by type: python3 DepFine.py RawForPackage.com […]

Read more

Google Developer Profile Badge Scraper

GDev Profile Badge Scraper is a Google Developer Profile Web Scraper which scrapes for specific badges in a user’s Google Developer Profile. This first version is specific to the use case for detecting 16 badges for Android Study Jam participants/facilitators and gives an output of each badge filtered individually. As Google themselves do not provide a service to track multiple user’s GDev profile, I thought of writing this script myself. This script has a time complexity of 8(n). It can […]

Read more

Simple program to play Metamon automatically

Radio Caca Important disclaimer This software is intended for use by individualsfamiliar with Python programming language. It usessensitive signature code from MetaMask wallet whichneeds to be safe and secure at all times. Make sureto inspect the code for any attempts to send yourinformation anywhere except https://metamon-api.radiocaca.com/usm-api(official metamon game api). We are not responsiblefor any loss incurred if you used modified versionof this code from other sources! Prerequisites To start using this program Python needs to beinstalled and some packages. The […]

Read more

Multilingual Retrieval on Yelp Search Engine

Hi there! 👋 In this repository, we develop a Multilingual Information Retrieval model that support 15 different languages, and it will be used on Yelp search engine after further online experiments. Figure 1: Yelp’s search interface Background The current search engine of Yelp is based on NrtSearch. However, inverted index-based lexical matching on Lucene-based search engine such as NrtSearch falls short in several key aspects: Lack of understanding of hypernyms, synonyms, and antonyms. For example, “sneaker” might match the intent […]

Read more

Data Visualization Interfaces in Python With Dash

In the past, creating analytical web applications was a task for seasoned developers that required knowledge of multiple programming languages and frameworks. That’s no longer the case. Nowadays, you can make data visualization interfaces using pure Python. One popular tool for this is Dash. Dash gives data scientists the ability to showcase their results in interactive web applications. You don’t need to be an expert in web development. In an afternoon, you can build and deploy a Dash app to […]

Read more

Is it worth the money? When to buy products for your job

You’ve discovered a product that might help you with your job: perhaps a book that will teach you a new and relevant skill, or software that will speed up development. Since you do want to write software better and faster, you are considering buying this product. But, then again, the product costs money, and maybe that money is better spent on something else. So should you buy the product or not? How do you decide? If it is worth buying, […]

Read more

Official Pytorch Code for the paper TransWeather

Official Code for the paper TransWeather, Arxiv Tech Report 2021 Paper | Website About this repo: This repo hosts the implentation code, pre-trained weights, and dataset preparation details for the paper “TransWeather”. We also provide code for a strong transformer baseline for weather removal tasks. Introduction Removing adverse weather conditions like rain, fog, and snow from images is an important problem in many applications. Most methods proposed in the literature have been designed to deal with just removing one type […]

Read more

Discord group chat leaver for python

I know many people who have fallen victim to these weird group chat spammers including me. I made this script to help those who don’t know how to solve this problem. Setting it up Download the latest verison of Python. Once installing, make sure to click “Add Python to PATH”. CD into the directory and type the following commands: pip3 install discord pip3 install asyncio GitHub View Github    

Read more
1 439 440 441 442 443 1,023