Skip to content

Instantly share code, notes, and snippets.

@vladimircicovic
Created August 9, 2022 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladimircicovic/94d832c9a7e34db0a5b676e2ef1aa867 to your computer and use it in GitHub Desktop.
Save vladimircicovic/94d832c9a7e34db0a5b676e2ef1aa867 to your computer and use it in GitHub Desktop.
twint installation and run
docker run -ti --rm kalilinux/kali-rolling:latest bash
apt update && apt -y install git python3.9 python3-pip
pip3 install virtualenv
virtualenv --python=python3.9 py39
cd py39
source bin/activate
pip3 install --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint;
twint -u vladimircicovic --user-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment