Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ESEGUO LOGIN
- curl --silent --cookie-jar FILESERVE.cookie --output FILESERVE.html --data \"loginUserName=#####&loginUserPassword=#####&recaptcha_response_field=&recaptcha_challenge_field=&recaptcha_shortencode_field=&loginFormSubmit=Login\" http://www.fileserve.com/login.php
- #ESTRAGGO SESSION ID
- curl --silent --cookie FILESERVE.cookie --output FILESERVE.html http://www.fileserve.com/upload-track.php
- #ESTRAGGO I VARI DATI DAL FORM DI UPLOAD
- curl --silent --cookie FILESERVE.cookie --output FILESERVE.html http://www.fileserve.com/upload-file.php
- #INVIO IL FILE E IL RESTO DEI DATI DEL FORM
- curl --silent -H "Expect:" --output ESITOUPLOAD.html --cookie FILESERVE.cookie --form-string "affiliateId=" --form-string "subAffiliateId=" --form-string "landingId=" --form "file=@pattern.txt" --form-string "serverId=846" --form-string "userId=2971451" --form-string "uploadSessionId=902f910b9500c8099e64689df6b6111c" --form-string "uploadHostURL=fs846um.fileserve.com" "http://fs846um.fileserve.com/upload/upload.php?X-Progress-ID=902f910b9500c8099e64689df6b6111c"
- #SCARICO LA PAGINA CONTENENTE IL LINK DEL FILE UPPATO
- curl --silent --cookie FILESERVE.cookie --output RESULT.html --data "uploadSessionId[]=902f910b9500c8099e64689df6b6111c" http://www.fileserve.com/upload-result.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement