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

arrow
arrow
    文章標籤
    shell bash centos sh
    全站熱搜

    蕭瑞文 發表在 痞客邦 留言(0) 人氣()