{"id":4027,"date":"2023-10-21T08:27:56","date_gmt":"2023-10-21T08:27:56","guid":{"rendered":"https:\/\/secry.me\/explore\/?p=4027"},"modified":"2023-11-17T10:52:43","modified_gmt":"2023-11-17T10:52:43","slug":"one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace","status":"publish","type":"post","link":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/","title":{"rendered":"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace"},"content":{"rendered":"<div class=\"c7f5092f831f91fb6af859cc3a8052cc\" data-index=\"4\" style=\"float: none; margin:10px 0 10px 0; text-align:center;\">\n<script async src=\"https:\/\/securepubads.g.doubleclick.net\/tag\/js\/gpt.js\"><\/script>\r\n<script>\r\n  window.googletag = window.googletag || {cmd: []};\r\n  googletag.cmd.push(function() {\r\n    googletag.defineSlot('\/22608490431\/iklan1', [[320, 100], [300, 50]], 'div-gpt-ad-1696178236578-0').addService(googletag.pubads());\r\n    googletag.pubads().enableSingleRequest();\r\n    googletag.enableServices();\r\n  });\r\n<\/script>\r\n<!-- \/22608490431\/iklan1 -->\r\n<div id='div-gpt-ad-1696178236578-0' style='min-width: 300px; min-height: 50px;'>\r\n  <script>\r\n    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1696178236578-0'); });\r\n  <\/script>\r\n<\/div>\n<\/div>\n<p><strong>SECRY &#8211; XSS Using Oneliner &#8211;<\/strong> Hello SECRY readers! Have you ever thought that recon and manually checking for specific <a href=\"https:\/\/secry.me\/explore\/tools\/\">vulnerabilities <\/a>can be exhausting and sometimes a huge waste of time?<\/p>\r\n<p>Well, that&#8217;s why I want to share a one-liner command for scanning, but this time, it&#8217;s for XSS.<\/p>\r\n<p>Here&#8217;s the one-liner:<\/p>\r\n\r\n<pre class=\"wp-block-code\"><code>waybackurls example.com | grep '=' | qsreplace \"&lt;h1&gt;KOESOPOKOE&lt;\/h1&gt;\" &gt; result.txt ; cat result.txt | while read host do ; do curl -s --path-as-is --insecure \"$host\" | grep -qs \"&lt;h1&gt;KOESOPOKOE&lt;\/h1&gt;\" &amp;&amp; echo -e \"$host \\033[0;32mVulnerable\\033[0m\" || echo -e \"$host \\033[0;31mNot Vulnerable\\033[0m\"; done<\/code><\/pre>\r\n\r\n<p>This one-liner command was originally obtained from Xploit Lab, but I made some slight modifications to it because there were some issues when I used the Xploit Lab version of the script command<\/p>\r\n<p>However, these commands won&#8217;t work if you haven&#8217;t installed waybackurls and qsreplace. Before proceeding, make sure you&#8217;ve installed QSReplace and waybackurls. I happen to be running this on WSL (Windows Subsystem for Linux) with Ubuntu as the operating system.<\/p>\r\n<p>&nbsp;<\/p>\r\n<h2>What is waybackurls?<\/h2>\r\n<p><code><strong>waybackurls<\/strong><\/code> is a tool that accepts line-delimited domain names via standard input (stdin) and retrieves known URLs from the Wayback Machine for each `*.domain`. It then outputs these archived URLs to standard output (stdout). This tool is valuable for enumerating historical web page versions associated with a given domain, helping security professionals and researchers discover potentially hidden or forgotten content on websites.<\/p>\r\n<h3>Here&#8217;s a simple way to install waybackurls (text-based tutorial):<\/h3>\r\n<ol>\r\n<li>Ensure that Golang is downloaded or installed on your laptop\/computer\/VPS. If not, you can install it by following the tutorial here: <a href=\"https:\/\/go.dev\/doc\/install\" target=\"_new\" rel=\"noopener\">Golang Installation<\/a>.<\/li>\r\n<li>Run <code>go install github.com\/tomnomnom\/waybackurls@latest<\/code>.<\/li>\r\n<li>Add <code>export PATH=\"$PATH:$HOME\/go\/bin\"<\/code> to your <code>.bashrc<\/code> file in your system.<\/li>\r\n<\/ol>\r\n<p>&nbsp;<\/p>\r\n<h2>What is qsreplace?<\/h2>\r\n<p><code><strong>qsreplace<\/strong><\/code> is a tool that takes URLs via standard input (stdin) and is used to replace all the values in the query string with user-supplied values. However, what sets <code>qsreplace<\/code> apart is that it will only output each unique combination of query string parameters once for each host and path.<\/p>\r\n<p>In other words, <code>qsreplace<\/code> allows you to substitute values in URLs with the values you specify, but it produces only one output for each unique combination of query string parameters for each different host and path. This is particularly useful in security testing and ethical hacking, as it enables you to run a series of test cases with variations in query string parameter values without generating excessive output.<\/p>\r\n<h4>For a simple installation of qsreplace (text-based tutorial):<\/h4>\r\n<ul>\r\n<li>In my WSL setup, it was sufficient to run <code>go install github.com\/tomnomnom\/qsreplace@latest<\/code>, and it was installed directly.<\/li>\r\n<\/ul>\r\n<p>Note: Regarding the installation process, it&#8217;s possible that some errors or issues may occur on certain devices. As a bug hunter, it&#8217;s essential to be diligent in using Google to find solutions.<\/p>\r\n<p>That&#8217;s it for my short tutorial. Stay tuned for more <a href=\"https:\/\/secry.me\/explore\/category\/tips-and-tricks\/\">bug bounty tips<\/a> on secry.me.<\/p>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\">\u00a0<\/div>\r\n<div id=\"urban-overlay\">\u00a0<\/div>\r\n<div id=\"urban-overlay\">\u00a0<\/div>\r\n<div id=\"urban-overlay\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\">\u00a0<\/div>\r\n<div id=\"urban-overlay\" style=\"left: -10px; top: -10px; width: 0px; height: 0px;\">\u00a0<\/div>\r\n<div id=\"urban-overlay\">\u00a0<\/div>\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>SECRY &#8211; XSS Using Oneliner &#8211; Hello SECRY readers! Have you ever thought that recon and manually checking for specific vulnerabilities can be exhausting and sometimes a huge waste of time? Well, that&#8217;s why I want to share a one-liner command for scanning, but this time, it&#8217;s for XSS. Here&#8217;s the one-liner: This one-liner command [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4032,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[136,195,201],"tags":[355,361,362,123],"class_list":["post-4027","post","type-post","status-publish","format-standard","has-post-thumbnail","category-bug-bounty","category-tips-and-tricks","category-tools","tag-bug-bounty-tips","tag-qsreplace","tag-waybackurls","tag-xss"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.4 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace | SECRY<\/title>\n<meta name=\"description\" content=\"Oneliner XSS - One-liner command for scanning for scannign XSS Vulnerability using Bash, Waybackurls dan qsreplace. Check it out!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace | SECRY\" \/>\n<meta property=\"og:description\" content=\"SECRY - XSS Using Oneliner - Hello SECRY readers! Have you ever thought that recon and manually checking for specific vulnerabilities can be exhausting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/\" \/>\n<meta property=\"og:site_name\" content=\"SECRY\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/secry.me\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-21T08:27:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-17T10:52:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/secryweb.sirv.com\/WP_secry.me\/2023\/10\/BUG-BOUNTY-TIPS.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/\"},\"author\":{\"name\":\"Christin\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#\\\/schema\\\/person\\\/907be2b2cdf630b0640516d22bb40deb\"},\"headline\":\"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace\",\"datePublished\":\"2023-10-21T08:27:56+00:00\",\"dateModified\":\"2023-11-17T10:52:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/\"},\"wordCount\":430,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/secry.me\\\/explore\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/BUG-BOUNTY-TIPS.png\",\"keywords\":[\"Bug Bounty Tips\",\"qsreplace\",\"waybackurls\",\"xss\"],\"articleSection\":[\"Bug Bounty\",\"Tips and Tricks\",\"Tools\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/\",\"url\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/\",\"name\":\"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace | SECRY\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/secry.me\\\/explore\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/BUG-BOUNTY-TIPS.png\",\"datePublished\":\"2023-10-21T08:27:56+00:00\",\"dateModified\":\"2023-11-17T10:52:43+00:00\",\"description\":\"Oneliner XSS - One-liner command for scanning for scannign XSS Vulnerability using Bash, Waybackurls dan qsreplace. Check it out!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#primaryimage\",\"url\":\"https:\\\/\\\/secry.me\\\/explore\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/BUG-BOUNTY-TIPS.png\",\"contentUrl\":\"https:\\\/\\\/secry.me\\\/explore\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/BUG-BOUNTY-TIPS.png\",\"width\":1280,\"height\":720,\"caption\":\"BUG BOUNTY TIPS - Oneliner for XSS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/secry.me\\\/explore\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#website\",\"url\":\"https:\\\/\\\/secry.me\\\/explore\\\/\",\"name\":\"SECRY\",\"description\":\"#1 Cyber [SEC]urity Sto[RY]  -  News &amp; Bug Bounty Story Collections\",\"publisher\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#organization\"},\"alternateName\":\"Security Story\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/secry.me\\\/explore\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#organization\",\"name\":\"#1 Cyber [SEC]urity Sto[RY] - News & Bug Bounty Story Collections\",\"alternateName\":\"SECRY\",\"url\":\"https:\\\/\\\/secry.me\\\/explore\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/secryweb.sirv.com\\\/WP_secry.me\\\/2022\\\/06\\\/cropped-SECRY.webp\",\"contentUrl\":\"https:\\\/\\\/secryweb.sirv.com\\\/WP_secry.me\\\/2022\\\/06\\\/cropped-SECRY.webp\",\"width\":512,\"height\":512,\"caption\":\"#1 Cyber [SEC]urity Sto[RY] - News & Bug Bounty Story Collections\"},\"image\":{\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/secry.me\",\"https:\\\/\\\/pinterest.com\\\/secry_me\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/secry.me\\\/explore\\\/#\\\/schema\\\/person\\\/907be2b2cdf630b0640516d22bb40deb\",\"name\":\"Christin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b5497f25505814356d5235813688d08a9e63670586640e4bb29680889eabcc9b?s=96&d=robohash&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b5497f25505814356d5235813688d08a9e63670586640e4bb29680889eabcc9b?s=96&d=robohash&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b5497f25505814356d5235813688d08a9e63670586640e4bb29680889eabcc9b?s=96&d=robohash&r=g\",\"caption\":\"Christin\"},\"description\":\"A cybersecurity practitioner with more than 5 years of experience in the cybersecurity world. Has an interest in creating simple blog websites, learning about SEO and graphic design, writing, AI, and understanding the concepts of journalism. Intentionally created this website to make the world of cybersecurity more engaging by combining it with journalistic principles and presenting cybersecurity stories that are easy to understand, which can help anyone who wants to develop in the cybersecurity world.\",\"sameAs\":[\"https:\\\/\\\/secry.me\\\/explore\"],\"url\":\"https:\\\/\\\/secry.me\\\/explore\\\/author\\\/secry\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace | SECRY","description":"Oneliner XSS - One-liner command for scanning for scannign XSS Vulnerability using Bash, Waybackurls dan qsreplace. Check it out!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/","og_locale":"en_US","og_type":"article","og_title":"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace | SECRY","og_description":"SECRY - XSS Using Oneliner - Hello SECRY readers! Have you ever thought that recon and manually checking for specific vulnerabilities can be exhausting","og_url":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/","og_site_name":"SECRY","article_publisher":"https:\/\/www.facebook.com\/secry.me","article_published_time":"2023-10-21T08:27:56+00:00","article_modified_time":"2023-11-17T10:52:43+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/secryweb.sirv.com\/WP_secry.me\/2023\/10\/BUG-BOUNTY-TIPS.png","type":"image\/png"}],"author":"Christin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#article","isPartOf":{"@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/"},"author":{"name":"Christin","@id":"https:\/\/secry.me\/explore\/#\/schema\/person\/907be2b2cdf630b0640516d22bb40deb"},"headline":"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace","datePublished":"2023-10-21T08:27:56+00:00","dateModified":"2023-11-17T10:52:43+00:00","mainEntityOfPage":{"@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/"},"wordCount":430,"commentCount":0,"publisher":{"@id":"https:\/\/secry.me\/explore\/#organization"},"image":{"@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#primaryimage"},"thumbnailUrl":"https:\/\/secry.me\/explore\/wp-content\/uploads\/2023\/10\/BUG-BOUNTY-TIPS.png","keywords":["Bug Bounty Tips","qsreplace","waybackurls","xss"],"articleSection":["Bug Bounty","Tips and Tricks","Tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/","url":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/","name":"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace | SECRY","isPartOf":{"@id":"https:\/\/secry.me\/explore\/#website"},"primaryImageOfPage":{"@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#primaryimage"},"image":{"@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#primaryimage"},"thumbnailUrl":"https:\/\/secry.me\/explore\/wp-content\/uploads\/2023\/10\/BUG-BOUNTY-TIPS.png","datePublished":"2023-10-21T08:27:56+00:00","dateModified":"2023-11-17T10:52:43+00:00","description":"Oneliner XSS - One-liner command for scanning for scannign XSS Vulnerability using Bash, Waybackurls dan qsreplace. Check it out!","breadcrumb":{"@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#primaryimage","url":"https:\/\/secry.me\/explore\/wp-content\/uploads\/2023\/10\/BUG-BOUNTY-TIPS.png","contentUrl":"https:\/\/secry.me\/explore\/wp-content\/uploads\/2023\/10\/BUG-BOUNTY-TIPS.png","width":1280,"height":720,"caption":"BUG BOUNTY TIPS - Oneliner for XSS"},{"@type":"BreadcrumbList","@id":"https:\/\/secry.me\/explore\/one-liner-for-scanning-xss-vulnerabilities-using-waybackurls-and-qsreplace\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/secry.me\/explore\/"},{"@type":"ListItem","position":2,"name":"One liner for Scanning XSS Vulnerabilities using waybackurls and qsreplace"}]},{"@type":"WebSite","@id":"https:\/\/secry.me\/explore\/#website","url":"https:\/\/secry.me\/explore\/","name":"SECRY","description":"#1 Cyber [SEC]urity Sto[RY]  -  News &amp; Bug Bounty Story Collections","publisher":{"@id":"https:\/\/secry.me\/explore\/#organization"},"alternateName":"Security Story","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/secry.me\/explore\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/secry.me\/explore\/#organization","name":"#1 Cyber [SEC]urity Sto[RY] - News & Bug Bounty Story Collections","alternateName":"SECRY","url":"https:\/\/secry.me\/explore\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secry.me\/explore\/#\/schema\/logo\/image\/","url":"https:\/\/secryweb.sirv.com\/WP_secry.me\/2022\/06\/cropped-SECRY.webp","contentUrl":"https:\/\/secryweb.sirv.com\/WP_secry.me\/2022\/06\/cropped-SECRY.webp","width":512,"height":512,"caption":"#1 Cyber [SEC]urity Sto[RY] - News & Bug Bounty Story Collections"},"image":{"@id":"https:\/\/secry.me\/explore\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/secry.me","https:\/\/pinterest.com\/secry_me"]},{"@type":"Person","@id":"https:\/\/secry.me\/explore\/#\/schema\/person\/907be2b2cdf630b0640516d22bb40deb","name":"Christin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b5497f25505814356d5235813688d08a9e63670586640e4bb29680889eabcc9b?s=96&d=robohash&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b5497f25505814356d5235813688d08a9e63670586640e4bb29680889eabcc9b?s=96&d=robohash&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b5497f25505814356d5235813688d08a9e63670586640e4bb29680889eabcc9b?s=96&d=robohash&r=g","caption":"Christin"},"description":"A cybersecurity practitioner with more than 5 years of experience in the cybersecurity world. Has an interest in creating simple blog websites, learning about SEO and graphic design, writing, AI, and understanding the concepts of journalism. Intentionally created this website to make the world of cybersecurity more engaging by combining it with journalistic principles and presenting cybersecurity stories that are easy to understand, which can help anyone who wants to develop in the cybersecurity world.","sameAs":["https:\/\/secry.me\/explore"],"url":"https:\/\/secry.me\/explore\/author\/secry\/"}]}},"_links":{"self":[{"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/posts\/4027","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/comments?post=4027"}],"version-history":[{"count":22,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/posts\/4027\/revisions"}],"predecessor-version":[{"id":4160,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/posts\/4027\/revisions\/4160"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/media\/4032"}],"wp:attachment":[{"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/media?parent=4027"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/categories?post=4027"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/secry.me\/explore\/wp-json\/wp\/v2\/tags?post=4027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}