Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

269
Views
Execution of XSS inside of <p></p> when >< are filtered and cannot escape using ' "

I am learning XSS for ethical purposes and I cannot seem to figure this one out on my own. I am trying to use XSS (legally) on a site by appending a <script> at the end of the URL. This results in a message saying Error 404: The page //www.###.com/###/\<script>alert('XSS')\</script> was not found.. The code in chrome dev tools looks like

<div class="text">
    <p>
        "Error 404: The page https://www.###.com/###/<script>alert('XSS')</script> was not found."
    </p>

When editing as HTML:

Error 404: The page https://www.redditinc.com/press/&lt;script&gt;alert('XSS')&lt;/script&gt; was not found.

When I try to break out using ", I get the following:

dev tools:

<div class="text">
    <p>
        "Error 404: The page https://www.###.com/###/"<script>alert('XSS')</script> was not found."
    </p>

HTML:

Error 404: The page https://www.redditinc.com/press/"&lt;script&gt;alert('XSS')&lt;/script&gt; was not found.

Same thing goes for '. I'm new to penetration testing, and XSS. Is there anything I can do?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!