Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget -O- "https://filmsbykris.com/scripts/2024/webscraping/login/"
- wget -O- --user neo --password password "https://filmsbykris.com/scripts/2024/webscraping/login/"
- wget -qO- --user neo --password password "https://filmsbykris.com/scripts/2024/webscraping/login/"
- wget -qO- --user neo --password password "https://filmsbykris.com/scripts/2024/webscraping/login/"|grep -i git
- wget -qO- --user neo --password password "https://filmsbykris.com/scripts/2024/webscraping/login/"|grep -i git|cut -d\" -f2
- curl -s -u neo:password "https://filmsbykris.com/scripts/2024/webscraping/login/"
- curl -s -u neo:password "https://filmsbykris.com/scripts/2024/webscraping/login/"|grep -i git|cut -d\" -f2
- echo -ne "neo:password"|base64 -w0
- curl "https://filmsbykris.com/scripts/2024/webscraping/login/" \
- -H 'Authorization: Basic bmVvOnBhc3N3b3Jk'
Add Comment
Please, Sign In to add comment