A simple panel with IP, CNPJ, CEP and PLACA queries

Um painel simples com consultas de IP, CNPJ, CEP e PLACA Início🌐 apt update && apt upgrade -y pkg i python git pip install requests Instalação e acesso📲 git clone https://github.com/Swag666baby/Painel-mpm cd Painel-mpm python3 main.py Lindos que contribuiram para o painel❤️ Spyware GitHub https://github.com/Swag666baby/Painel-mpm    

Read more

Brawl Stars v30.242 server emulator written in Python

Brawl Stars v30.242 server emulator written in Python. Requirements: Python 3.7 or higher pymongo dnspython colorama Running the server In a terminal, type pip install -r requirements.txt then run the server using python Main.py Configuring the client app To connect to your server, a patched client is required. Download this base APK and change the IP in libmg.config.so. Battles We’ve enabled offline battles so you can directly press “PLAY” to start a match. Unfortunately, the offline logic is mostly broken […]

Read more

An API that renders HTML/CSS content to PNG using Chromium

An API that renders HTML/CSS content to PNG using Chromium I am not responsible if you happen to make your own instance of this API, have it public and get your IP leaked because someone really wanted to put a nice, little which tracks your IP or any other methods. Heavily recommend to only run this on localhost where your services and scripts are the only authorized users/programs to take advantage of the rendering API. Python 3.7 or above Chrome […]

Read more

A multi-platform fuzzer for poking at userland binaries and servers

A multi-platform fuzzer for poking at userland binaries and servers Litefuzz is meant to serve a purpose: fuzz and triage on all the major platforms, support both CLI/GUI apps, network clients and servers in order to find security-related bugs. It simplifies the process and makes it easy to discover security bugs in many different targets, across platforms, while just making a few honest trade-offs. It isn’t built for speed, scalability or meant to win any prizes in academia. It applies […]

Read more

Built a road crossin game in python with Object-Oriebted Programming

In this project we have built a road crossin game in python with Object-Oriebted Programming. This game has different level and in every level the speed of vehical will be increase Our main target is to control turtle with UP arrow button and help him to cross road Note : There is no turning back that means you can only go in foward direction Don’t forget to give a star to this repository GitHub https://github.com/jhenilparihar/turtle-crossing-game    

Read more

A python tool perform some quick tasks for CTFs and Pentesting

================ This tool lets you convert strings and numbers between number bases (2, 8, 10 and 16) as well as ASCII text. You can use the IP address analyzer to find out details on IPv4 and perform abbreviation as well as expansion on IPv6 addresses.It can also perform a two’s complement calculation as well. You can visit CodingPeps to learn more about how to use it. Installation ================ $ rm -rf AlteMatrix/ $ git clone https://github.com/Ir0n-c0d3X/AlteMatrix $ cd AlteMatrix $ […]

Read more

A Python scripts for detecting objects of any class in an image without knowing their label

Python TFLite scripts for detecting objects of any class in an image without knowing their label. Image taken from the OpenCV AI Kit – Lite, make sure to check it out: https://www.kickstarter.com/projects/opencv/opencv-ai-kit-oak-depth-camera-4k-cv-edge-object-detection ❗ ⚠️The object detector works better with images with few objects and it starts to fail in more complex scenes. The model is suitable for automatically labelling objects for custom object detection models. OpenCV, imread-from-url and tensorflow or tflite_runtime. Also, pafy and youtube-dl are required for youtube video […]

Read more

TorchGeo: datasets, transforms, and models for geospatial data

TorchGeo is a PyTorch domain library, similar to torchvision, that provides datasets, transforms, samplers, and pre-trained models specific to geospatial data. The goal of this library is to make it simple: for machine learning experts to use geospatial data in their workflows, and for remote sensing experts to use their data in machine learning workflows. See our installation instructions, documentation, and examples to learn how to use torchgeo. External links: Tests: Installation instructions Until the first release, you can install […]

Read more
1 457 458 459 460 461 928