Skip to content

Update crawler.go#45

Open
ghsec wants to merge 1 commit intojaeles-project:masterfrom
ghsec:patch-1
Open

Update crawler.go#45
ghsec wants to merge 1 commit intojaeles-project:masterfrom
ghsec:patch-1

Conversation

@ghsec
Copy link
Copy Markdown

@ghsec ghsec commented Oct 30, 2021

when crawling some sites output is like

js/image
text/js
text/html
text/xml|js
js/js/js/
text/javascript
text/plain
e.t.c

the reason is jslinkfinder module.
easy way fix this add to blacklist which is default true

or add this mime type on blacklists and don't add to in output URLs
https://github.com/fuzzdb-project/fuzzdb/blob/master/attack/mimetypes/MimeTypes.txt

when crawling some sites output is like
```
js/image
text/js
text/html
text/xml|js
js/js/js/
text/javascript
text/plain
e.t.c
```

the reason is jslinkfinder module.
easy way fix this add to blacklist which is default true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant