Telegram Mirror and Leech Bot

This is a Telegram Bot written in Python for mirroring files on the Internet to your Google Drive or Telegram. Fork of Anasty’s Repo Leech Log Mirror logs Source link logs Alt Leech log – You can forward leeched files and alternative channels/groups Special permissions to group moderators Database Support for leech logs and alt leech logs Sending Leeched files and Mirror links in user’s PM Force Subscriber Module Auto Delete all bot related message to prevent copyright issue Appdrive […]

Read more

Transcription of xkcd 2601 to runnable logo code

This is a project to transcribe xkcd #2601, the April Fools post for 2022, to runnable logo code. Running the code: There are options. jslogo One of the developers of #2601 helpfully shared that the logo they used to develop the code was jslogo, which can be found online here. To run the current iteration of the transcription in it, copy/paste the code into the window, then stick a line that says xkcd at the bottom of it all. If […]

Read more

A script that gets data from IPMA and publishes it on VOSTPT’s social networks

WHAT IT DOES This script fetches data from IPMA every day, at 10am, and generates a meteo report for mainland PT, Azores, and Madeira Data Sources This script uses IPMA Data directly and via Fogos API v2 by João Pina Template for Mainland Portugal Final Result Fork repo Create repo on your machine Create a virtual environment on your machine run pip install -r requirements.txt –no-index –find-links file:///tmp/packages GitHub View Github    

Read more

BOTNET Archive Releases Such As

BOTNET Archive Releases Such As [ Scanners | Botnets | Exploits | Methods] Credits Merlyn Bakezri Terms Of Service WE PROVIDE AN ENTIRE COLLECTION OF EVERY TYPE OF FILES ONLY FOR RESEARCH PURPOSES ONLY. USE THE FILES(AND EVERY OTHER TYPE OF FILES) ONLY IN YOUR OWN SERVER/NETWORK OR ONLY WITH AUTHORIZATION. THIS IS YOUR ONLY WARNING. BY DOWNLOADING/USING OUR FREE ARCHIVE FILES DOWNLOAD YOU ACCEPT TO BE RESPONSIBLE FOR ALL CONSEQUENCES OF YOUR ACTIONS AND THE USE OF THIS FILES. […]

Read more

PromptDet: Expand Your Detector Vocabulary with Uncurated Images

Paper     Website Introduction The goal of this work is to establish a scalable pipeline for expanding an object detector towards novel/unseen categories, using zero manual annotations. To achieve that, we make the following four contributions: (i) in pursuit of generalisation, we propose a two-stage open-vocabulary object detector that categorises each box proposal by a classifier generated from the text encoder of a pre-trained visual-language model; (ii) To pair the visual latent space (from RPN box proposal) with that […]

Read more

Pytorch Code and Data for EnvEdit: Environment Editing for Vision-and-Language Navigation (CVPR 2022)

In Vision-and-Language Navigation (VLN), an agent needs to navigate through the environment based on natural language instructions. Due to limited available data for agent training and finite diversity in navigation environments, it is challenging for the agent to generalize to new, unseen environments. To address this problem, we propose EnvEdit, a data augmentation method that creates new environments by editing existing environments, which are used to train a more generalizable agent. Our augmented environments can differ from the seen environments […]

Read more

SeqTR: A Simple yet Universal Network for Visual Grounding

This is the official implementation of SeqTR: A Simple yet Universal Network for Visual Grounding, which simplifies and unifies the modelling for visual grounding tasks under a novel point prediction paradigm. Installation Prerequisites pip install -r requirements.txt wget https://github.com/explosion/spacy-models/releases/download/en_vectors_web_lg-2.1.0/en_vectors_web_lg-2.1.0.tar.gz -O en_vectors_web_lg-2.1.0.tar.gz pip install en_vectors_web_lg-2.1.0.tar.gz Then install SeqTR package in editable mode: Data Preparation Download our preprocessed json files including the merged dataset for pre-training, and DarkNet-53 model weights trained on MS-COCO object detection task. Download the train2014 images from mscoco […]

Read more

CVE-2022-22965 poc including reverse-shell support

CVE-2022-22965 poc including reverse-shell and password support. Feel free to add more stuff 🙂 $ docker run -p 9090:8080 vulfocus/spring-core-rce-2022-03-29 # run vulnerable docker $ python3 exploit.py -c id –password 1234 –shell_name big0us $ python3 exploit.py –help # for more usages I refactored the code of the original exploit and add some features reverse shell suport password support shell name support GitHub View Github    

Read more

Minecraft:Hacked is a video series exploring various technical areas of Minecraft

Minecraft:HACKED is a video series by @LiveOverflow exploring various technical areas of Minecraft.It’s a weird series trying to combine classic “Let’s Plays” with “Hacking Tutorials”. We are exploring how servers work, how modding support is implemented, we develop our own hacks, audit minecraft for vulnerabilities and much more… Episodes I Spent 100 Days Hacking Minecraft video Minecraft network protocol basics Minecraft python proxy Teleport hack file Minecraft, But It’s Reverse Engineered… Reverse engineering obfuscated java How Minecraft servers are implemented […]

Read more

Extract/Inject/Decrypt Typora

Another extract & decryption and pack & encryption tools for typora. Warning Only for study and research. DO NOT USE THIS TOOL FOR CRACKING. Feature Supports Version 1.0.0+ (At least for now.) Support Windows And Linux Verified On these version Usage pip install -r requirements.txt python3 main.py –help Usage: main.py [OPTIONS] [PROG] Options: -I, –inject PATH Inject file -B, –from-bak Use bak file as raw program –help Show this message and exit. Example    

Read more
1 185 186 187 188 189 935