Testseite
/

Platz für Ihren Slogan

 

Gästebuch

Wir freuen uns über alle Einträge in unserem Gästebuch. Egal ob Feedback, Kommentare, oder auch einfach nur ein nettes "Hallo".

Gästebuch

n n
24.04.2020 20:43:45
pip3 install --upgrade -e git+­https:­//­github.­com/­twintproject/­twint.­git@­origin/­master#­egg=­twint
git clone https:­//­github.­com/­twintproject/­twint.­git
cd twint
pip3 install -r requirements.txt


sudo twint -h
- -
24.04.2020 20:10:20
Generate Phishing Domains with Dnstwist
apt-get install python-dnspython python-geoip python-whois python-requests python-ssdeep python-cffi

git clone https:­//­github.­com/­elceef/­dnstwist
cd dnstwist/
./dnstwist.py --help
positional arguments:
domain domain name or URL to check

optional arguments:
-h, --help show this help message and exit
-a, --all show all DNS records
-b, -banners determine HTTP and SMTP service banners
-c, --csv print output in CSV format
-d FILE, --dictionary FILE generate additional domains using dictionary FILE
-g, --geoip perform lookup for GeoIP location
-j, --json print output in JSON format
-m, --mxcheck check if MX host can be used to intercept e-mails
-r, --registered show only registered domain names
-s, --ssdeep fetch web pages and compare their fuzzy hashes to evaluate similarity
-t NUMBER, --threads NUMBER start specified NUMBER of threads (default: 10)
-w, --whois perform lookup for WHOIS creation/update time (slow)

./dnstwist.py --ssdeep --json --threads 40 website.com > website.com.json
- -
24.04.2020 19:51:12
sudo apt install python3-dnspython python3-tld python3-geoip python3-whois
python3-requests python3-ssdeep
$ sudo apt install libfuzzy-dev
$ pip3 install -r requirements.txt
$ brew install dnstwist
$ dnstwist.py domain.name
dnstwist.py --registered domain.name
dnstwist.py --ssdeep domain.name
$ dnstwist.py --ssdeep https:­//­domain.­name/­owa/­
$ dnstwist.py --ssdeep domain.name/crm/login
$ dnstwist.py --mxcheck domain.name
$ dnstwist.py --dictionary dictionaries/­english.­dict domain.name

,