Skip to content
/ CRAWLER Public

accurate web crawler can fetch URLs of every single page of the target domain

Notifications You must be signed in to change notification settings

LF-H0/CRAWLER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

INSTALLATION:

1 git clone https://github.com/LF-H0/CRAWLER.git

2 cd CRAWLER

3 pip3 install -r requirements.txt

USAGE:

simple usage:

python3 LFOC.PY -U https://example.com

exclude extensions:

python3 LFOC.PY -U https://example.com -e css,js,png

crawl depth:

python3 LFOC.PY -U https://example.com -d 20

threads:

python3 LFOC.PY -U https://example.com -t 20

output:

python3 LFOC.PY -U https://example.com -o output.txt

About

accurate web crawler can fetch URLs of every single page of the target domain

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages