Skip to content

Instantly share code, notes, and snippets.

View esarafianou's full-sized avatar

Eva Sarafianou esarafianou

View GitHub Profile
@esarafianou
esarafianou / WWC_workshop_hints.md
Last active October 15, 2019 23:00
Hints for the WWC workshop on Web Exploitation

Challenges

Perform an XSS attack

hint 1

Have a look at the search box

Keybase proof

I hereby claim:

  • I am esarafianou on github.
  • I am evasar (https://keybase.io/evasar) on keybase.
  • I have a public key ASAJ-io0KWZvzkBBkgWNRJblnR1I3I6vRyVpMQXDeCqaLgo

To claim this, I am signing this object:

@esarafianou
esarafianou / LinuxPrivEsc.sh
Created October 24, 2017 07:34 — forked from 1N3/LinuxPrivEsc.sh
Linux Privilege Escalation Script by 1N3 @CrowdShield - https://crowdshield.com
#!/bin/sh
#
# `7MN. `7MF'
# __, MMN. M
#`7MM M YMb M pd""b.
# MM M `MN. M (O) `8b
# MM M `MM.M ,89
# MM M YMM ""Yb.
#.JMML..JML. YM 88
# (O) .M'
import { Sequelize } from 'sequelize'
const sequelize = new Sequelize(
'postgres',
'postgres',
'postgres',
{
dialect: 'postgres',
host: 'localhost'
}