Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brucegithub/grabscreenurl
grab image screen from list url txt
https://github.com/brucegithub/grabscreenurl
dirsearch list python screenshot txt url
Last synced: 15 days ago
JSON representation
grab image screen from list url txt
- Host: GitHub
- URL: https://github.com/brucegithub/grabscreenurl
- Owner: BruceGitHub
- Created: 2017-03-05T22:34:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T20:03:24.000Z (over 7 years ago)
- Last Synced: 2024-11-03T22:30:03.954Z (15 days ago)
- Topics: dirsearch, list, python, screenshot, txt, url
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grabScreenUrl
grab image screen from list url# Usage
- list.txt
- http://localhost
- https://google.it```{r, engine='bash', count_lines}
./grabscreenurl.py -i list.txt -g cutycap "--javascript=off --insecure --url= --out="
```
url and outfiname will replace at runtimeFull example with webkit2png
```{r, engine='bash', count_lines}
./grabscreenurl.py -i sample_dirsearch.log -c dirsearch -g "webkit2png -o --timeout=2000 "
```Full example with cutycapt
```{r, engine='bash', count_lines}
./grabscreenurl.py -i sample_dirsearch.log -c dirsearch -g "cutycapt --javascript=off --insecure --url= --out="
```# convert param
convert origin file to flat list urllist converter
- dirsearch: link: https://github.com/maurosoria/dirsearch Support Release: v0.3.7 (2016.08.22)
```{r, engine='bash', count_lines}
-c dirsearch
```# todo
implement converter from dirbuster