Advertisement
DevilingMaster

Untitled

Apr 7th, 2011
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. comando_login = curl --silent --coookie-jar --data "%POST_DATA%" --output %OUTPUT% http://www.fileserve.com/login.php
  2.  
  3. comando_dashboard = curl --silent --cookie %COOKIE_PATH% --output %OUTPUT% http://www.fileserve.com/profile_advanced_features.php
  4.  
  5. comando_download = curl --silent --cookie %COOKIE_PATH% --output %OUTPUT% %DOWNLOAD_URL%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement