Skip to content

Commit

Permalink
[[ Documentation ]] Playwright Crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
SoheilKhodayari authored Dec 20, 2023
1 parent 01ca692 commit a3dcc93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crawler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

This folder contains the web crawlers of JAW. Currently, the tool supports the following crawlers:

- [x] a playwright-based crawler based on [Foxhound](https://github.com/SAP/project-foxhound/) (taint-aware)
- [x] a puppetter-based crawler enhanced with ChromeDevTools Protocol (CDP)
- [x] a selenium based crawler enhanced with custom Chrome extensions

## CLI Usage (Playwright)

To start the crawler, do:

```bash
$ node crawler-taint.js --seedurl=https://google.com --maxurls=100 --headless=true --foxhoundpath=<foxhound-firefox-executable-path>
```


## CLI Usage (Puppeteer)

Expand Down

0 comments on commit a3dcc93

Please sign in to comment.