All Projects → SatinWuker → Web-Iota

SatinWuker / Web-Iota

Licence: other
Iota is a web scraper which can find all of the images and links/suburls on a webpage

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Web-Iota

DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-3.33%)
Mutual labels:  osint, osint-python
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+568.33%)
Mutual labels:  osint, spider
occli
Unofficial Command Line Interface for OpenCorporates
Stars: ✭ 18 (-70%)
Mutual labels:  osint, osint-python
E4GL30S1NT
E4GL30S1NT - Simple Information Gathering Tool
Stars: ✭ 139 (+131.67%)
Mutual labels:  osint, osint-python
scrapy helper
Dynamic configurable crawl (动态可配置化爬虫)
Stars: ✭ 84 (+40%)
Mutual labels:  spider, scrapy
Mr.Holmes
🔍 A Complete Osint Tool
Stars: ✭ 307 (+411.67%)
Mutual labels:  osint, osint-python
Vault
swiss army knife for hackers
Stars: ✭ 346 (+476.67%)
Mutual labels:  osint, scrapy
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (+4420%)
Mutual labels:  osint, osint-python
Photon
Incredibly fast crawler designed for OSINT.
Stars: ✭ 8,332 (+13786.67%)
Mutual labels:  osint, spider
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+1378.33%)
Mutual labels:  osint, spider
mailcat
Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Stars: ✭ 219 (+265%)
Mutual labels:  osint, osint-python
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+3785%)
Mutual labels:  osint, osint-python
thedevilseye
The Devils Eye is an OSINT tool that extracts onion links and descriptions that match with the users query from the Darkweb, without requiring the use for Tor.
Stars: ✭ 100 (+66.67%)
Mutual labels:  osint, osint-python
osint-cli-tool-skeleton
Template for new OSINT command-line tools
Stars: ✭ 25 (-58.33%)
Mutual labels:  osint, osint-python
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 424 (+606.67%)
Mutual labels:  osint, osint-python
tenssens
Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources.
Stars: ✭ 19 (-68.33%)
Mutual labels:  osint, osint-python
scrape-youtube-channel-videos-url
This Python script is used to scrape all the video links from a youtube channel.
Stars: ✭ 34 (-43.33%)
Mutual labels:  osint, osint-python
telescan
No description or website provided.
Stars: ✭ 120 (+100%)
Mutual labels:  osint, osint-python
Torbot
Dark Web OSINT Tool
Stars: ✭ 821 (+1268.33%)
Mutual labels:  osint, spider
Intelowl
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Stars: ✭ 2,114 (+3423.33%)
Mutual labels:  osint, osint-python

Web Iota

Iota is a web scraper that can find all of the images and links/suburls on a webpage. In order to implement these features, the code uses certain python libraries, Selenium, Request, webdriver_manager, and Beautifulsoup

warning: this project is educational, the author is not responsible for any damage on public websites that is caused by the users

Iota 1

  • Supports scraping images and links on the raw html of webpages
  • Using request lib and Beautifulsoup
  • Unable to parse Javascript

Iota 2

  • Requires WebDriver
  • Using request, selenium ChromeDriver, webdriver_manager, and Beautifulsoup
  • Able to parse JavaScript
  • Able to scrape most of the anti-scraping websites

Installation

pip install -r requirements.txt

Usage

Try to type python iota1.py -h

usage: iota.py [-h] [-img] [-all_img] [-link] [url]

positional arguments:
  url         The URL of the target website/webpage

optional arguments:
  -h, --help  show this help message and exit
  -img        Find all of the image on the webpage
  -all_img    Find all of the image on the webpage and subwebpages
  -link       Find all of the suburls/links on the webpage

Example: python iota2.py -img https://www.w3schools.com/html/html_classes.asp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].