Giter Club home page Giter Club logo

msc_2021-22_web_crawler's Introduction

MSc_2021-22_Web_crawler

Abstract

This is a repository for MSc Cyber Security individual project at City, University of London. The code in the repository contains web crawlers and their prototypes that have the features to bypass or solve reCAPTCHA v3.

How to run

Preparation

Before running web crawlers, you need to run selenium servers. Here are just two examples:

  • Run a docker container individually depending on your browser choise.
## Run the docker image with GeckoDriver
$ docker run --rm -d -p 4444:4444 seleniarm/standalone-firefox:<tag name>

## Run the docker image with Chromium
$ docker run --rm -d -p 4445:4444 seleniarm/standalone-chromium:<tag name>
  • Use docker-compose to run everything you need. You need to use this if you want to target the mock webserver (https://github.com/sheva0914/MSc_2021-22_Mock_webserver).
$ docker-compose up -d

Run main crawlers

## Run the crawler for Firefox
$ go run cmd/crawler/firefox/crawler.go

## Run the crawler for Chrome
$ go run cmd/crawler/chrome/crawler.go

Run Prototype crawlers

## Run the crawler for Firefox
$ go run prototypes/firefox/crawler.go
$ python prototypes/firefox/crawler.py

## Run the crawler for Chrome
$ go run prototypes/chrome/crawler.go

msc_2021-22_web_crawler's People

Contributors

kotakagi0914 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.