├── README.md └── XSS ├── 000000-xss.html └── 000001-xss.html /README.md: -------------------------------------------------------------------------------- 1 | # challenges 2 | Security challenges and CTFs created by the Penultimate team. 3 | -------------------------------------------------------------------------------- /XSS/000000-xss.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Simple XSS challenge by Penultimate 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |

Simple XSS challenge by Penultimate - #0

15 |

Can you pop an alert on this page? Submit your solution to us on Twitter via a direct message: https://twitter.com/penultimateio.

16 |
17 |
About penulimate.io
18 |

19 | Penultimate is a pentesting and security firm that does comprehensive security assessments and consulting. 20 |

21 |

22 | Follow us on Twitter for more challenges 30 | 31 |

32 |
33 | 42 | 43 | -------------------------------------------------------------------------------- /XSS/000001-xss.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Simple XSS challenge by Penultimate 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |

Simple XSS challenge by Penultimate - #1

15 |

Can you pop an alert on this page? Submit your solution to us on Twitter via a direct message: https://twitter.com/penultimateio.

16 |
17 |
Rules
18 | 21 |
22 |
About penulimate.io
23 |

24 | Penultimate is a pentesting and security firm that does comprehensive security assessments and consulting. 25 |

26 |

27 | Follow us on Twitter for more challenges 35 | 36 |

37 |
38 | 60 | 61 | --------------------------------------------------------------------------------