Wireshark (formerly known as Ethereal) is a GUI-based tool that enables you to inspect network traffic and even individual packets. [ Download: https[:]//www.wireshark.org/download.html ] Wireshark requires either Winpcap (Windows) or libpcap (Linux) library files. When Wireshark prompts you asking whether… Continue Reading →
https://nmap.org/download.html https://github.com/Ignitetechnologies/Nmap-For-Pentester https://github.com/rmusser01/Infosec_Reference/tree/master/Draft NMAP: Foot-printing tool for IP,Website, or Any Target [ Very noisy port scanner ] Ping: Test whether connection is possible for a site. The result will output the IP address of the server hosting the site. Traceroute:… Continue Reading →
Using various Python APIs to shorten URLs, List of Services Below: Bitly URL Shortener Bitly URL Shortener is simple to use but you must first Make an account – then go to settings – click on Advanced settings – you… Continue Reading →
Make sure that required .Py Libraries are installed on host – [ Requirements.txt ] pip install requests pip install bs4 First, import the two packages (BeautifulSoup and Requests) : from bs4 import BeautifulSoup import requests Second, ask the user… Continue Reading →
Submit a link to video and get it metadata: Snippet (the exact date and time of publication, description, thumbnails links)/Statistics/Geolocation/Status/Content details (also it’s possible to get channel and playlist metadata) https://mattw.io/youtube-metadata/ Download Comments: Submit a “video id” (you can find… Continue Reading →
https://github.com/search https://greasyfork.org/en/scripts/by-site OsintEye Getting detailed information about Github user and getting list of his followers. github.com/rlyonheart/osinteye GitStar Ranking gitstar-ranking.com/ This site ranks the 5,000 most highly rated (with the most stars) Github users, companies, and repositories. And if you log… Continue Reading →
Collect basic information about domain IP address lookup, whois records, dns records, ping, traceroute, NSlookup. Find out what technology was used to create the site: frameworks, javascript, libraries, analytics and tracking tools, widgets, payment systems, content delivery networks etc. builtwith.com/ Get… Continue Reading →
Some basic tools to search, collect and analyze information in the TELEGRAM messenger (500 million users in 2021 – Extremely popular in the countries of the former Soviet Union and Iran.) Start.List Collections of Tools for Telegram Research https://start.me/p/YaOYnJ/telegram-osint TelegramDB… Continue Reading →
To find a person’s Facebook account by their face photo, you can use Google Images or Yandex Images with the advanced search operator Google Image Dork : site:http://facebook.com
Check for Uniqueness in Python List: This method can be used to check if there are duplicate items in a given list [ Top list is “True” (Has Duplicate) | Bottom list is False ] def all_unique(lst): return len(lst)… Continue Reading →
© 2023 The Recap — Powered by WordPress
Theme by Anders Noren — Up ↑