Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Instabotai is an instagram bot with face detection that uses the undocumented Web API. Instabotai can reupload photo to feed, reupload photo to stories, watch stories, comment, like and DM users if a face is detected on image. Unlike other bots, Instabotai does not require Selenium or a WebDriver. Instead, it interacts with the API over simple HTTP Requests. It runs on most systems.
https://www.instagram.com/japanheaven
Install instabotai
with:
pip install -U instabotai
Run instabotai
with:
instabotai -u yourusername -p password -l josephineskriver,wolfiecindy -t "#like4like#follow4follow"
docker pull reliefs/instabotai
docker run reliefs/instabotai -u username -p password -l josephineskriver,wolfiecindy -t "#tag1#tag2"
This script scrapes images from users and then repost, like and comment their images if face is detected with your own tags.
download link : https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.zip
Download dlib ‘.wheel’ file as ur system requirnment (use link bellow) download link : https://pypi.python.org/simple/dlib/
Open cmd navigate to dlib wheel file path and hit command
pip install dlib_file_name.wheel
git clone https://github.com/instagrambot/instabotai.git --recursive
cd instabotai/
pip install -r requirements.txt
python example.py -u yourusername -p password -l josephineskriver,wolfiecindy -t "#like4like#follow4follow"
And press Enter.
Ubuntu:
apt-get install python-dev python3-dev
sudo apt install g++
sudo apt install cmake
sudo apt install python3-pip
Arch Linux:
sudo pacman -S cmake
sudo pacman -S python3-pip
First, make sure you have dlib already installed with Python bindings:
git clone https://github.com/instagrambot/instabotai.git
cd instabotai
sudo pip install -r requirements.txt
python example.py -u yourusername -p password -l josephineskriver,wolfiecindy -t "#like4like#follow4follow"
If you are getting Illegal Instruction with face_recognition follow this guide: https://github.com/ageitgey/face_recognition/issues/11#issuecomment-475482716
AttributeError: 'module' object has no attribute 'face_recognition_model_v1'
Solution: The version of dlib you have installed is too old. You need version 19.7 or newer. Upgrade dlib.
python3 setup.py install --no DLIB_USE_CUDA
FAQs
Instagram bot scripts for promotion and API python wrapper.
We found that instabotai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.