A multi exploit instagram exploitation framework

What is IEF? IEF, also known as Instagram Exploitation Framework is as you can tell from the name, it’s a exploitation framework focused on the platform known as “Instagram” which uses the Metasploit CLI Design. The Framework What are the features of this framework? 1 Line Name bypass (Bypasses the name limit) 03-10-21 14 Days Name Bypass 03-10-21 Instagram Arti Image Generator To Unban Accounts 05-10-21 Download A    

Read more

You should have Docker+Docker-compose installed

Preparations You should have Docker+Docker-compose installed. All commands made from insta_api folder First launch docker-compose up –build docker-compose run django python manage.py migrate docker-compose run django python manage.py makemigrations api docker-compose run django python manage.py migrate docker-compose run django python manage.py createsuperuser To launch/exit Postgres docker exec -it pgdb psql -U postgres Django

Read more

Interactive web apps created using geemap and streamlit

Introduction This repo demostrates how to build a multi-page Earth Engine App using streamlit and geemap. You can deploy the app on various cloud platforms, such as share.streamlit.io or Heroku. Make sure you set EARTHENGINE_TOKEN=’your-token’ as an environment variable (secret) on the cloud platform. Where to find your Earth Engine token? Windows: C:/Users/USERNAME/.config/earthengine/credentials Linux: /home/USERNAME/.config/earthengine/credentials macOS: /Users/USERNAME/.config/earthengine/credentials Credits This app is created using the template from upraneelnihar/streamlit-multiapps. GitHub https://github.com/giswqs/geemap-apps    

Read more

Json Dictionary input output filecamparison DataRepalcement

In this project we have two json file first one is input.json and other one is output.json. Our task is to first equate the dictoionary of two in a form of Key and Value. Then we have to read the data from the output.json. After reading the data we have to iterate every element of the input file and print Element found if there is else print Element not found. After itrating every element we’ll check for all the values […]

Read more

Python Markov Chain chatbot running on Telegram

Hanasubot (Japanese 話すボット, talking bot) is a Python chatbot running on Telegram. The bot is based on Markov Chains so it can learn your word instantly, unlike neural network chatbots which require training. It uses a modified version of markovify library for that purporse. However, the output may not make sense at all, though it can sometimes generate hilarious replies. In theory, the bot can learn in any languages, but for some languages word segmentation is required. The bot currently […]

Read more

Built with Python and QT library and Guess the number in three easy

Built with Python programming language and QT library and Guess the number in three easy, medium and hard rolls Number guessing game guide: First you choose the difficulty of the game. After selecting the difficulty level in the number box, you enter the number you want. After selecting and entering your number, press the Enter key to check your number program. At the bottom of the number box is a section called Game Help, which will guide you according to […]

Read more

MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision Transformer

optional arguments: -h, –help show this help message and exit –gpu_device GPU_DEVICE Select specific GPU to run the model –batch-size N Input batch size for training (default: 64) –epochs N Number of epochs to train (default: 20) –num-class N Number of classes to classify (default: 10) –lr LR Learning rate (default: 0.01) –weight-decay WD Weight decay (default: 1e-5) –model-path PATH Path to save    

Read more
1 523 524 525 526 527 1,023