close
curl -v -c cookies.txt -b cookies.txt https://my.freenom.com/clientarea.php | grep "token\" value=*" | cut -d '=' -f 4 |cut -d "/" -f 1 |sed 's/..$//' |seb 's/^.//' |uniq
-v
-c get the cookies and store in the current directory as cookies.txt file, -b cookies.txt put the cookies to server to simulate that
we are surfing on the web
文章標籤
全站熱搜
留言列表