Log4jake works by spidering a web application for GET/POST requests

Log4jake works by spidering a web application for GET/POST requests. It will then automatically execute the GET/POST requests, filling any discovered parameters with the ${jndi:ldap://:389} Log4j payload. Note that this tool is designed to work simultaneously with a NetCat listener. If you want to test behind authentication, use the commented ‘#req.add_header(‘Authorization’, “token_goes_here”)’ line to add the proper token. If you are experiencing SSL errors, use the commented ‘#context = ssl._create_unverified_context()’ line in addition to ‘resp = urllib.request.urlopen(req, context=context)’ Syntax:

Read more

Official code for Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018)

MUC Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018) Performance Details for Accuracy: | Dataset | [email protected] | [email protected] | [email protected] | | ———- | ————| ————-| —————| | Foursquare | 0.8389 | 0.9105 | 0.9368 | | Gowalla | 0.7522 | 0.846 | 0.8866 | The performance of our framework on Foursquare and Gowalla.   To finish reading, please visit source site

Read more

Python module that parse power builder file (PBD) and analyze code (Incomplete)

Python module that parse power builder file (PBD) and analyze code (Incomplete)this tool is composed of: pbd_dump.py this tool extract files from pbd file and save it to folder named analyse_folder.py after extract pbd into folder you can use this tool to decompile supported files (“win”, “fun”, “udo”) analyse.py this tool is used to decompile one file with extension (“win”, “fun”, “udo”) by create a folder with name of the file and put inside it the code in hierarchical all […]

Read more

Controlling the MicriSpotAI robot from scratch

Controlling the MicriSpotAI robot from scratch Colaborators Components from MicroSpot The MicriSpotAI has the following components: Conection to Raspbperry Pi To connect to the MicroSpot robot you must use their own hotspot network, but this type of configuration produces that the Raspberry Pi and the laptop does not have internet connection, which is a problem. For this reason we looked for another type of access from a laptop to the Raspberry Pi. So, there are several configurations for the SSH […]

Read more

A program that uses an API and a AI model to get info of stocks

I dont mind anyone using this code but please give me credit A program that uses an API and a AI model to get info of stocks Make sure the program is in a folder in which it can create a text file to store the information if you need it. Your program output if your using a text file should look something like this: If however you are using the console it will show something like this. I will […]

Read more

Monify: an Expense tracker Program implemented in a Graphical User Interface that allows users to keep track of their expenses

Description Monify is an Expense tracker Program implemented in a Graphical User Interface allows users to add income and expense based on categories & date (Food & Drinks, Groceries, Shopping, Housing, Transportation, Life & Entertainment, Miscellaneous). It also gives the functionality to Add budget per month, Input of debts and An operation to view the statistics of spending and where their money goes based on categories in a visual representation pie chart (shows the total amount spent in each category) […]

Read more

YouTube Video Search Engine For Python

Introduction With the increasing demand for electronic devices, it is hard for people to choose the best products from multiple brands. In this case, the unboxing video will be useful letting people get an overview of the product. We would like to build a basic search engine for video on Youtube based on the speech content transcript to try to improve the searching result. The goal of the project is to find the most relevant video according to the content […]

Read more
1 353 354 355 356 357 976