Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

urlscan-api-wrapper

Instructions for containerized usage

git clone https://github.com/gustavoortega/urlscan-api-wrapper.git

cd urlscan-api-wrapper/

docker build -t local:urlscan .

docker run --rm -it local:urlscan --url "https://www.example.com/" --urlscankey "apikey" --s3bucketname "bucketName" --visibility "choosefrom:public/private/unlisted"

Instructions for usage on local machine

git clone https://github.com/gustavoortega/urlscan-api-wrapper.git

cd urlscan-api-wrapper/

pip3 install -r ./requirements.txt

python3 ./urlscan-api-wrapper.py --url "https://www.example.com/" --urlscankey "apikey" --s3bucketname "bucketName" --visibility "choosefrom:public/private/unlisted"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages