├── .gitignore ├── README.md ├── favinizer.yaml ├── freaker ├── exploits │ ├── CVE-2013-2251 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2017-0144 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2017-6360 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2017-6361 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2017-7494 │ │ ├── exploit.py │ │ ├── main.py │ │ └── requirements.txt │ ├── CVE-2017-7529 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2017-7921 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2018-0296 │ │ ├── exploit │ │ └── main.py │ ├── CVE-2018-11784 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2018-13379 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2018-3760 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2018-6389 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2019-11581 │ │ ├── exploit.py │ │ ├── main.py │ │ └── requirements.txt │ ├── CVE-2019-17558 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2019-7192 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2020-0796 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2020-13379 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-14179 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-14181 │ │ ├── exploit.sh │ │ ├── main.py │ │ └── usernames.txt │ ├── CVE-2020-25213 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-25540 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-3187 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2020-3452 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-5221 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2020-5405 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-5410 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-7473 │ │ ├── exploit.sh │ │ └── main.py │ ├── CVE-2020-8163 │ │ ├── exploit.rb │ │ └── main.py │ ├── CVE-2020-9047 │ │ ├── exploit.py │ │ └── main.py │ ├── CVE-2022-21907 │ │ ├── exploit.py │ │ └── main.py │ ├── basic-xss-fuzz │ │ ├── exploit.sh │ │ └── main.py │ ├── google-api-keys │ │ ├── exploit.sh │ │ ├── main.py │ │ └── signatures │ │ │ ├── api-youtube.yaml │ │ │ ├── google-autocomplete.yaml │ │ │ ├── google-books.yaml │ │ │ ├── google-customsearch.yaml │ │ │ ├── google-directions.yaml │ │ │ ├── google-elevation.yaml │ │ │ ├── google-fcm.yaml │ │ │ ├── google-findplacefromtext.yaml │ │ │ ├── google-gedistancematrix.yaml │ │ │ ├── google-geocode.yaml │ │ │ ├── google-geolocation.yaml │ │ │ ├── google-mapsembed.yaml │ │ │ ├── google-mapsembedadvanced.yaml │ │ │ ├── google-nearbysearch.yaml │ │ │ ├── google-nearestroads.yaml │ │ │ ├── google-placedetails.yaml │ │ │ ├── google-placesphoto.yaml │ │ │ ├── google-playablelocations.yaml │ │ │ ├── google-routetotraveled.yaml │ │ │ ├── google-safebrowsing.yaml │ │ │ ├── google-speedlimit.yaml │ │ │ ├── google-staticmaps.yaml │ │ │ ├── google-streetview.yaml │ │ │ ├── google-timezone.yaml │ │ │ └── googlet-extsearchplaces.yaml │ ├── host-header-injection │ │ ├── exploit.sh │ │ └── main.py │ ├── keyleaks │ │ ├── exploit.sh │ │ ├── main.py │ │ └── signatures │ │ │ ├── api-1forge.yaml │ │ │ ├── api-abstract-company-enrichment.yaml │ │ │ ├── api-abstract-email-validation.yaml │ │ │ ├── api-abstract-exchange-rates.yaml │ │ │ ├── api-abstract-iban-validation.yaml │ │ │ ├── api-abstract-image-processing.yaml │ │ │ ├── api-abstract-ip-geolocation.yaml │ │ │ ├── api-abstract-phone-validation.yaml │ │ │ ├── api-abstract-public-holidays.yaml │ │ │ ├── api-abstract-timezone.yaml │ │ │ ├── api-abstract-user-avatars.yaml │ │ │ ├── api-abstract-vat-validation-rates.yaml │ │ │ ├── api-abstract-website-scraping.yaml │ │ │ ├── api-abstract-website-screenshot.yaml │ │ │ ├── api-abstractapi.yaml │ │ │ ├── api-abuseipdb.yaml │ │ │ ├── api-accuweather.yaml │ │ │ ├── api-adafruit-io.yaml │ │ │ ├── api-adoptapet.yaml │ │ │ ├── api-airtable.yaml │ │ │ ├── api-alchemy.yaml │ │ │ ├── api-alienvault.yaml │ │ │ ├── api-amdoren.yaml │ │ │ ├── api-aniapi.yaml │ │ │ ├── api-api2convert.yaml │ │ │ ├── api-apiflash.yaml │ │ │ ├── api-apigee-edge.yaml │ │ │ ├── api-appveyor.yaml │ │ │ ├── api-asana.yaml │ │ │ ├── api-bhagavadgita.yaml │ │ │ ├── api-bible.yaml │ │ │ ├── api-binance.yaml │ │ │ ├── api-binaryedge.yaml │ │ │ ├── api-bingmaps.yaml │ │ │ ├── api-bitcoinaverage.yaml │ │ │ ├── api-bitly.yaml │ │ │ ├── api-bitquery.yaml │ │ │ ├── api-bitrise.yaml │ │ │ ├── api-blitapp.yaml │ │ │ ├── api-block.yaml │ │ │ ├── api-blockchain.yaml │ │ │ ├── api-blockfrost.yaml │ │ │ ├── api-box.yaml │ │ │ ├── api-bravenewcoin.yaml │ │ │ ├── api-browshot.yaml │ │ │ ├── api-buildkite.yaml │ │ │ ├── api-buttercms.yaml │ │ │ ├── api-c99.yaml │ │ │ ├── api-calendarific.yaml │ │ │ ├── api-calendly.yaml │ │ │ ├── api-chaos.yaml │ │ │ ├── api-charity.yaml │ │ │ ├── api-circleci.yaml │ │ │ ├── api-clearbit.yaml │ │ │ ├── api-clickup.yaml │ │ │ ├── api-clockify.yaml │ │ │ ├── api-cloudconvert.yaml │ │ │ ├── api-cloudflare.yaml │ │ │ ├── api-codestats.yaml │ │ │ ├── api-coinapi.yaml │ │ │ ├── api-coinlayer.yaml │ │ │ ├── api-coinmarketcap.yaml │ │ │ ├── api-coinranking.yaml │ │ │ ├── api-cooperhewitt.yaml │ │ │ ├── api-covalent.yaml │ │ │ ├── api-craftmypdf.yaml │ │ │ ├── api-currencyfreaks.yaml │ │ │ ├── api-currencylayer.yaml │ │ │ ├── api-currencyscoop.yaml │ │ │ ├── api-dbt.yaml │ │ │ ├── api-ddownload.yaml │ │ │ ├── api-debounce.yaml │ │ │ ├── api-deviantart.yaml │ │ │ ├── api-digitalocean.yaml │ │ │ ├── api-dribbble.yaml │ │ │ ├── api-dropbox.yaml │ │ │ ├── api-ebird.yaml │ │ │ ├── api-etherscan.yaml │ │ │ ├── api-europeana.yaml │ │ │ ├── api-exchangerateapi.yaml │ │ │ ├── api-facebook.yaml │ │ │ ├── api-fastly.yaml │ │ │ ├── api-festivo.yaml │ │ │ ├── api-flickr.yaml │ │ │ ├── api-flowdash.yaml │ │ │ ├── api-fontawesome.yaml │ │ │ ├── api-fortitoken-cloud.yaml │ │ │ ├── api-front.yaml │ │ │ ├── api-fullhunt.yaml │ │ │ ├── api-giphy.yaml │ │ │ ├── api-github.yaml │ │ │ ├── api-gitlab.yaml │ │ │ ├── api-gofile.yaml │ │ │ ├── api-google-drive.yaml │ │ │ ├── api-gorest.yaml │ │ │ ├── api-harvardart.yaml │ │ │ ├── api-heroku.yaml │ │ │ ├── api-hirak-rates.yaml │ │ │ ├── api-holidayapi.yaml │ │ │ ├── api-host-io.yaml │ │ │ ├── api-html2pdf.yaml │ │ │ ├── api-hubspot.yaml │ │ │ ├── api-hunter.yaml │ │ │ ├── api-iconfinder.yaml │ │ │ ├── api-improvmx.yaml │ │ │ ├── api-instagram.yaml │ │ │ ├── api-instatus.yaml │ │ │ ├── api-intelx.yaml │ │ │ ├── api-intercom.yaml │ │ │ ├── api-ip2whois.yaml │ │ │ ├── api-ipdata.yaml │ │ │ ├── api-ipfind.yaml │ │ │ ├── api-ipinfo.yaml │ │ │ ├── api-ipstack.yaml │ │ │ ├── api-iterable.yaml │ │ │ ├── api-iucn.yaml │ │ │ ├── api-jsonbin.yaml │ │ │ ├── api-jumpcloud.yaml │ │ │ ├── api-launchdarkly.yaml │ │ │ ├── api-leanix.yaml │ │ │ ├── api-linkedin.yaml │ │ │ ├── api-lob.yaml │ │ │ ├── api-lokalise.yaml │ │ │ ├── api-loqate.yaml │ │ │ ├── api-mac-address-lookup.yaml │ │ │ ├── api-mailboxvalidator.yaml │ │ │ ├── api-mailchimp.yaml │ │ │ ├── api-mailgun.yaml │ │ │ ├── api-malshare.yaml │ │ │ ├── api-malwarebazaar.yaml │ │ │ ├── api-mapbox.yaml │ │ │ ├── api-micro-user-service.yaml │ │ │ ├── api-mojoauth.yaml │ │ │ ├── api-monday.yaml │ │ │ ├── api-moonpay.yaml │ │ │ ├── api-myanimelist.yaml │ │ │ ├── api-mywot.yaml │ │ │ ├── api-nerdgraph.yaml │ │ │ ├── api-netlify.yaml │ │ │ ├── api-newrelic.yaml │ │ │ ├── api-nownodes.yaml │ │ │ ├── api-npm.yaml │ │ │ ├── api-nytimes.yaml │ │ │ ├── api-onelogin.yaml │ │ │ ├── api-open-page-rank.yaml │ │ │ ├── api-opengraphr.yaml │ │ │ ├── api-openweather.yaml │ │ │ ├── api-opsgenie.yaml │ │ │ ├── api-optimizely.yaml │ │ │ ├── api-orbintelligence.yaml │ │ │ ├── api-pagecdn.yaml │ │ │ ├── api-pagerduty.yaml │ │ │ ├── api-particle.yaml │ │ │ ├── api-pastebin.yaml │ │ │ ├── api-paypal.yaml │ │ │ ├── api-pdflayer.yaml │ │ │ ├── api-pendo.yaml │ │ │ ├── api-petfinder.yaml │ │ │ ├── api-pinata.yaml │ │ │ ├── api-pivotaltracker.yaml │ │ │ ├── api-postmark.yaml │ │ │ ├── api-prexview.yaml │ │ │ ├── api-proxycrawl.yaml │ │ │ ├── api-proxykingdom.yaml │ │ │ ├── api-quip.yaml │ │ │ ├── api-rijksmuseum.yaml │ │ │ ├── api-savepage.yaml │ │ │ ├── api-scanii.yaml │ │ │ ├── api-scraperapi.yaml │ │ │ ├── api-scraperbox.yaml │ │ │ ├── api-scrapestack.yaml │ │ │ ├── api-scrapingant.yaml │ │ │ ├── api-scrapingdog.yaml │ │ │ ├── api-screenshotapi.yaml │ │ │ ├── api-securitytrails.yaml │ │ │ ├── api-segment.yaml │ │ │ ├── api-sendgrid.yaml │ │ │ ├── api-sentry.yaml │ │ │ ├── api-serpstack.yaml │ │ │ ├── api-shodan.yaml │ │ │ ├── api-slack.yaml │ │ │ ├── api-smartsheet.yaml │ │ │ ├── api-sonarcloud.yaml │ │ │ ├── api-spotify.yaml │ │ │ ├── api-square.yaml │ │ │ ├── api-sslmate.yaml │ │ │ ├── api-strava.yaml │ │ │ ├── api-stripe.yaml │ │ │ ├── api-stytch.yaml │ │ │ ├── api-supportivekoala.yaml │ │ │ ├── api-taiga.yaml │ │ │ ├── api-tatum.yaml │ │ │ ├── api-thecatapi.yaml │ │ │ ├── api-thedogapi.yaml │ │ │ ├── api-ticketmaster.yaml │ │ │ ├── api-tink.yaml │ │ │ ├── api-tinypng.yaml │ │ │ ├── api-todoist.yaml │ │ │ ├── api-travisci.yaml │ │ │ ├── api-trello.yaml │ │ │ ├── api-twitter.yaml │ │ │ ├── api-urlscan.yaml │ │ │ ├── api-userstack.yaml │ │ │ ├── api-vercel.yaml │ │ │ ├── api-virustotal.yaml │ │ │ ├── api-visualstudio.yaml │ │ │ ├── api-wakatime.yaml │ │ │ ├── api-web3storage.yaml │ │ │ ├── api-webex.yaml │ │ │ ├── api-weglot.yaml │ │ │ ├── api-wordcloud.yaml │ │ │ ├── api-wordnik.yaml │ │ │ ├── api-youtube.yaml │ │ │ ├── api-zenrows.yaml │ │ │ ├── api-zerbounce.yaml │ │ │ ├── api-zoomeye.yaml │ │ │ ├── google-autocomplete.yaml │ │ │ ├── google-books.yaml │ │ │ ├── google-customsearch.yaml │ │ │ ├── google-directions.yaml │ │ │ ├── google-elevation.yaml │ │ │ ├── google-fcm.yaml │ │ │ ├── google-findplacefromtext.yaml │ │ │ ├── google-gedistancematrix.yaml │ │ │ ├── google-geocode.yaml │ │ │ ├── google-geolocation.yaml │ │ │ ├── google-mapsembed.yaml │ │ │ ├── google-mapsembedadvanced.yaml │ │ │ ├── google-nearbysearch.yaml │ │ │ ├── google-nearestroads.yaml │ │ │ ├── google-placedetails.yaml │ │ │ ├── google-placesphoto.yaml │ │ │ ├── google-playablelocations.yaml │ │ │ ├── google-routetotraveled.yaml │ │ │ ├── google-safebrowsing.yaml │ │ │ ├── google-speedlimit.yaml │ │ │ ├── google-staticmaps.yaml │ │ │ ├── google-streetview.yaml │ │ │ ├── google-timezone.yaml │ │ │ └── googlet-extsearchplaces.yaml │ ├── wadl-endpoints-enum │ │ ├── exploit.sh │ │ └── main.py │ ├── wapiti-scan │ │ ├── exploit.sh │ │ └── main.py │ ├── wp-user-enum │ │ ├── exploit.sh │ │ └── main.py │ └── x-host-header-injection │ │ ├── exploit.sh │ │ └── main.py ├── fingerprints │ ├── anchor │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── apache │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── bigtree │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── bolt │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── chamilo │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── ckeditor │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── cmsmadesimple │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── concrete5 │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── django │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── dnn │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── drupal │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── fckeditor │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── flatcore │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── joomla │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── laravel │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── liferay │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── magento │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── mantisbt │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── mediaelement │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── moodle │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── opencart │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── orchard │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── oscommerce │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── phpmyadmin │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── prestashop │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── punbb │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── roundcube │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── smf │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── tinymce │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── umbraco │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ ├── web2py │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml │ └── wordpress │ │ ├── fingerprint.sh │ │ ├── main.py │ │ └── signatures.yaml └── freakerdb.yaml ├── gen_readme.py ├── jaeles ├── cvescan │ ├── critical │ │ ├── CVE-2017-6360.yaml │ │ ├── CVE-2017-6361.yaml │ │ ├── CVE-2019-11043.yaml │ │ ├── CVE-2019-11600.yaml │ │ └── CVE-2020-3952.yaml │ ├── high │ │ ├── CVE-2010-1871.yaml │ │ ├── CVE-2018-15640.yaml │ │ ├── CVE-2018-20062.yaml │ │ ├── CVE-2019-19719.yaml │ │ ├── CVE-2019-9082.yaml │ │ ├── CVE-2020-10199.yaml │ │ ├── CVE-2020-10204.yaml │ │ ├── CVE-2020-10220.yaml │ │ ├── CVE-2020-1147.yaml │ │ ├── CVE-2020-11530.yaml │ │ ├── CVE-2020-12145.yaml │ │ ├── CVE-2020-12271.yaml │ │ ├── CVE-2020-13379.yaml │ │ ├── CVE-2020-16270.yaml │ │ ├── CVE-2020-24609.yaml │ │ ├── CVE-2020-24765.yaml │ │ ├── CVE-2020-5377.yaml │ │ ├── CVE-2020-5398.yaml │ │ ├── CVE-2020-7048.yaml │ │ └── CVE-2020-7246.yaml │ ├── info │ │ ├── CVE-2018-18326.yaml │ │ ├── CVE-2018-9126.yaml │ │ ├── CVE-2020-11450.yaml │ │ └── CVE-2020-7473.yaml │ ├── low │ │ └── CVE-2018-6389.yaml │ └── medium │ │ ├── CVE-2017-7529.yaml │ │ ├── CVE-2019-7192.yaml │ │ ├── CVE-2020-15004.yaml │ │ ├── CVE-2020-2199.yaml │ │ └── CVE-2020-4038.yaml └── vulnscan │ ├── high │ ├── aem-crx-list-packages.yaml │ ├── coldfusion-lucee-auth-bypass.yaml │ ├── crlf.yaml │ ├── docker-k8s.yaml │ ├── joomla-lfi-comfabrik.yaml │ ├── joomla-sqli-hdwplayer.yaml │ ├── kafka-misconfig.yaml │ ├── oracle-ebs-desr.yaml │ ├── oracle-ebs-lfi.yaml │ ├── php-symfony-debug.yaml │ ├── process-maker-lfi.yaml │ ├── rocketmq-console.yaml │ ├── simple-xss.yaml │ ├── sonarqube-cred.yaml │ ├── spark-unauth.yaml │ ├── template-injection.yaml │ ├── unauthen-kibana.yaml │ ├── zabbix-creds.yaml │ └── zipkin-unauth.yaml │ ├── info │ ├── aws-s3-open-bucket.yaml │ ├── common-error-00.yaml │ ├── common-error-01.yaml │ ├── cors-00.yaml │ ├── cors-01.yaml │ ├── errors-n-vulns.yaml │ ├── jfrog-unauth-panel.yaml │ ├── lfi-00.yaml │ ├── lfi-01.yaml │ ├── lfi-02.yaml │ ├── lfi-03.yaml │ ├── lfi-04.yaml │ ├── lfi-05.yaml │ ├── lfi-06.yaml │ ├── open-redirect-00.yaml │ ├── open-redirect-01.yaml │ ├── open-redirect-02.yaml │ ├── open-redirect-03.yaml │ ├── open-redirect-04.yaml │ ├── random-fuzz-00.yaml │ ├── random-fuzz-01.yaml │ ├── random-fuzz-02.yaml │ ├── random-fuzz-03.yaml │ ├── sqli-00.yaml │ └── sqli-01.yaml │ ├── low │ ├── api-keys.yaml │ ├── aws-ec2-sto.yaml │ ├── common-forbidden-bypass.yaml │ ├── iis-directory-listing.yaml │ ├── nginx-conf-exposed.yaml │ ├── route-bypass.yaml │ ├── secret.yaml │ └── soap-defination-probing.yaml │ └── medium │ ├── apache-status-page.yaml │ ├── django-debug-enable.yaml │ ├── django-debug-toolbar.yaml │ ├── gitleak.yaml │ ├── globalprotect-xss.yaml │ ├── go-pprof-exposed.yaml │ ├── graphql-playround-xss.yaml │ ├── haproxy-stat.yaml │ ├── java-melody-stat.yaml │ ├── joomla-host-injection.yaml │ ├── laravel-telescope-exposed.yaml │ ├── moodle-auth-xss.yaml │ ├── netdata-unauth.yaml │ ├── nexus-repository-unauthentication.yaml │ ├── nginx-vhost-xss.yaml │ ├── nginx-vhosts-stat.yaml │ ├── oracle-ebs-config-disclosure.yaml │ ├── oracle-stat.yaml │ ├── perl-status-page.yaml │ ├── stats.yaml │ ├── svn-leak.yaml │ ├── unauthen-elastic.yaml │ ├── wordpress-misconfig.yaml │ └── wordpress-rest-api.yaml ├── kiterunner.lst ├── nuclei ├── cvescan │ ├── critical │ │ └── standalone │ │ │ ├── CNVD-2019-06255.yaml │ │ │ ├── CNVD-2019-19299.yaml │ │ │ ├── CNVD-2019-32204.yaml │ │ │ ├── CNVD-2020-46552.yaml │ │ │ ├── CNVD-2021-09650.yaml │ │ │ ├── CNVD-2021-26422.yaml │ │ │ ├── CNVD-2021-30167.yaml │ │ │ ├── CNVD-2021-49104.yaml │ │ │ ├── CNVD-2022-03672.yaml │ │ │ ├── CNVD-2022-42853.yaml │ │ │ ├── CVE-2005-3344.yaml │ │ │ ├── CVE-2007-4556.yaml │ │ │ ├── CVE-2009-0545.yaml │ │ │ ├── CVE-2009-1151.yaml │ │ │ ├── CVE-2010-4239.yaml │ │ │ ├── CVE-2012-0392.yaml │ │ │ ├── CVE-2012-0394.yaml │ │ │ ├── CVE-2012-1823.yaml │ │ │ ├── CVE-2012-3153.yaml │ │ │ ├── CVE-2013-1965.yaml │ │ │ ├── CVE-2013-2251.yaml │ │ │ ├── CVE-2013-7091.yaml │ │ │ ├── CVE-2014-1203.yaml │ │ │ ├── CVE-2014-2323.yaml │ │ │ ├── CVE-2014-3120.yaml │ │ │ ├── CVE-2014-3206.yaml │ │ │ ├── CVE-2014-6271.yaml │ │ │ ├── CVE-2014-8682.yaml │ │ │ ├── CVE-2014-9614.yaml │ │ │ ├── CVE-2014-9618.yaml │ │ │ ├── CVE-2015-1427.yaml │ │ │ ├── CVE-2015-3224.yaml │ │ │ ├── CVE-2015-4062.yaml │ │ │ ├── CVE-2015-7450.yaml │ │ │ ├── CVE-2016-10033.yaml │ │ │ ├── CVE-2016-10134.yaml │ │ │ ├── CVE-2016-1555.yaml │ │ │ ├── CVE-2016-2004.yaml │ │ │ ├── CVE-2016-3088.yaml │ │ │ ├── CVE-2016-5649.yaml │ │ │ ├── CVE-2016-7552.yaml │ │ │ ├── CVE-2017-1000486.yaml │ │ │ ├── CVE-2017-11165.yaml │ │ │ ├── CVE-2017-11444.yaml │ │ │ ├── CVE-2017-12149.yaml │ │ │ ├── CVE-2017-12542.yaml │ │ │ ├── CVE-2017-12611.yaml │ │ │ ├── CVE-2017-12629.yaml │ │ │ ├── CVE-2017-12635.yaml │ │ │ ├── CVE-2017-14135.yaml │ │ │ ├── CVE-2017-15944.yaml │ │ │ ├── CVE-2017-17736.yaml │ │ │ ├── CVE-2017-3881.yaml │ │ │ ├── CVE-2017-5638.yaml │ │ │ ├── CVE-2017-5689.yaml │ │ │ ├── CVE-2017-7269.yaml │ │ │ ├── CVE-2017-7921.yaml │ │ │ ├── CVE-2017-8917.yaml │ │ │ ├── CVE-2017-9791.yaml │ │ │ ├── CVE-2017-9841.yaml │ │ │ ├── CVE-2018-0127.yaml │ │ │ ├── CVE-2018-1000226.yaml │ │ │ ├── CVE-2018-1000533.yaml │ │ │ ├── CVE-2018-1000861.yaml │ │ │ ├── CVE-2018-10562.yaml │ │ │ ├── CVE-2018-10818.yaml │ │ │ ├── CVE-2018-12031.yaml │ │ │ ├── CVE-2018-1207.yaml │ │ │ ├── CVE-2018-12634.yaml │ │ │ ├── CVE-2018-1273.yaml │ │ │ ├── CVE-2018-13379.yaml │ │ │ ├── CVE-2018-14064.yaml │ │ │ ├── CVE-2018-14728.yaml │ │ │ ├── CVE-2018-14916.yaml │ │ │ ├── CVE-2018-15961.yaml │ │ │ ├── CVE-2018-16159.yaml │ │ │ ├── CVE-2018-16167.yaml │ │ │ ├── CVE-2018-16283.yaml │ │ │ ├── CVE-2018-16716.yaml │ │ │ ├── CVE-2018-16763.yaml │ │ │ ├── CVE-2018-16836.yaml │ │ │ ├── CVE-2018-17246.yaml │ │ │ ├── CVE-2018-17254.yaml │ │ │ ├── CVE-2018-17431.yaml │ │ │ ├── CVE-2018-18925.yaml │ │ │ ├── CVE-2018-19365.yaml │ │ │ ├── CVE-2018-20526.yaml │ │ │ ├── CVE-2018-20985.yaml │ │ │ ├── CVE-2018-2628.yaml │ │ │ ├── CVE-2018-2893.yaml │ │ │ ├── CVE-2018-2894.yaml │ │ │ ├── CVE-2018-3810.yaml │ │ │ ├── CVE-2018-7251.yaml │ │ │ ├── CVE-2018-7600.yaml │ │ │ ├── CVE-2018-7602.yaml │ │ │ ├── CVE-2018-9161.yaml │ │ │ ├── CVE-2018-9845.yaml │ │ │ ├── CVE-2018-9995.yaml │ │ │ ├── CVE-2019-0230.yaml │ │ │ ├── CVE-2019-10068.yaml │ │ │ ├── CVE-2019-10232.yaml │ │ │ ├── CVE-2019-10692.yaml │ │ │ ├── CVE-2019-10758.yaml │ │ │ ├── CVE-2019-11510.yaml │ │ │ ├── CVE-2019-11580.yaml │ │ │ ├── CVE-2019-11581.yaml │ │ │ ├── CVE-2019-12314.yaml │ │ │ ├── CVE-2019-12583.yaml │ │ │ ├── CVE-2019-12725.yaml │ │ │ ├── CVE-2019-13101.yaml │ │ │ ├── CVE-2019-13462.yaml │ │ │ ├── CVE-2019-15107.yaml │ │ │ ├── CVE-2019-15859.yaml │ │ │ ├── CVE-2019-16278.yaml │ │ │ ├── CVE-2019-16662.yaml │ │ │ ├── CVE-2019-16759.yaml │ │ │ ├── CVE-2019-16920.yaml │ │ │ ├── CVE-2019-16932.yaml │ │ │ ├── CVE-2019-17270.yaml │ │ │ ├── CVE-2019-17382.yaml │ │ │ ├── CVE-2019-17444.yaml │ │ │ ├── CVE-2019-17506.yaml │ │ │ ├── CVE-2019-1821.yaml │ │ │ ├── CVE-2019-18394.yaml │ │ │ ├── CVE-2019-18818.yaml │ │ │ ├── CVE-2019-19781.yaml │ │ │ ├── CVE-2019-20933.yaml │ │ │ ├── CVE-2019-2725.yaml │ │ │ ├── CVE-2019-2729.yaml │ │ │ ├── CVE-2019-3396.yaml │ │ │ ├── CVE-2019-3929.yaml │ │ │ ├── CVE-2019-5127.yaml │ │ │ ├── CVE-2019-7238.yaml │ │ │ ├── CVE-2019-7256.yaml │ │ │ ├── CVE-2019-7609.yaml │ │ │ ├── CVE-2019-8982.yaml │ │ │ ├── CVE-2019-9618.yaml │ │ │ ├── CVE-2019-9670.yaml │ │ │ ├── CVE-2019-9733.yaml │ │ │ ├── CVE-2020-10148.yaml │ │ │ ├── CVE-2020-10546.yaml │ │ │ ├── CVE-2020-10547.yaml │ │ │ ├── CVE-2020-10548.yaml │ │ │ ├── CVE-2020-10549.yaml │ │ │ ├── CVE-2020-11455.yaml │ │ │ ├── CVE-2020-11546.yaml │ │ │ ├── CVE-2020-11710.yaml │ │ │ ├── CVE-2020-11854.yaml │ │ │ ├── CVE-2020-12720.yaml │ │ │ ├── CVE-2020-12800.yaml │ │ │ ├── CVE-2020-13117.yaml │ │ │ ├── CVE-2020-13167.yaml │ │ │ ├── CVE-2020-13927.yaml │ │ │ ├── CVE-2020-13942.yaml │ │ │ ├── CVE-2020-14092.yaml │ │ │ ├── CVE-2020-14750.yaml │ │ │ ├── CVE-2020-14882.yaml │ │ │ ├── CVE-2020-15148.yaml │ │ │ ├── CVE-2020-15227.yaml │ │ │ ├── CVE-2020-15505.yaml │ │ │ ├── CVE-2020-15568.yaml │ │ │ ├── CVE-2020-15920.yaml │ │ │ ├── CVE-2020-16846.yaml │ │ │ ├── CVE-2020-17456.yaml │ │ │ ├── CVE-2020-17496.yaml │ │ │ ├── CVE-2020-17506.yaml │ │ │ ├── CVE-2020-17530.yaml │ │ │ ├── CVE-2020-1938.yaml │ │ │ ├── CVE-2020-19625.yaml │ │ │ ├── CVE-2020-20300.yaml │ │ │ ├── CVE-2020-20982.yaml │ │ │ ├── CVE-2020-21012.yaml │ │ │ ├── CVE-2020-21224.yaml │ │ │ ├── CVE-2020-22208.yaml │ │ │ ├── CVE-2020-22209.yaml │ │ │ ├── CVE-2020-22210.yaml │ │ │ ├── CVE-2020-22211.yaml │ │ │ ├── CVE-2020-24148.yaml │ │ │ ├── CVE-2020-24186.yaml │ │ │ ├── CVE-2020-24391.yaml │ │ │ ├── CVE-2020-24589.yaml │ │ │ ├── CVE-2020-25213.yaml │ │ │ ├── CVE-2020-25223.yaml │ │ │ ├── CVE-2020-25506.yaml │ │ │ ├── CVE-2020-2551.yaml │ │ │ ├── CVE-2020-26214.yaml │ │ │ ├── CVE-2020-26919.yaml │ │ │ ├── CVE-2020-26948.yaml │ │ │ ├── CVE-2020-2733.yaml │ │ │ ├── CVE-2020-28188.yaml │ │ │ ├── CVE-2020-28871.yaml │ │ │ ├── CVE-2020-29227.yaml │ │ │ ├── CVE-2020-29284.yaml │ │ │ ├── CVE-2020-29597.yaml │ │ │ ├── CVE-2020-3187.yaml │ │ │ ├── CVE-2020-35338.yaml │ │ │ ├── CVE-2020-35476.yaml │ │ │ ├── CVE-2020-35489.yaml │ │ │ ├── CVE-2020-35713.yaml │ │ │ ├── CVE-2020-35729.yaml │ │ │ ├── CVE-2020-35846.yaml │ │ │ ├── CVE-2020-35847.yaml │ │ │ ├── CVE-2020-35848.yaml │ │ │ ├── CVE-2020-35951.yaml │ │ │ ├── CVE-2020-36112.yaml │ │ │ ├── CVE-2020-5307.yaml │ │ │ ├── CVE-2020-5777.yaml │ │ │ ├── CVE-2020-5847.yaml │ │ │ ├── CVE-2020-5902.yaml │ │ │ ├── CVE-2020-6207.yaml │ │ │ ├── CVE-2020-6287.yaml │ │ │ ├── CVE-2020-6637.yaml │ │ │ ├── CVE-2020-7136.yaml │ │ │ ├── CVE-2020-7209.yaml │ │ │ ├── CVE-2020-7247.yaml │ │ │ ├── CVE-2020-7796.yaml │ │ │ ├── CVE-2020-7961.yaml │ │ │ ├── CVE-2020-7980.yaml │ │ │ ├── CVE-2020-8515.yaml │ │ │ ├── CVE-2020-8644.yaml │ │ │ ├── CVE-2020-8771.yaml │ │ │ ├── CVE-2020-8772.yaml │ │ │ ├── CVE-2020-9054.yaml │ │ │ ├── CVE-2020-9757.yaml │ │ │ ├── CVE-2021-1472.yaml │ │ │ ├── CVE-2021-1497.yaml │ │ │ ├── CVE-2021-1498.yaml │ │ │ ├── CVE-2021-20038.yaml │ │ │ ├── CVE-2021-20090.yaml │ │ │ ├── CVE-2021-20158.yaml │ │ │ ├── CVE-2021-20837.yaml │ │ │ ├── CVE-2021-21307.yaml │ │ │ ├── CVE-2021-21479.yaml │ │ │ ├── CVE-2021-21805.yaml │ │ │ ├── CVE-2021-21881.yaml │ │ │ ├── CVE-2021-21972.yaml │ │ │ ├── CVE-2021-21978.yaml │ │ │ ├── CVE-2021-21985.yaml │ │ │ ├── CVE-2021-22005.yaml │ │ │ ├── CVE-2021-22205.yaml │ │ │ ├── CVE-2021-22911.yaml │ │ │ ├── CVE-2021-22986.yaml │ │ │ ├── CVE-2021-24236.yaml │ │ │ ├── CVE-2021-24284.yaml │ │ │ ├── CVE-2021-24285.yaml │ │ │ ├── CVE-2021-24370.yaml │ │ │ ├── CVE-2021-24472.yaml │ │ │ ├── CVE-2021-24499.yaml │ │ │ ├── CVE-2021-24762.yaml │ │ │ ├── CVE-2021-24827.yaml │ │ │ ├── CVE-2021-24931.yaml │ │ │ ├── CVE-2021-24946.yaml │ │ │ ├── CVE-2021-25003.yaml │ │ │ ├── CVE-2021-25114.yaml │ │ │ ├── CVE-2021-25281.yaml │ │ │ ├── CVE-2021-26084.yaml │ │ │ ├── CVE-2021-26295.yaml │ │ │ ├── CVE-2021-26855.yaml │ │ │ ├── CVE-2021-27132.yaml │ │ │ ├── CVE-2021-27561.yaml │ │ │ ├── CVE-2021-27651.yaml │ │ │ ├── CVE-2021-27850.yaml │ │ │ ├── CVE-2021-27905.yaml │ │ │ ├── CVE-2021-27931.yaml │ │ │ ├── CVE-2021-28073.yaml │ │ │ ├── CVE-2021-28918.yaml │ │ │ ├── CVE-2021-29203.yaml │ │ │ ├── CVE-2021-29441.yaml │ │ │ ├── CVE-2021-30128.yaml │ │ │ ├── CVE-2021-30461.yaml │ │ │ ├── CVE-2021-3110.yaml │ │ │ ├── CVE-2021-3129.yaml │ │ │ ├── CVE-2021-31755.yaml │ │ │ ├── CVE-2021-31805.yaml │ │ │ ├── CVE-2021-31856.yaml │ │ │ ├── CVE-2021-32030.yaml │ │ │ ├── CVE-2021-32172.yaml │ │ │ ├── CVE-2021-32305.yaml │ │ │ ├── CVE-2021-32682.yaml │ │ │ ├── CVE-2021-32853.yaml │ │ │ ├── CVE-2021-33044.yaml │ │ │ ├── CVE-2021-33221.yaml │ │ │ ├── CVE-2021-33357.yaml │ │ │ ├── CVE-2021-33564.yaml │ │ │ ├── CVE-2021-3378.yaml │ │ │ ├── CVE-2021-34473.yaml │ │ │ ├── CVE-2021-34621.yaml │ │ │ ├── CVE-2021-35336.yaml │ │ │ ├── CVE-2021-35464.yaml │ │ │ ├── CVE-2021-35587.yaml │ │ │ ├── CVE-2021-36260.yaml │ │ │ ├── CVE-2021-36356.yaml │ │ │ ├── CVE-2021-36380.yaml │ │ │ ├── CVE-2021-37538.yaml │ │ │ ├── CVE-2021-37580.yaml │ │ │ ├── CVE-2021-38540.yaml │ │ │ ├── CVE-2021-38647.yaml │ │ │ ├── CVE-2021-40323.yaml │ │ │ ├── CVE-2021-40438.yaml │ │ │ ├── CVE-2021-40539.yaml │ │ │ ├── CVE-2021-40859.yaml │ │ │ ├── CVE-2021-40870.yaml │ │ │ ├── CVE-2021-40960.yaml │ │ │ ├── CVE-2021-41266.yaml │ │ │ ├── CVE-2021-41649.yaml │ │ │ ├── CVE-2021-41653.yaml │ │ │ ├── CVE-2021-42013.yaml │ │ │ ├── CVE-2021-42071.yaml │ │ │ ├── CVE-2021-42237.yaml │ │ │ ├── CVE-2021-42258.yaml │ │ │ ├── CVE-2021-42627.yaml │ │ │ ├── CVE-2021-42667.yaml │ │ │ ├── CVE-2021-42887.yaml │ │ │ ├── CVE-2021-43421.yaml │ │ │ ├── CVE-2021-43510.yaml │ │ │ ├── CVE-2021-44077.yaml │ │ │ ├── CVE-2021-44152.yaml │ │ │ ├── CVE-2021-44228.yaml │ │ │ ├── CVE-2021-44427.yaml │ │ │ ├── CVE-2021-44515.yaml │ │ │ ├── CVE-2021-44521.yaml │ │ │ ├── CVE-2021-44529.yaml │ │ │ ├── CVE-2021-45046.yaml │ │ │ ├── CVE-2021-45092.yaml │ │ │ ├── CVE-2021-45232.yaml │ │ │ ├── CVE-2021-45428.yaml │ │ │ ├── CVE-2021-45967.yaml │ │ │ ├── CVE-2021-46422.yaml │ │ │ ├── CVE-2021-46424.yaml │ │ │ ├── CVE-2022-0349.yaml │ │ │ ├── CVE-2022-0412.yaml │ │ │ ├── CVE-2022-0434.yaml │ │ │ ├── CVE-2022-0441.yaml │ │ │ ├── CVE-2022-0482.yaml │ │ │ ├── CVE-2022-0540.yaml │ │ │ ├── CVE-2022-0543.yaml │ │ │ ├── CVE-2022-0591.yaml │ │ │ ├── CVE-2022-0679.yaml │ │ │ ├── CVE-2022-0693.yaml │ │ │ ├── CVE-2022-0735.yaml │ │ │ ├── CVE-2022-0760.yaml │ │ │ ├── CVE-2022-0781.yaml │ │ │ ├── CVE-2022-0784.yaml │ │ │ ├── CVE-2022-0785.yaml │ │ │ ├── CVE-2022-0786.yaml │ │ │ ├── CVE-2022-0788.yaml │ │ │ ├── CVE-2022-0817.yaml │ │ │ ├── CVE-2022-0826.yaml │ │ │ ├── CVE-2022-0867.yaml │ │ │ ├── CVE-2022-0885.yaml │ │ │ ├── CVE-2022-0948.yaml │ │ │ ├── CVE-2022-0949.yaml │ │ │ ├── CVE-2022-1013.yaml │ │ │ ├── CVE-2022-1020.yaml │ │ │ ├── CVE-2022-1040.yaml │ │ │ ├── CVE-2022-1057.yaml │ │ │ ├── CVE-2022-1162.yaml │ │ │ ├── CVE-2022-1386.yaml │ │ │ ├── CVE-2022-1388.yaml │ │ │ ├── CVE-2022-1390.yaml │ │ │ ├── CVE-2022-1391.yaml │ │ │ ├── CVE-2022-1574.yaml │ │ │ ├── CVE-2022-1609.yaml │ │ │ ├── CVE-2022-1952.yaml │ │ │ ├── CVE-2022-21587.yaml │ │ │ ├── CVE-2022-22536.yaml │ │ │ ├── CVE-2022-22947.yaml │ │ │ ├── CVE-2022-22954.yaml │ │ │ ├── CVE-2022-22963.yaml │ │ │ ├── CVE-2022-22965.yaml │ │ │ ├── CVE-2022-22972.yaml │ │ │ ├── CVE-2022-23131.yaml │ │ │ ├── CVE-2022-2314.yaml │ │ │ ├── CVE-2022-23178.yaml │ │ │ ├── CVE-2022-23881.yaml │ │ │ ├── CVE-2022-23944.yaml │ │ │ ├── CVE-2022-24112.yaml │ │ │ ├── CVE-2022-24260.yaml │ │ │ ├── CVE-2022-2467.yaml │ │ │ ├── CVE-2022-24816.yaml │ │ │ ├── CVE-2022-2486.yaml │ │ │ ├── CVE-2022-2487.yaml │ │ │ ├── CVE-2022-2488.yaml │ │ │ ├── CVE-2022-25082.yaml │ │ │ ├── CVE-2022-25369.yaml │ │ │ ├── CVE-2022-26134.yaml │ │ │ ├── CVE-2022-26138.yaml │ │ │ ├── CVE-2022-26148.yaml │ │ │ ├── CVE-2022-26352.yaml │ │ │ ├── CVE-2022-26960.yaml │ │ │ ├── CVE-2022-27593.yaml │ │ │ ├── CVE-2022-27927.yaml │ │ │ ├── CVE-2022-28219.yaml │ │ │ ├── CVE-2022-29006.yaml │ │ │ ├── CVE-2022-29007.yaml │ │ │ ├── CVE-2022-29009.yaml │ │ │ ├── CVE-2022-29078.yaml │ │ │ ├── CVE-2022-29303.yaml │ │ │ ├── CVE-2022-29383.yaml │ │ │ ├── CVE-2022-29464.yaml │ │ │ ├── CVE-2022-29775.yaml │ │ │ ├── CVE-2022-30512.yaml │ │ │ ├── CVE-2022-30525.yaml │ │ │ ├── CVE-2022-31126.yaml │ │ │ ├── CVE-2022-31499.yaml │ │ │ ├── CVE-2022-31656.yaml │ │ │ ├── CVE-2022-31814.yaml │ │ │ ├── CVE-2022-32094.yaml │ │ │ ├── CVE-2022-32409.yaml │ │ │ ├── CVE-2022-32429.yaml │ │ │ ├── CVE-2022-33965.yaml │ │ │ ├── CVE-2022-34045.yaml │ │ │ ├── CVE-2022-35405.yaml │ │ │ ├── CVE-2022-35413.yaml │ │ │ ├── CVE-2022-35914.yaml │ │ │ ├── CVE-2022-36446.yaml │ │ │ ├── CVE-2022-36642.yaml │ │ │ ├── CVE-2022-37042.yaml │ │ │ ├── CVE-2022-38637.yaml │ │ │ ├── CVE-2022-39952.yaml │ │ │ ├── CVE-2022-40083.yaml │ │ │ ├── CVE-2022-4050.yaml │ │ │ ├── CVE-2022-4060.yaml │ │ │ ├── CVE-2022-4063.yaml │ │ │ ├── CVE-2022-40684.yaml │ │ │ ├── CVE-2022-40881.yaml │ │ │ ├── CVE-2022-41840.yaml │ │ │ ├── CVE-2022-42233.yaml │ │ │ ├── CVE-2022-4447.yaml │ │ │ ├── CVE-2022-44877.yaml │ │ │ ├── CVE-2022-45933.yaml │ │ │ ├── CVE-2022-46169.yaml │ │ │ ├── CVE-2022-47945.yaml │ │ │ ├── CVE-2022-47966.yaml │ │ │ ├── CVE-2022-47986.yaml │ │ │ ├── CVE-2023-23488.yaml │ │ │ └── CVE-2023-23489.yaml │ ├── high │ │ └── standalone │ │ │ ├── CNVD-2017-03561.yaml │ │ │ ├── CNVD-2018-13393.yaml │ │ │ ├── CNVD-2019-01348.yaml │ │ │ ├── CNVD-2020-23735.yaml │ │ │ ├── CNVD-2020-68596.yaml │ │ │ ├── CNVD-2021-01931.yaml │ │ │ ├── CNVD-2021-10543.yaml │ │ │ ├── CNVD-2021-14536.yaml │ │ │ ├── CNVD-2021-15822.yaml │ │ │ ├── CNVD-2021-15824.yaml │ │ │ ├── CNVD-2021-17369.yaml │ │ │ ├── CNVD-2021-28277.yaml │ │ │ ├── CVE-2001-1473.yaml │ │ │ ├── CVE-2006-2842.yaml │ │ │ ├── CVE-2007-4504.yaml │ │ │ ├── CVE-2008-1059.yaml │ │ │ ├── CVE-2008-1061.yaml │ │ │ ├── CVE-2008-2650.yaml │ │ │ ├── CVE-2008-4668.yaml │ │ │ ├── CVE-2008-4764.yaml │ │ │ ├── CVE-2008-6080.yaml │ │ │ ├── CVE-2008-6172.yaml │ │ │ ├── CVE-2008-6222.yaml │ │ │ ├── CVE-2008-6668.yaml │ │ │ ├── CVE-2008-6982.yaml │ │ │ ├── CVE-2009-0932.yaml │ │ │ ├── CVE-2009-1496.yaml │ │ │ ├── CVE-2009-1558.yaml │ │ │ ├── CVE-2009-2015.yaml │ │ │ ├── CVE-2009-2100.yaml │ │ │ ├── CVE-2009-3053.yaml │ │ │ ├── CVE-2009-3318.yaml │ │ │ ├── CVE-2009-4202.yaml │ │ │ ├── CVE-2009-4223.yaml │ │ │ ├── CVE-2009-4679.yaml │ │ │ ├── CVE-2009-5114.yaml │ │ │ ├── CVE-2010-0157.yaml │ │ │ ├── CVE-2010-0219.yaml │ │ │ ├── CVE-2010-0696.yaml │ │ │ ├── CVE-2010-0759.yaml │ │ │ ├── CVE-2010-0942.yaml │ │ │ ├── CVE-2010-0943.yaml │ │ │ ├── CVE-2010-0944.yaml │ │ │ ├── CVE-2010-0972.yaml │ │ │ ├── CVE-2010-0982.yaml │ │ │ ├── CVE-2010-0985.yaml │ │ │ ├── CVE-2010-1056.yaml │ │ │ ├── CVE-2010-1081.yaml │ │ │ ├── CVE-2010-1217.yaml │ │ │ ├── CVE-2010-1219.yaml │ │ │ ├── CVE-2010-1302.yaml │ │ │ ├── CVE-2010-1304.yaml │ │ │ ├── CVE-2010-1305.yaml │ │ │ ├── CVE-2010-1306.yaml │ │ │ ├── CVE-2010-1307.yaml │ │ │ ├── CVE-2010-1308.yaml │ │ │ ├── CVE-2010-1312.yaml │ │ │ ├── CVE-2010-1313.yaml │ │ │ ├── CVE-2010-1314.yaml │ │ │ ├── CVE-2010-1315.yaml │ │ │ ├── CVE-2010-1340.yaml │ │ │ ├── CVE-2010-1345.yaml │ │ │ ├── CVE-2010-1352.yaml │ │ │ ├── CVE-2010-1353.yaml │ │ │ ├── CVE-2010-1354.yaml │ │ │ ├── CVE-2010-1461.yaml │ │ │ ├── CVE-2010-1469.yaml │ │ │ ├── CVE-2010-1470.yaml │ │ │ ├── CVE-2010-1471.yaml │ │ │ ├── CVE-2010-1472.yaml │ │ │ ├── CVE-2010-1473.yaml │ │ │ ├── CVE-2010-1474.yaml │ │ │ ├── CVE-2010-1475.yaml │ │ │ ├── CVE-2010-1476.yaml │ │ │ ├── CVE-2010-1478.yaml │ │ │ ├── CVE-2010-1491.yaml │ │ │ ├── CVE-2010-1494.yaml │ │ │ ├── CVE-2010-1495.yaml │ │ │ ├── CVE-2010-1531.yaml │ │ │ ├── CVE-2010-1532.yaml │ │ │ ├── CVE-2010-1533.yaml │ │ │ ├── CVE-2010-1534.yaml │ │ │ ├── CVE-2010-1535.yaml │ │ │ ├── CVE-2010-1540.yaml │ │ │ ├── CVE-2010-1601.yaml │ │ │ ├── CVE-2010-1602.yaml │ │ │ ├── CVE-2010-1603.yaml │ │ │ ├── CVE-2010-1607.yaml │ │ │ ├── CVE-2010-1653.yaml │ │ │ ├── CVE-2010-1657.yaml │ │ │ ├── CVE-2010-1658.yaml │ │ │ ├── CVE-2010-1659.yaml │ │ │ ├── CVE-2010-1714.yaml │ │ │ ├── CVE-2010-1715.yaml │ │ │ ├── CVE-2010-1717.yaml │ │ │ ├── CVE-2010-1718.yaml │ │ │ ├── CVE-2010-1719.yaml │ │ │ ├── CVE-2010-1722.yaml │ │ │ ├── CVE-2010-1723.yaml │ │ │ ├── CVE-2010-1858.yaml │ │ │ ├── CVE-2010-1875.yaml │ │ │ ├── CVE-2010-1878.yaml │ │ │ ├── CVE-2010-1952.yaml │ │ │ ├── CVE-2010-1953.yaml │ │ │ ├── CVE-2010-1954.yaml │ │ │ ├── CVE-2010-1955.yaml │ │ │ ├── CVE-2010-1956.yaml │ │ │ ├── CVE-2010-1957.yaml │ │ │ ├── CVE-2010-1977.yaml │ │ │ ├── CVE-2010-1979.yaml │ │ │ ├── CVE-2010-1980.yaml │ │ │ ├── CVE-2010-1981.yaml │ │ │ ├── CVE-2010-1982.yaml │ │ │ ├── CVE-2010-1983.yaml │ │ │ ├── CVE-2010-2033.yaml │ │ │ ├── CVE-2010-2034.yaml │ │ │ ├── CVE-2010-2035.yaml │ │ │ ├── CVE-2010-2036.yaml │ │ │ ├── CVE-2010-2037.yaml │ │ │ ├── CVE-2010-2045.yaml │ │ │ ├── CVE-2010-2050.yaml │ │ │ ├── CVE-2010-2122.yaml │ │ │ ├── CVE-2010-2128.yaml │ │ │ ├── CVE-2010-2259.yaml │ │ │ ├── CVE-2010-2307.yaml │ │ │ ├── CVE-2010-2507.yaml │ │ │ ├── CVE-2010-2680.yaml │ │ │ ├── CVE-2010-2682.yaml │ │ │ ├── CVE-2010-2857.yaml │ │ │ ├── CVE-2010-2861.yaml │ │ │ ├── CVE-2010-2918.yaml │ │ │ ├── CVE-2010-2920.yaml │ │ │ ├── CVE-2010-3203.yaml │ │ │ ├── CVE-2010-3426.yaml │ │ │ ├── CVE-2010-4231.yaml │ │ │ ├── CVE-2010-4282.yaml │ │ │ ├── CVE-2010-4617.yaml │ │ │ ├── CVE-2010-4719.yaml │ │ │ ├── CVE-2010-4769.yaml │ │ │ ├── CVE-2010-4977.yaml │ │ │ ├── CVE-2010-5028.yaml │ │ │ ├── CVE-2010-5278.yaml │ │ │ ├── CVE-2010-5286.yaml │ │ │ ├── CVE-2011-0049.yaml │ │ │ ├── CVE-2011-1669.yaml │ │ │ ├── CVE-2011-2744.yaml │ │ │ ├── CVE-2011-2780.yaml │ │ │ ├── CVE-2011-3315.yaml │ │ │ ├── CVE-2011-4804.yaml │ │ │ ├── CVE-2012-0896.yaml │ │ │ ├── CVE-2012-0981.yaml │ │ │ ├── CVE-2012-0991.yaml │ │ │ ├── CVE-2012-0996.yaml │ │ │ ├── CVE-2012-1226.yaml │ │ │ ├── CVE-2012-4253.yaml │ │ │ ├── CVE-2012-4878.yaml │ │ │ ├── CVE-2012-4940.yaml │ │ │ ├── CVE-2013-5528.yaml │ │ │ ├── CVE-2013-5979.yaml │ │ │ ├── CVE-2013-7240.yaml │ │ │ ├── CVE-2014-10037.yaml │ │ │ ├── CVE-2014-2321.yaml │ │ │ ├── CVE-2014-2383.yaml │ │ │ ├── CVE-2014-2962.yaml │ │ │ ├── CVE-2014-3704.yaml │ │ │ ├── CVE-2014-3744.yaml │ │ │ ├── CVE-2014-4940.yaml │ │ │ ├── CVE-2014-5111.yaml │ │ │ ├── CVE-2014-5258.yaml │ │ │ ├── CVE-2014-5368.yaml │ │ │ ├── CVE-2014-6308.yaml │ │ │ ├── CVE-2014-8799.yaml │ │ │ ├── CVE-2014-9119.yaml │ │ │ ├── CVE-2015-0554.yaml │ │ │ ├── CVE-2015-1000005.yaml │ │ │ ├── CVE-2015-1000010.yaml │ │ │ ├── CVE-2015-1000012.yaml │ │ │ ├── CVE-2015-1503.yaml │ │ │ ├── CVE-2015-1579.yaml │ │ │ ├── CVE-2015-2067.yaml │ │ │ ├── CVE-2015-2080.yaml │ │ │ ├── CVE-2015-2166.yaml │ │ │ ├── CVE-2015-2996.yaml │ │ │ ├── CVE-2015-3035.yaml │ │ │ ├── CVE-2015-3306.yaml │ │ │ ├── CVE-2015-3337.yaml │ │ │ ├── CVE-2015-3648.yaml │ │ │ ├── CVE-2015-3897.yaml │ │ │ ├── CVE-2015-4050.yaml │ │ │ ├── CVE-2015-4074.yaml │ │ │ ├── CVE-2015-4414.yaml │ │ │ ├── CVE-2015-4632.yaml │ │ │ ├── CVE-2015-4666.yaml │ │ │ ├── CVE-2015-4694.yaml │ │ │ ├── CVE-2015-5469.yaml │ │ │ ├── CVE-2015-5531.yaml │ │ │ ├── CVE-2015-5688.yaml │ │ │ ├── CVE-2015-7245.yaml │ │ │ ├── CVE-2015-7297.yaml │ │ │ ├── CVE-2015-8813.yaml │ │ │ ├── CVE-2015-9480.yaml │ │ │ ├── CVE-2016-0957.yaml │ │ │ ├── CVE-2016-10367.yaml │ │ │ ├── CVE-2016-10924.yaml │ │ │ ├── CVE-2016-10940.yaml │ │ │ ├── CVE-2016-10956.yaml │ │ │ ├── CVE-2016-10960.yaml │ │ │ ├── CVE-2016-2389.yaml │ │ │ ├── CVE-2016-3081.yaml │ │ │ ├── CVE-2016-4977.yaml │ │ │ ├── CVE-2016-6277.yaml │ │ │ ├── CVE-2016-6601.yaml │ │ │ ├── CVE-2016-7834.yaml │ │ │ ├── CVE-2017-0929.yaml │ │ │ ├── CVE-2017-1000028.yaml │ │ │ ├── CVE-2017-1000029.yaml │ │ │ ├── CVE-2017-1000170.yaml │ │ │ ├── CVE-2017-10075.yaml │ │ │ ├── CVE-2017-10271.yaml │ │ │ ├── CVE-2017-10974.yaml │ │ │ ├── CVE-2017-11512.yaml │ │ │ ├── CVE-2017-11610.yaml │ │ │ ├── CVE-2017-12615.yaml │ │ │ ├── CVE-2017-12637.yaml │ │ │ ├── CVE-2017-14535.yaml │ │ │ ├── CVE-2017-14849.yaml │ │ │ ├── CVE-2017-15363.yaml │ │ │ ├── CVE-2017-15647.yaml │ │ │ ├── CVE-2017-15715.yaml │ │ │ ├── CVE-2017-16806.yaml │ │ │ ├── CVE-2017-16877.yaml │ │ │ ├── CVE-2017-17562.yaml │ │ │ ├── CVE-2017-18638.yaml │ │ │ ├── CVE-2017-3506.yaml │ │ │ ├── CVE-2017-5521.yaml │ │ │ ├── CVE-2017-5982.yaml │ │ │ ├── CVE-2017-6090.yaml │ │ │ ├── CVE-2017-7615.yaml │ │ │ ├── CVE-2017-9805.yaml │ │ │ ├── CVE-2017-9822.yaml │ │ │ ├── CVE-2017-9833.yaml │ │ │ ├── CVE-2018-0296.yaml │ │ │ ├── CVE-2018-1000130.yaml │ │ │ ├── CVE-2018-1000600.yaml │ │ │ ├── CVE-2018-10093.yaml │ │ │ ├── CVE-2018-10201.yaml │ │ │ ├── CVE-2018-10822.yaml │ │ │ ├── CVE-2018-10823.yaml │ │ │ ├── CVE-2018-10956.yaml │ │ │ ├── CVE-2018-11231.yaml │ │ │ ├── CVE-2018-11759.yaml │ │ │ ├── CVE-2018-11776.yaml │ │ │ ├── CVE-2018-12054.yaml │ │ │ ├── CVE-2018-12296.yaml │ │ │ ├── CVE-2018-12613.yaml │ │ │ ├── CVE-2018-1335.yaml │ │ │ ├── CVE-2018-14912.yaml │ │ │ ├── CVE-2018-14918.yaml │ │ │ ├── CVE-2018-15138.yaml │ │ │ ├── CVE-2018-15517.yaml │ │ │ ├── CVE-2018-15535.yaml │ │ │ ├── CVE-2018-15745.yaml │ │ │ ├── CVE-2018-16288.yaml │ │ │ ├── CVE-2018-16299.yaml │ │ │ ├── CVE-2018-16341.yaml │ │ │ ├── CVE-2018-18264.yaml │ │ │ ├── CVE-2018-18323.yaml │ │ │ ├── CVE-2018-19326.yaml │ │ │ ├── CVE-2018-19458.yaml │ │ │ ├── CVE-2018-19753.yaml │ │ │ ├── CVE-2018-20463.yaml │ │ │ ├── CVE-2018-20470.yaml │ │ │ ├── CVE-2018-2392.yaml │ │ │ ├── CVE-2018-2791.yaml │ │ │ ├── CVE-2018-3760.yaml │ │ │ ├── CVE-2018-6008.yaml │ │ │ ├── CVE-2018-6184.yaml │ │ │ ├── CVE-2018-6910.yaml │ │ │ ├── CVE-2018-7422.yaml │ │ │ ├── CVE-2018-7467.yaml │ │ │ ├── CVE-2018-7490.yaml │ │ │ ├── CVE-2018-7700.yaml │ │ │ ├── CVE-2018-7719.yaml │ │ │ ├── CVE-2018-8033.yaml │ │ │ ├── CVE-2018-8715.yaml │ │ │ ├── CVE-2018-8727.yaml │ │ │ ├── CVE-2018-9118.yaml │ │ │ ├── CVE-2018-9205.yaml │ │ │ ├── CVE-2019-0193.yaml │ │ │ ├── CVE-2019-10717.yaml │ │ │ ├── CVE-2019-11248.yaml │ │ │ ├── CVE-2019-12276.yaml │ │ │ ├── CVE-2019-12593.yaml │ │ │ ├── CVE-2019-14205.yaml │ │ │ ├── CVE-2019-14251.yaml │ │ │ ├── CVE-2019-14322.yaml │ │ │ ├── CVE-2019-14530.yaml │ │ │ ├── CVE-2019-15858.yaml │ │ │ ├── CVE-2019-16123.yaml │ │ │ ├── CVE-2019-16313.yaml │ │ │ ├── CVE-2019-1653.yaml │ │ │ ├── CVE-2019-16996.yaml │ │ │ ├── CVE-2019-16997.yaml │ │ │ ├── CVE-2019-17418.yaml │ │ │ ├── CVE-2019-17538.yaml │ │ │ ├── CVE-2019-17558.yaml │ │ │ ├── CVE-2019-18371.yaml │ │ │ ├── CVE-2019-18665.yaml │ │ │ ├── CVE-2019-18922.yaml │ │ │ ├── CVE-2019-19824.yaml │ │ │ ├── CVE-2019-20085.yaml │ │ │ ├── CVE-2019-20183.yaml │ │ │ ├── CVE-2019-20224.yaml │ │ │ ├── CVE-2019-2578.yaml │ │ │ ├── CVE-2019-2616.yaml │ │ │ ├── CVE-2019-2767.yaml │ │ │ ├── CVE-2019-5418.yaml │ │ │ ├── CVE-2019-6340.yaml │ │ │ ├── CVE-2019-6715.yaml │ │ │ ├── CVE-2019-7254.yaml │ │ │ ├── CVE-2019-7315.yaml │ │ │ ├── CVE-2019-7481.yaml │ │ │ ├── CVE-2019-8086.yaml │ │ │ ├── CVE-2019-8442.yaml │ │ │ ├── CVE-2019-8903.yaml │ │ │ ├── CVE-2019-9041.yaml │ │ │ ├── CVE-2019-9726.yaml │ │ │ ├── CVE-2019-9922.yaml │ │ │ ├── CVE-2020-0618.yaml │ │ │ ├── CVE-2020-10973.yaml │ │ │ ├── CVE-2020-11450.yaml │ │ │ ├── CVE-2020-11738.yaml │ │ │ ├── CVE-2020-11853.yaml │ │ │ ├── CVE-2020-11978.yaml │ │ │ ├── CVE-2020-11991.yaml │ │ │ ├── CVE-2020-12116.yaml │ │ │ ├── CVE-2020-12127.yaml │ │ │ ├── CVE-2020-12447.yaml │ │ │ ├── CVE-2020-12478.yaml │ │ │ ├── CVE-2020-13158.yaml │ │ │ ├── CVE-2020-13405.yaml │ │ │ ├── CVE-2020-13700.yaml │ │ │ ├── CVE-2020-14864.yaml │ │ │ ├── CVE-2020-14883.yaml │ │ │ ├── CVE-2020-15050.yaml │ │ │ ├── CVE-2020-16139.yaml │ │ │ ├── CVE-2020-16952.yaml │ │ │ ├── CVE-2020-17505.yaml │ │ │ ├── CVE-2020-17518.yaml │ │ │ ├── CVE-2020-17519.yaml │ │ │ ├── CVE-2020-17526.yaml │ │ │ ├── CVE-2020-19360.yaml │ │ │ ├── CVE-2020-2036.yaml │ │ │ ├── CVE-2020-23575.yaml │ │ │ ├── CVE-2020-23972.yaml │ │ │ ├── CVE-2020-24312.yaml │ │ │ ├── CVE-2020-24571.yaml │ │ │ ├── CVE-2020-24579.yaml │ │ │ ├── CVE-2020-24949.yaml │ │ │ ├── CVE-2020-25078.yaml │ │ │ ├── CVE-2020-25540.yaml │ │ │ ├── CVE-2020-25780.yaml │ │ │ ├── CVE-2020-26073.yaml │ │ │ ├── CVE-2020-26248.yaml │ │ │ ├── CVE-2020-26876.yaml │ │ │ ├── CVE-2020-27191.yaml │ │ │ ├── CVE-2020-27361.yaml │ │ │ ├── CVE-2020-27467.yaml │ │ │ ├── CVE-2020-27866.yaml │ │ │ ├── CVE-2020-27986.yaml │ │ │ ├── CVE-2020-3452.yaml │ │ │ ├── CVE-2020-35234.yaml │ │ │ ├── CVE-2020-35580.yaml │ │ │ ├── CVE-2020-35598.yaml │ │ │ ├── CVE-2020-35736.yaml │ │ │ ├── CVE-2020-35749.yaml │ │ │ ├── CVE-2020-4463.yaml │ │ │ ├── CVE-2020-5192.yaml │ │ │ ├── CVE-2020-5410.yaml │ │ │ ├── CVE-2020-5776.yaml │ │ │ ├── CVE-2020-7943.yaml │ │ │ ├── CVE-2020-8163.yaml │ │ │ ├── CVE-2020-8209.yaml │ │ │ ├── CVE-2020-8641.yaml │ │ │ ├── CVE-2020-8654.yaml │ │ │ ├── CVE-2020-8813.yaml │ │ │ ├── CVE-2020-8982.yaml │ │ │ ├── CVE-2020-9043.yaml │ │ │ ├── CVE-2020-9047.yaml │ │ │ ├── CVE-2020-9315.yaml │ │ │ ├── CVE-2020-9376.yaml │ │ │ ├── CVE-2020-9402.yaml │ │ │ ├── CVE-2020-9425.yaml │ │ │ ├── CVE-2020-9483.yaml │ │ │ ├── CVE-2020-9484.yaml │ │ │ ├── CVE-2021-20091.yaml │ │ │ ├── CVE-2021-20092.yaml │ │ │ ├── CVE-2021-20114.yaml │ │ │ ├── CVE-2021-20123.yaml │ │ │ ├── CVE-2021-20124.yaml │ │ │ ├── CVE-2021-20167.yaml │ │ │ ├── CVE-2021-21234.yaml │ │ │ ├── CVE-2021-21287.yaml │ │ │ ├── CVE-2021-21311.yaml │ │ │ ├── CVE-2021-21315.yaml │ │ │ ├── CVE-2021-21389.yaml │ │ │ ├── CVE-2021-21975.yaml │ │ │ ├── CVE-2021-22053.yaml │ │ │ ├── CVE-2021-22054.yaml │ │ │ ├── CVE-2021-22214.yaml │ │ │ ├── CVE-2021-24145.yaml │ │ │ ├── CVE-2021-24146.yaml │ │ │ ├── CVE-2021-24150.yaml │ │ │ ├── CVE-2021-24155.yaml │ │ │ ├── CVE-2021-24226.yaml │ │ │ ├── CVE-2021-24227.yaml │ │ │ ├── CVE-2021-24278.yaml │ │ │ ├── CVE-2021-24340.yaml │ │ │ ├── CVE-2021-24347.yaml │ │ │ ├── CVE-2021-24554.yaml │ │ │ ├── CVE-2021-24750.yaml │ │ │ ├── CVE-2021-24917.yaml │ │ │ ├── CVE-2021-25052.yaml │ │ │ ├── CVE-2021-25296.yaml │ │ │ ├── CVE-2021-25297.yaml │ │ │ ├── CVE-2021-25298.yaml │ │ │ ├── CVE-2021-25646.yaml │ │ │ ├── CVE-2021-25864.yaml │ │ │ ├── CVE-2021-25899.yaml │ │ │ ├── CVE-2021-27358.yaml │ │ │ ├── CVE-2021-27748.yaml │ │ │ ├── CVE-2021-28151.yaml │ │ │ ├── CVE-2021-28854.yaml │ │ │ ├── CVE-2021-28937.yaml │ │ │ ├── CVE-2021-29156.yaml │ │ │ ├── CVE-2021-29442.yaml │ │ │ ├── CVE-2021-3017.yaml │ │ │ ├── CVE-2021-3019.yaml │ │ │ ├── CVE-2021-30497.yaml │ │ │ ├── CVE-2021-31602.yaml │ │ │ ├── CVE-2021-3223.yaml │ │ │ ├── CVE-2021-32789.yaml │ │ │ ├── CVE-2021-32819.yaml │ │ │ ├── CVE-2021-32820.yaml │ │ │ ├── CVE-2021-3293.yaml │ │ │ ├── CVE-2021-3297.yaml │ │ │ ├── CVE-2021-33544.yaml │ │ │ ├── CVE-2021-33807.yaml │ │ │ ├── CVE-2021-34805.yaml │ │ │ ├── CVE-2021-35380.yaml │ │ │ ├── CVE-2021-3577.yaml │ │ │ ├── CVE-2021-36748.yaml │ │ │ ├── CVE-2021-37589.yaml │ │ │ ├── CVE-2021-39226.yaml │ │ │ ├── CVE-2021-39312.yaml │ │ │ ├── CVE-2021-39316.yaml │ │ │ ├── CVE-2021-39433.yaml │ │ │ ├── CVE-2021-40150.yaml │ │ │ ├── CVE-2021-40661.yaml │ │ │ ├── CVE-2021-40822.yaml │ │ │ ├── CVE-2021-40856.yaml │ │ │ ├── CVE-2021-40875.yaml │ │ │ ├── CVE-2021-40978.yaml │ │ │ ├── CVE-2021-41277.yaml │ │ │ ├── CVE-2021-41282.yaml │ │ │ ├── CVE-2021-41291.yaml │ │ │ ├── CVE-2021-41293.yaml │ │ │ ├── CVE-2021-41381.yaml │ │ │ ├── CVE-2021-41569.yaml │ │ │ ├── CVE-2021-41648.yaml │ │ │ ├── CVE-2021-41691.yaml │ │ │ ├── CVE-2021-41773.yaml │ │ │ ├── CVE-2021-42192.yaml │ │ │ ├── CVE-2021-43287.yaml │ │ │ ├── CVE-2021-43495.yaml │ │ │ ├── CVE-2021-43496.yaml │ │ │ ├── CVE-2021-43734.yaml │ │ │ ├── CVE-2021-43778.yaml │ │ │ ├── CVE-2021-43798.yaml │ │ │ ├── CVE-2021-45043.yaml │ │ │ ├── CVE-2021-45968.yaml │ │ │ ├── CVE-2021-46381.yaml │ │ │ ├── CVE-2021-46417.yaml │ │ │ ├── CVE-2022-0165.yaml │ │ │ ├── CVE-2022-0281.yaml │ │ │ ├── CVE-2022-0656.yaml │ │ │ ├── CVE-2022-0660.yaml │ │ │ ├── CVE-2022-0776.yaml │ │ │ ├── CVE-2022-0824.yaml │ │ │ ├── CVE-2022-0952.yaml │ │ │ ├── CVE-2022-1119.yaml │ │ │ ├── CVE-2022-1392.yaml │ │ │ ├── CVE-2022-1442.yaml │ │ │ ├── CVE-2022-1713.yaml │ │ │ ├── CVE-2022-1768.yaml │ │ │ ├── CVE-2022-1815.yaml │ │ │ ├── CVE-2022-1883.yaml │ │ │ ├── CVE-2022-21371.yaml │ │ │ ├── CVE-2022-21500.yaml │ │ │ ├── CVE-2022-21705.yaml │ │ │ ├── CVE-2022-2185.yaml │ │ │ ├── CVE-2022-23347.yaml │ │ │ ├── CVE-2022-2379.yaml │ │ │ ├── CVE-2022-23854.yaml │ │ │ ├── CVE-2022-24124.yaml │ │ │ ├── CVE-2022-24129.yaml │ │ │ ├── CVE-2022-24288.yaml │ │ │ ├── CVE-2022-24856.yaml │ │ │ ├── CVE-2022-24900.yaml │ │ │ ├── CVE-2022-24990.yaml │ │ │ ├── CVE-2022-25216.yaml │ │ │ ├── CVE-2022-2544.yaml │ │ │ ├── CVE-2022-25481.yaml │ │ │ ├── CVE-2022-2551.yaml │ │ │ ├── CVE-2022-26233.yaml │ │ │ ├── CVE-2022-27849.yaml │ │ │ ├── CVE-2022-28079.yaml │ │ │ ├── CVE-2022-28080.yaml │ │ │ ├── CVE-2022-28955.yaml │ │ │ ├── CVE-2022-29014.yaml │ │ │ ├── CVE-2022-29153.yaml │ │ │ ├── CVE-2022-29298.yaml │ │ │ ├── CVE-2022-29301.yaml │ │ │ ├── CVE-2022-31268.yaml │ │ │ ├── CVE-2022-31269.yaml │ │ │ ├── CVE-2022-31474.yaml │ │ │ ├── CVE-2022-31793.yaml │ │ │ ├── CVE-2022-31845.yaml │ │ │ ├── CVE-2022-31846.yaml │ │ │ ├── CVE-2022-31847.yaml │ │ │ ├── CVE-2022-32007.yaml │ │ │ ├── CVE-2022-32015.yaml │ │ │ ├── CVE-2022-32018.yaml │ │ │ ├── CVE-2022-32022.yaml │ │ │ ├── CVE-2022-32024.yaml │ │ │ ├── CVE-2022-32025.yaml │ │ │ ├── CVE-2022-32026.yaml │ │ │ ├── CVE-2022-32028.yaml │ │ │ ├── CVE-2022-33174.yaml │ │ │ ├── CVE-2022-33891.yaml │ │ │ ├── CVE-2022-33901.yaml │ │ │ ├── CVE-2022-34046.yaml │ │ │ ├── CVE-2022-34047.yaml │ │ │ ├── CVE-2022-34121.yaml │ │ │ ├── CVE-2022-34576.yaml │ │ │ ├── CVE-2022-34590.yaml │ │ │ ├── CVE-2022-34753.yaml │ │ │ ├── CVE-2022-36537.yaml │ │ │ ├── CVE-2022-36804.yaml │ │ │ ├── CVE-2022-36883.yaml │ │ │ ├── CVE-2022-3768.yaml │ │ │ ├── CVE-2022-38794.yaml │ │ │ ├── CVE-2022-38817.yaml │ │ │ ├── CVE-2022-38870.yaml │ │ │ ├── CVE-2022-45362.yaml │ │ │ ├── CVE-2022-45805.yaml │ │ │ ├── CVE-2022-48165.yaml │ │ │ ├── CVE-2023-0669.yaml │ │ │ └── CVE-2023-23492.yaml │ ├── info │ │ └── standalone │ │ │ ├── CVE-2010-1870.yaml │ │ │ └── CVE-2021-31195.yaml │ ├── low │ │ └── standalone │ │ │ ├── CNVD-2020-56167.yaml │ │ │ ├── CVE-2000-0114.yaml │ │ │ ├── CVE-2013-2248.yaml │ │ │ ├── CVE-2014-4942.yaml │ │ │ ├── CVE-2015-7823.yaml │ │ │ └── CVE-2021-25075.yaml │ └── medium │ │ └── standalone │ │ ├── CNVD-2020-62422.yaml │ │ ├── CNVD-2020-67113.yaml │ │ ├── CVE-2002-1131.yaml │ │ ├── CVE-2004-0519.yaml │ │ ├── CVE-2005-2428.yaml │ │ ├── CVE-2005-4385.yaml │ │ ├── CVE-2006-1681.yaml │ │ ├── CVE-2007-0885.yaml │ │ ├── CVE-2007-5728.yaml │ │ ├── CVE-2008-2398.yaml │ │ ├── CVE-2008-5587.yaml │ │ ├── CVE-2008-6465.yaml │ │ ├── CVE-2009-1872.yaml │ │ ├── CVE-2009-5020.yaml │ │ ├── CVE-2010-0467.yaml │ │ ├── CVE-2010-1429.yaml │ │ ├── CVE-2011-4336.yaml │ │ ├── CVE-2011-4618.yaml │ │ ├── CVE-2011-4624.yaml │ │ ├── CVE-2011-4926.yaml │ │ ├── CVE-2011-5106.yaml │ │ ├── CVE-2011-5107.yaml │ │ ├── CVE-2011-5179.yaml │ │ ├── CVE-2011-5181.yaml │ │ ├── CVE-2011-5265.yaml │ │ ├── CVE-2012-0901.yaml │ │ ├── CVE-2012-1835.yaml │ │ ├── CVE-2012-2371.yaml │ │ ├── CVE-2012-4242.yaml │ │ ├── CVE-2012-4273.yaml │ │ ├── CVE-2012-4547.yaml │ │ ├── CVE-2012-4768.yaml │ │ ├── CVE-2012-4889.yaml │ │ ├── CVE-2012-5913.yaml │ │ ├── CVE-2013-2287.yaml │ │ ├── CVE-2013-3526.yaml │ │ ├── CVE-2013-3827.yaml │ │ ├── CVE-2013-4117.yaml │ │ ├── CVE-2013-4625.yaml │ │ ├── CVE-2013-6281.yaml │ │ ├── CVE-2014-2908.yaml │ │ ├── CVE-2014-4210.yaml │ │ ├── CVE-2014-4513.yaml │ │ ├── CVE-2014-4535.yaml │ │ ├── CVE-2014-4536.yaml │ │ ├── CVE-2014-4539.yaml │ │ ├── CVE-2014-4544.yaml │ │ ├── CVE-2014-4550.yaml │ │ ├── CVE-2014-4558.yaml │ │ ├── CVE-2014-4561.yaml │ │ ├── CVE-2014-4592.yaml │ │ ├── CVE-2014-8676.yaml │ │ ├── CVE-2014-9094.yaml │ │ ├── CVE-2014-9444.yaml │ │ ├── CVE-2014-9606.yaml │ │ ├── CVE-2014-9607.yaml │ │ ├── CVE-2014-9608.yaml │ │ ├── CVE-2014-9609.yaml │ │ ├── CVE-2014-9615.yaml │ │ ├── CVE-2014-9617.yaml │ │ ├── CVE-2015-1880.yaml │ │ ├── CVE-2015-2068.yaml │ │ ├── CVE-2015-2755.yaml │ │ ├── CVE-2015-2807.yaml │ │ ├── CVE-2015-4063.yaml │ │ ├── CVE-2015-4127.yaml │ │ ├── CVE-2015-4668.yaml │ │ ├── CVE-2015-5354.yaml │ │ ├── CVE-2015-5461.yaml │ │ ├── CVE-2015-5471.yaml │ │ ├── CVE-2015-6477.yaml │ │ ├── CVE-2015-6544.yaml │ │ ├── CVE-2015-6920.yaml │ │ ├── CVE-2015-7377.yaml │ │ ├── CVE-2015-7780.yaml │ │ ├── CVE-2015-8349.yaml │ │ ├── CVE-2015-8399.yaml │ │ ├── CVE-2015-9312.yaml │ │ ├── CVE-2015-9414.yaml │ │ ├── CVE-2016-1000126.yaml │ │ ├── CVE-2016-1000127.yaml │ │ ├── CVE-2016-1000128.yaml │ │ ├── CVE-2016-1000129.yaml │ │ ├── CVE-2016-1000130.yaml │ │ ├── CVE-2016-1000131.yaml │ │ ├── CVE-2016-1000132.yaml │ │ ├── CVE-2016-1000133.yaml │ │ ├── CVE-2016-1000134.yaml │ │ ├── CVE-2016-1000135.yaml │ │ ├── CVE-2016-1000136.yaml │ │ ├── CVE-2016-1000137.yaml │ │ ├── CVE-2016-1000138.yaml │ │ ├── CVE-2016-1000139.yaml │ │ ├── CVE-2016-1000140.yaml │ │ ├── CVE-2016-1000141.yaml │ │ ├── CVE-2016-1000142.yaml │ │ ├── CVE-2016-1000143.yaml │ │ ├── CVE-2016-1000146.yaml │ │ ├── CVE-2016-1000148.yaml │ │ ├── CVE-2016-1000149.yaml │ │ ├── CVE-2016-1000152.yaml │ │ ├── CVE-2016-1000153.yaml │ │ ├── CVE-2016-1000154.yaml │ │ ├── CVE-2016-1000155.yaml │ │ ├── CVE-2016-10368.yaml │ │ ├── CVE-2016-10993.yaml │ │ ├── CVE-2016-3978.yaml │ │ ├── CVE-2016-4975.yaml │ │ ├── CVE-2016-7981.yaml │ │ ├── CVE-2016-8527.yaml │ │ ├── CVE-2017-1000163.yaml │ │ ├── CVE-2017-11586.yaml │ │ ├── CVE-2017-11629.yaml │ │ ├── CVE-2017-12138.yaml │ │ ├── CVE-2017-12544.yaml │ │ ├── CVE-2017-12583.yaml │ │ ├── CVE-2017-12794.yaml │ │ ├── CVE-2017-14186.yaml │ │ ├── CVE-2017-14537.yaml │ │ ├── CVE-2017-14622.yaml │ │ ├── CVE-2017-14651.yaml │ │ ├── CVE-2017-15287.yaml │ │ ├── CVE-2017-17043.yaml │ │ ├── CVE-2017-17059.yaml │ │ ├── CVE-2017-17451.yaml │ │ ├── CVE-2017-18024.yaml │ │ ├── CVE-2017-18536.yaml │ │ ├── CVE-2017-18598.yaml │ │ ├── CVE-2017-3528.yaml │ │ ├── CVE-2017-4011.yaml │ │ ├── CVE-2017-5487.yaml │ │ ├── CVE-2017-5631.yaml │ │ ├── CVE-2017-7391.yaml │ │ ├── CVE-2017-9140.yaml │ │ ├── CVE-2017-9288.yaml │ │ ├── CVE-2017-9506.yaml │ │ ├── CVE-2018-1000129.yaml │ │ ├── CVE-2018-1000671.yaml │ │ ├── CVE-2018-1000856.yaml │ │ ├── CVE-2018-10095.yaml │ │ ├── CVE-2018-10141.yaml │ │ ├── CVE-2018-10230.yaml │ │ ├── CVE-2018-11227.yaml │ │ ├── CVE-2018-11409.yaml │ │ ├── CVE-2018-11473.yaml │ │ ├── CVE-2018-11709.yaml │ │ ├── CVE-2018-11784.yaml │ │ ├── CVE-2018-12095.yaml │ │ ├── CVE-2018-12300.yaml │ │ ├── CVE-2018-12675.yaml │ │ ├── CVE-2018-1271.yaml │ │ ├── CVE-2018-12998.yaml │ │ ├── CVE-2018-13380.yaml │ │ ├── CVE-2018-13980.yaml │ │ ├── CVE-2018-14013.yaml │ │ ├── CVE-2018-14474.yaml │ │ ├── CVE-2018-14574.yaml │ │ ├── CVE-2018-14931.yaml │ │ ├── CVE-2018-16059.yaml │ │ ├── CVE-2018-16133.yaml │ │ ├── CVE-2018-16139.yaml │ │ ├── CVE-2018-16668.yaml │ │ ├── CVE-2018-16670.yaml │ │ ├── CVE-2018-16671.yaml │ │ ├── CVE-2018-16761.yaml │ │ ├── CVE-2018-16979.yaml │ │ ├── CVE-2018-17422.yaml │ │ ├── CVE-2018-18069.yaml │ │ ├── CVE-2018-18570.yaml │ │ ├── CVE-2018-18608.yaml │ │ ├── CVE-2018-18775.yaml │ │ ├── CVE-2018-18777.yaml │ │ ├── CVE-2018-18778.yaml │ │ ├── CVE-2018-19136.yaml │ │ ├── CVE-2018-19137.yaml │ │ ├── CVE-2018-19287.yaml │ │ ├── CVE-2018-19386.yaml │ │ ├── CVE-2018-19439.yaml │ │ ├── CVE-2018-19749.yaml │ │ ├── CVE-2018-19751.yaml │ │ ├── CVE-2018-19752.yaml │ │ ├── CVE-2018-19877.yaml │ │ ├── CVE-2018-19892.yaml │ │ ├── CVE-2018-19914.yaml │ │ ├── CVE-2018-19915.yaml │ │ ├── CVE-2018-20009.yaml │ │ ├── CVE-2018-20010.yaml │ │ ├── CVE-2018-20011.yaml │ │ ├── CVE-2018-20462.yaml │ │ ├── CVE-2018-20824.yaml │ │ ├── CVE-2018-3167.yaml │ │ ├── CVE-2018-3238.yaml │ │ ├── CVE-2018-3714.yaml │ │ ├── CVE-2018-5230.yaml │ │ ├── CVE-2018-5233.yaml │ │ ├── CVE-2018-5316.yaml │ │ ├── CVE-2018-5715.yaml │ │ ├── CVE-2018-6200.yaml │ │ ├── CVE-2018-7662.yaml │ │ ├── CVE-2018-8006.yaml │ │ ├── CVE-2018-8719.yaml │ │ ├── CVE-2018-8770.yaml │ │ ├── CVE-2019-0221.yaml │ │ ├── CVE-2019-10092.yaml │ │ ├── CVE-2019-1010287.yaml │ │ ├── CVE-2019-1010290.yaml │ │ ├── CVE-2019-10405.yaml │ │ ├── CVE-2019-10475.yaml │ │ ├── CVE-2019-11013.yaml │ │ ├── CVE-2019-11370.yaml │ │ ├── CVE-2019-11869.yaml │ │ ├── CVE-2019-12461.yaml │ │ ├── CVE-2019-12581.yaml │ │ ├── CVE-2019-12616.yaml │ │ ├── CVE-2019-12962.yaml │ │ ├── CVE-2019-13392.yaml │ │ ├── CVE-2019-13396.yaml │ │ ├── CVE-2019-14223.yaml │ │ ├── CVE-2019-14312.yaml │ │ ├── CVE-2019-14470.yaml │ │ ├── CVE-2019-14696.yaml │ │ ├── CVE-2019-14974.yaml │ │ ├── CVE-2019-15501.yaml │ │ ├── CVE-2019-15713.yaml │ │ ├── CVE-2019-15811.yaml │ │ ├── CVE-2019-15889.yaml │ │ ├── CVE-2019-16097.yaml │ │ ├── CVE-2019-16332.yaml │ │ ├── CVE-2019-16525.yaml │ │ ├── CVE-2019-16931.yaml │ │ ├── CVE-2019-17503.yaml │ │ ├── CVE-2019-18393.yaml │ │ ├── CVE-2019-18957.yaml │ │ ├── CVE-2019-19134.yaml │ │ ├── CVE-2019-19368.yaml │ │ ├── CVE-2019-19908.yaml │ │ ├── CVE-2019-19985.yaml │ │ ├── CVE-2019-20141.yaml │ │ ├── CVE-2019-20210.yaml │ │ ├── CVE-2019-2579.yaml │ │ ├── CVE-2019-2588.yaml │ │ ├── CVE-2019-3401.yaml │ │ ├── CVE-2019-3402.yaml │ │ ├── CVE-2019-3403.yaml │ │ ├── CVE-2019-3799.yaml │ │ ├── CVE-2019-3911.yaml │ │ ├── CVE-2019-3912.yaml │ │ ├── CVE-2019-6112.yaml │ │ ├── CVE-2019-6802.yaml │ │ ├── CVE-2019-7219.yaml │ │ ├── CVE-2019-7255.yaml │ │ ├── CVE-2019-7275.yaml │ │ ├── CVE-2019-7543.yaml │ │ ├── CVE-2019-8446.yaml │ │ ├── CVE-2019-8449.yaml │ │ ├── CVE-2019-8451.yaml │ │ ├── CVE-2019-8937.yaml │ │ ├── CVE-2019-9915.yaml │ │ ├── CVE-2019-9955.yaml │ │ ├── CVE-2019-9978.yaml │ │ ├── CVE-2020-10770.yaml │ │ ├── CVE-2020-11034.yaml │ │ ├── CVE-2020-11110.yaml │ │ ├── CVE-2020-11529.yaml │ │ ├── CVE-2020-11547.yaml │ │ ├── CVE-2020-11930.yaml │ │ ├── CVE-2020-12054.yaml │ │ ├── CVE-2020-13121.yaml │ │ ├── CVE-2020-13258.yaml │ │ ├── CVE-2020-13483.yaml │ │ ├── CVE-2020-13820.yaml │ │ ├── CVE-2020-13937.yaml │ │ ├── CVE-2020-13945.yaml │ │ ├── CVE-2020-14179.yaml │ │ ├── CVE-2020-14181.yaml │ │ ├── CVE-2020-14408.yaml │ │ ├── CVE-2020-14413.yaml │ │ ├── CVE-2020-15129.yaml │ │ ├── CVE-2020-15500.yaml │ │ ├── CVE-2020-15895.yaml │ │ ├── CVE-2020-17362.yaml │ │ ├── CVE-2020-17453.yaml │ │ ├── CVE-2020-18268.yaml │ │ ├── CVE-2020-19282.yaml │ │ ├── CVE-2020-19283.yaml │ │ ├── CVE-2020-19295.yaml │ │ ├── CVE-2020-1943.yaml │ │ ├── CVE-2020-20285.yaml │ │ ├── CVE-2020-2096.yaml │ │ ├── CVE-2020-20988.yaml │ │ ├── CVE-2020-2103.yaml │ │ ├── CVE-2020-2140.yaml │ │ ├── CVE-2020-22840.yaml │ │ ├── CVE-2020-23015.yaml │ │ ├── CVE-2020-23517.yaml │ │ ├── CVE-2020-23697.yaml │ │ ├── CVE-2020-24223.yaml │ │ ├── CVE-2020-24550.yaml │ │ ├── CVE-2020-24902.yaml │ │ ├── CVE-2020-24903.yaml │ │ ├── CVE-2020-24912.yaml │ │ ├── CVE-2020-25495.yaml │ │ ├── CVE-2020-25864.yaml │ │ ├── CVE-2020-26153.yaml │ │ ├── CVE-2020-26413.yaml │ │ ├── CVE-2020-27735.yaml │ │ ├── CVE-2020-27982.yaml │ │ ├── CVE-2020-28208.yaml │ │ ├── CVE-2020-28351.yaml │ │ ├── CVE-2020-28976.yaml │ │ ├── CVE-2020-29164.yaml │ │ ├── CVE-2020-29395.yaml │ │ ├── CVE-2020-29453.yaml │ │ ├── CVE-2020-35774.yaml │ │ ├── CVE-2020-3580.yaml │ │ ├── CVE-2020-36289.yaml │ │ ├── CVE-2020-36365.yaml │ │ ├── CVE-2020-36510.yaml │ │ ├── CVE-2020-5191.yaml │ │ ├── CVE-2020-5284.yaml │ │ ├── CVE-2020-5405.yaml │ │ ├── CVE-2020-5412.yaml │ │ ├── CVE-2020-5775.yaml │ │ ├── CVE-2020-6171.yaml │ │ ├── CVE-2020-6308.yaml │ │ ├── CVE-2020-7318.yaml │ │ ├── CVE-2020-8115.yaml │ │ ├── CVE-2020-8191.yaml │ │ ├── CVE-2020-8193.yaml │ │ ├── CVE-2020-8194.yaml │ │ ├── CVE-2020-8497.yaml │ │ ├── CVE-2020-8512.yaml │ │ ├── CVE-2020-9036.yaml │ │ ├── CVE-2020-9344.yaml │ │ ├── CVE-2020-9496.yaml │ │ ├── CVE-2021-1499.yaml │ │ ├── CVE-2021-20031.yaml │ │ ├── CVE-2021-20137.yaml │ │ ├── CVE-2021-20150.yaml │ │ ├── CVE-2021-20323.yaml │ │ ├── CVE-2021-20792.yaml │ │ ├── CVE-2021-21087.yaml │ │ ├── CVE-2021-21402.yaml │ │ ├── CVE-2021-21745.yaml │ │ ├── CVE-2021-21799.yaml │ │ ├── CVE-2021-21800.yaml │ │ ├── CVE-2021-21801.yaml │ │ ├── CVE-2021-21802.yaml │ │ ├── CVE-2021-21803.yaml │ │ ├── CVE-2021-21816.yaml │ │ ├── CVE-2021-21973.yaml │ │ ├── CVE-2021-22122.yaml │ │ ├── CVE-2021-22145.yaml │ │ ├── CVE-2021-22873.yaml │ │ ├── CVE-2021-23241.yaml │ │ ├── CVE-2021-24165.yaml │ │ ├── CVE-2021-24169.yaml │ │ ├── CVE-2021-24176.yaml │ │ ├── CVE-2021-24210.yaml │ │ ├── CVE-2021-24214.yaml │ │ ├── CVE-2021-24235.yaml │ │ ├── CVE-2021-24237.yaml │ │ ├── CVE-2021-24245.yaml │ │ ├── CVE-2021-24274.yaml │ │ ├── CVE-2021-24275.yaml │ │ ├── CVE-2021-24276.yaml │ │ ├── CVE-2021-24287.yaml │ │ ├── CVE-2021-24288.yaml │ │ ├── CVE-2021-24291.yaml │ │ ├── CVE-2021-24298.yaml │ │ ├── CVE-2021-24300.yaml │ │ ├── CVE-2021-24316.yaml │ │ ├── CVE-2021-24320.yaml │ │ ├── CVE-2021-24335.yaml │ │ ├── CVE-2021-24342.yaml │ │ ├── CVE-2021-24358.yaml │ │ ├── CVE-2021-24364.yaml │ │ ├── CVE-2021-24387.yaml │ │ ├── CVE-2021-24389.yaml │ │ ├── CVE-2021-24406.yaml │ │ ├── CVE-2021-24407.yaml │ │ ├── CVE-2021-24488.yaml │ │ ├── CVE-2021-24495.yaml │ │ ├── CVE-2021-24498.yaml │ │ ├── CVE-2021-24510.yaml │ │ ├── CVE-2021-24746.yaml │ │ ├── CVE-2021-24838.yaml │ │ ├── CVE-2021-24875.yaml │ │ ├── CVE-2021-24891.yaml │ │ ├── CVE-2021-24910.yaml │ │ ├── CVE-2021-24926.yaml │ │ ├── CVE-2021-24940.yaml │ │ ├── CVE-2021-24947.yaml │ │ ├── CVE-2021-24987.yaml │ │ ├── CVE-2021-24991.yaml │ │ ├── CVE-2021-24997.yaml │ │ ├── CVE-2021-25008.yaml │ │ ├── CVE-2021-25028.yaml │ │ ├── CVE-2021-25033.yaml │ │ ├── CVE-2021-25055.yaml │ │ ├── CVE-2021-25063.yaml │ │ ├── CVE-2021-25067.yaml │ │ ├── CVE-2021-25074.yaml │ │ ├── CVE-2021-25085.yaml │ │ ├── CVE-2021-25099.yaml │ │ ├── CVE-2021-25104.yaml │ │ ├── CVE-2021-25111.yaml │ │ ├── CVE-2021-25112.yaml │ │ ├── CVE-2021-25118.yaml │ │ ├── CVE-2021-25120.yaml │ │ ├── CVE-2021-25299.yaml │ │ ├── CVE-2021-26085.yaml │ │ ├── CVE-2021-26086.yaml │ │ ├── CVE-2021-26247.yaml │ │ ├── CVE-2021-26475.yaml │ │ ├── CVE-2021-26598.yaml │ │ ├── CVE-2021-26702.yaml │ │ ├── CVE-2021-26710.yaml │ │ ├── CVE-2021-26723.yaml │ │ ├── CVE-2021-26812.yaml │ │ ├── CVE-2021-27309.yaml │ │ ├── CVE-2021-27310.yaml │ │ ├── CVE-2021-27330.yaml │ │ ├── CVE-2021-27519.yaml │ │ ├── CVE-2021-27520.yaml │ │ ├── CVE-2021-27909.yaml │ │ ├── CVE-2021-28149.yaml │ │ ├── CVE-2021-28150.yaml │ │ ├── CVE-2021-28164.yaml │ │ ├── CVE-2021-28169.yaml │ │ ├── CVE-2021-28377.yaml │ │ ├── CVE-2021-29484.yaml │ │ ├── CVE-2021-29490.yaml │ │ ├── CVE-2021-29622.yaml │ │ ├── CVE-2021-29625.yaml │ │ ├── CVE-2021-3002.yaml │ │ ├── CVE-2021-30049.yaml │ │ ├── CVE-2021-30134.yaml │ │ ├── CVE-2021-30151.yaml │ │ ├── CVE-2021-30213.yaml │ │ ├── CVE-2021-31249.yaml │ │ ├── CVE-2021-31250.yaml │ │ ├── CVE-2021-31537.yaml │ │ ├── CVE-2021-31581.yaml │ │ ├── CVE-2021-31589.yaml │ │ ├── CVE-2021-31682.yaml │ │ ├── CVE-2021-31862.yaml │ │ ├── CVE-2021-32618.yaml │ │ ├── CVE-2021-3374.yaml │ │ ├── CVE-2021-3377.yaml │ │ ├── CVE-2021-33851.yaml │ │ ├── CVE-2021-33904.yaml │ │ ├── CVE-2021-34370.yaml │ │ ├── CVE-2021-34429.yaml │ │ ├── CVE-2021-34640.yaml │ │ ├── CVE-2021-34643.yaml │ │ ├── CVE-2021-35265.yaml │ │ ├── CVE-2021-35488.yaml │ │ ├── CVE-2021-36450.yaml │ │ ├── CVE-2021-3654.yaml │ │ ├── CVE-2021-36580.yaml │ │ ├── CVE-2021-36749.yaml │ │ ├── CVE-2021-36873.yaml │ │ ├── CVE-2021-37216.yaml │ │ ├── CVE-2021-37416.yaml │ │ ├── CVE-2021-37573.yaml │ │ ├── CVE-2021-37704.yaml │ │ ├── CVE-2021-37833.yaml │ │ ├── CVE-2021-38314.yaml │ │ ├── CVE-2021-38702.yaml │ │ ├── CVE-2021-38704.yaml │ │ ├── CVE-2021-38751.yaml │ │ ├── CVE-2021-39211.yaml │ │ ├── CVE-2021-39320.yaml │ │ ├── CVE-2021-39322.yaml │ │ ├── CVE-2021-39327.yaml │ │ ├── CVE-2021-39350.yaml │ │ ├── CVE-2021-39501.yaml │ │ ├── CVE-2021-40149.yaml │ │ ├── CVE-2021-40542.yaml │ │ ├── CVE-2021-40868.yaml │ │ ├── CVE-2021-41174.yaml │ │ ├── CVE-2021-41192.yaml │ │ ├── CVE-2021-41349.yaml │ │ ├── CVE-2021-41432.yaml │ │ ├── CVE-2021-41467.yaml │ │ ├── CVE-2021-41826.yaml │ │ ├── CVE-2021-41878.yaml │ │ ├── CVE-2021-4191.yaml │ │ ├── CVE-2021-41951.yaml │ │ ├── CVE-2021-42063.yaml │ │ ├── CVE-2021-42551.yaml │ │ ├── CVE-2021-42565.yaml │ │ ├── CVE-2021-42566.yaml │ │ ├── CVE-2021-42567.yaml │ │ ├── CVE-2021-42663.yaml │ │ ├── CVE-2021-43062.yaml │ │ ├── CVE-2021-43574.yaml │ │ ├── CVE-2021-43810.yaml │ │ ├── CVE-2021-44451.yaml │ │ ├── CVE-2021-44528.yaml │ │ ├── CVE-2021-44848.yaml │ │ ├── CVE-2021-45380.yaml │ │ ├── CVE-2021-45422.yaml │ │ ├── CVE-2021-46005.yaml │ │ ├── CVE-2021-46068.yaml │ │ ├── CVE-2021-46069.yaml │ │ ├── CVE-2021-46071.yaml │ │ ├── CVE-2021-46072.yaml │ │ ├── CVE-2021-46073.yaml │ │ ├── CVE-2021-46379.yaml │ │ ├── CVE-2021-46387.yaml │ │ ├── CVE-2022-0140.yaml │ │ ├── CVE-2022-0147.yaml │ │ ├── CVE-2022-0148.yaml │ │ ├── CVE-2022-0149.yaml │ │ ├── CVE-2022-0150.yaml │ │ ├── CVE-2022-0189.yaml │ │ ├── CVE-2022-0201.yaml │ │ ├── CVE-2022-0208.yaml │ │ ├── CVE-2022-0218.yaml │ │ ├── CVE-2022-0220.yaml │ │ ├── CVE-2022-0234.yaml │ │ ├── CVE-2022-0271.yaml │ │ ├── CVE-2022-0288.yaml │ │ ├── CVE-2022-0346.yaml │ │ ├── CVE-2022-0378.yaml │ │ ├── CVE-2022-0381.yaml │ │ ├── CVE-2022-0422.yaml │ │ ├── CVE-2022-0432.yaml │ │ ├── CVE-2022-0437.yaml │ │ ├── CVE-2022-0535.yaml │ │ ├── CVE-2022-0594.yaml │ │ ├── CVE-2022-0595.yaml │ │ ├── CVE-2022-0599.yaml │ │ ├── CVE-2022-0653.yaml │ │ ├── CVE-2022-0678.yaml │ │ ├── CVE-2022-0692.yaml │ │ ├── CVE-2022-0870.yaml │ │ ├── CVE-2022-0928.yaml │ │ ├── CVE-2022-0954.yaml │ │ ├── CVE-2022-0963.yaml │ │ ├── CVE-2022-0968.yaml │ │ ├── CVE-2022-1007.yaml │ │ ├── CVE-2022-1054.yaml │ │ ├── CVE-2022-1168.yaml │ │ ├── CVE-2022-1221.yaml │ │ ├── CVE-2022-1439.yaml │ │ ├── CVE-2022-1595.yaml │ │ ├── CVE-2022-1597.yaml │ │ ├── CVE-2022-1598.yaml │ │ ├── CVE-2022-1724.yaml │ │ ├── CVE-2022-1904.yaml │ │ ├── CVE-2022-1906.yaml │ │ ├── CVE-2022-1910.yaml │ │ ├── CVE-2022-1916.yaml │ │ ├── CVE-2022-1933.yaml │ │ ├── CVE-2022-1937.yaml │ │ ├── CVE-2022-1946.yaml │ │ ├── CVE-2022-2034.yaml │ │ ├── CVE-2022-2187.yaml │ │ ├── CVE-2022-22242.yaml │ │ ├── CVE-2022-2290.yaml │ │ ├── CVE-2022-23134.yaml │ │ ├── CVE-2022-23348.yaml │ │ ├── CVE-2022-2373.yaml │ │ ├── CVE-2022-2376.yaml │ │ ├── CVE-2022-23779.yaml │ │ ├── CVE-2022-23808.yaml │ │ ├── CVE-2022-2383.yaml │ │ ├── CVE-2022-24181.yaml │ │ ├── CVE-2022-24681.yaml │ │ ├── CVE-2022-24899.yaml │ │ ├── CVE-2022-25323.yaml │ │ ├── CVE-2022-25356.yaml │ │ ├── CVE-2022-2546.yaml │ │ ├── CVE-2022-2599.yaml │ │ ├── CVE-2022-26159.yaml │ │ ├── CVE-2022-26263.yaml │ │ ├── CVE-2022-2633.yaml │ │ ├── CVE-2022-26564.yaml │ │ ├── CVE-2022-28117.yaml │ │ ├── CVE-2022-28290.yaml │ │ ├── CVE-2022-28363.yaml │ │ ├── CVE-2022-28365.yaml │ │ ├── CVE-2022-2863.yaml │ │ ├── CVE-2022-28923.yaml │ │ ├── CVE-2022-29004.yaml │ │ ├── CVE-2022-29005.yaml │ │ ├── CVE-2022-29272.yaml │ │ ├── CVE-2022-29299.yaml │ │ ├── CVE-2022-29349.yaml │ │ ├── CVE-2022-29455.yaml │ │ ├── CVE-2022-29548.yaml │ │ ├── CVE-2022-30073.yaml │ │ ├── CVE-2022-30489.yaml │ │ ├── CVE-2022-30513.yaml │ │ ├── CVE-2022-30514.yaml │ │ ├── CVE-2022-30776.yaml │ │ ├── CVE-2022-30777.yaml │ │ ├── CVE-2022-31299.yaml │ │ ├── CVE-2022-31373.yaml │ │ ├── CVE-2022-31798.yaml │ │ ├── CVE-2022-32195.yaml │ │ ├── CVE-2022-32444.yaml │ │ ├── CVE-2022-32770.yaml │ │ ├── CVE-2022-32771.yaml │ │ ├── CVE-2022-32772.yaml │ │ ├── CVE-2022-33119.yaml │ │ ├── CVE-2022-34048.yaml │ │ ├── CVE-2022-34049.yaml │ │ ├── CVE-2022-34328.yaml │ │ ├── CVE-2022-3484.yaml │ │ ├── CVE-2022-3506.yaml │ │ ├── CVE-2022-35151.yaml │ │ ├── CVE-2022-35416.yaml │ │ ├── CVE-2022-35493.yaml │ │ ├── CVE-2022-3578.yaml │ │ ├── CVE-2022-37153.yaml │ │ ├── CVE-2022-37299.yaml │ │ ├── CVE-2022-38463.yaml │ │ ├── CVE-2022-38553.yaml │ │ ├── CVE-2022-39195.yaml │ │ ├── CVE-2022-3934.yaml │ │ ├── CVE-2022-39960.yaml │ │ ├── CVE-2022-40359.yaml │ │ ├── CVE-2022-40734.yaml │ │ ├── CVE-2022-40879.yaml │ │ ├── CVE-2022-41473.yaml │ │ ├── CVE-2022-4260.yaml │ │ ├── CVE-2022-42746.yaml │ │ ├── CVE-2022-42747.yaml │ │ ├── CVE-2022-42748.yaml │ │ ├── CVE-2022-42749.yaml │ │ ├── CVE-2022-4301.yaml │ │ ├── CVE-2022-43014.yaml │ │ ├── CVE-2022-43015.yaml │ │ ├── CVE-2022-43016.yaml │ │ ├── CVE-2022-43017.yaml │ │ ├── CVE-2022-43018.yaml │ │ ├── CVE-2022-4306.yaml │ │ ├── CVE-2022-45917.yaml │ │ ├── CVE-2022-46381.yaml │ │ ├── CVE-2022-46888.yaml │ │ ├── CVE-2022-4897.yaml │ │ ├── CVE-2023-23752.yaml │ │ ├── CVE-2023-24044.yaml │ │ └── CVE-2023-24322.yaml ├── helpers │ ├── payloads │ │ ├── CVE-2020-5776.csv │ │ ├── command-injection.txt │ │ └── request-headers.txt │ └── wordlists │ │ ├── adminer-paths.txt │ │ ├── grafana-plugins.txt │ │ ├── headers.txt │ │ ├── mdb-paths.txt │ │ ├── numbers.txt │ │ ├── prestashop-modules.txt │ │ ├── user-list.txt │ │ ├── wordpress-plugins.txt │ │ ├── wordpress-themes.txt │ │ ├── wp-passwords.txt │ │ └── wp-users.txt ├── idscan │ ├── critical │ │ └── standalone │ │ │ └── elfinder-version.yaml │ ├── info │ │ └── standalone │ │ │ ├── 3cx-phone-management-panel.yaml │ │ │ ├── 3cx-phone-webclient-management-panel.yaml │ │ │ ├── 3g-wireless-gateway.yaml │ │ │ ├── abyss-web-server.yaml │ │ │ ├── acemanager-login.yaml │ │ │ ├── achecker-panel.yaml │ │ │ ├── acontent-detect.yaml │ │ │ ├── acrolinx-dashboard.yaml │ │ │ ├── active-admin-exposure.yaml │ │ │ ├── activecollab-detect.yaml │ │ │ ├── activemq-panel.yaml │ │ │ ├── acunetix-login.yaml │ │ │ ├── acunetix-panel.yaml │ │ │ ├── ad-inserter.yaml │ │ │ ├── add-to-any.yaml │ │ │ ├── adfs-detect.yaml │ │ │ ├── admin-menu-editor.yaml │ │ │ ├── adminer-panel-fuzz.yaml │ │ │ ├── adminer-panel.yaml │ │ │ ├── adminimize.yaml │ │ │ ├── adminset-panel.yaml │ │ │ ├── adobe-coldfusion-detect.yaml │ │ │ ├── adobe-coldfusion-error-detect.yaml │ │ │ ├── adobe-component-login.yaml │ │ │ ├── adobe-connect-central-login.yaml │ │ │ ├── adobe-experience-manager-login.yaml │ │ │ ├── adobe-media-server.yaml │ │ │ ├── advance-setup.yaml │ │ │ ├── advanced-custom-fields.yaml │ │ │ ├── aem-cms.yaml │ │ │ ├── aem-crx-package-manager.yaml │ │ │ ├── aem-detect.yaml │ │ │ ├── aem-sling-login.yaml │ │ │ ├── aerocms-detect.yaml │ │ │ ├── aerohive-netconfig-ui.yaml │ │ │ ├── aircube-dashboard-panel.yaml │ │ │ ├── aircube-login.yaml │ │ │ ├── airflow-detect.yaml │ │ │ ├── airflow-panel.yaml │ │ │ ├── airnotifier-panel.yaml │ │ │ ├── airtame-device-detect.yaml │ │ │ ├── akamai-cache-detect.yaml │ │ │ ├── akamai-cloudtest.yaml │ │ │ ├── akamai-detect.yaml │ │ │ ├── akismet.yaml │ │ │ ├── alfresco-detect.yaml │ │ │ ├── alienvault-usm.yaml │ │ │ ├── all-404-redirect-to-homepage.yaml │ │ │ ├── all-in-one-seo-pack.yaml │ │ │ ├── all-in-one-wp-migration.yaml │ │ │ ├── all-in-one-wp-security-and-firewall.yaml │ │ │ ├── allied-telesis-exposure.yaml │ │ │ ├── amazon-ec2-detect.yaml │ │ │ ├── ambari-exposure.yaml │ │ │ ├── amcrest-login.yaml │ │ │ ├── ametys-admin-login.yaml │ │ │ ├── amp-application-panel.yaml │ │ │ ├── amp.yaml │ │ │ ├── ampache-panel.yaml │ │ │ ├── ampps-admin-panel.yaml │ │ │ ├── ampps-dirlisting.yaml │ │ │ ├── ampps-panel.yaml │ │ │ ├── angular-detect.yaml │ │ │ ├── ansible-awx-detect.yaml │ │ │ ├── ansible-semaphore-panel.yaml │ │ │ ├── ansible-tower-exposure.yaml │ │ │ ├── antispam-bee.yaml │ │ │ ├── apache-apisix-panel.yaml │ │ │ ├── apache-axis-detect.yaml │ │ │ ├── apache-cocoon-detect.yaml │ │ │ ├── apache-detect.yaml │ │ │ ├── apache-dubbo-detect.yaml │ │ │ ├── apache-guacamole.yaml │ │ │ ├── apache-jmeter-dashboard.yaml │ │ │ ├── apache-karaf-panel.yaml │ │ │ ├── apache-mesos-panel.yaml │ │ │ ├── apache-tapestry-detect.yaml │ │ │ ├── apache-zeppelin-detect.yaml │ │ │ ├── apc-ups-login.yaml │ │ │ ├── apiman-panel.yaml │ │ │ ├── apollo-server-detect.yaml │ │ │ ├── appcms-detect.yaml │ │ │ ├── apple-httpserver.yaml │ │ │ ├── appsmith-web-login.yaml │ │ │ ├── aptus-panel.yaml │ │ │ ├── aqua-enterprise-detect.yaml │ │ │ ├── aqua-enterprise-panel.yaml │ │ │ ├── arcgis-panel.yaml │ │ │ ├── archibus-webcentral-panel.yaml │ │ │ ├── argocd-login.yaml │ │ │ ├── arris-modem-detect.yaml │ │ │ ├── artica-web-proxy-detect.yaml │ │ │ ├── astra-sites.yaml │ │ │ ├── astra-widgets.yaml │ │ │ ├── asus-router-panel.yaml │ │ │ ├── atlantis-detect.yaml │ │ │ ├── atlassian-crowd-panel.yaml │ │ │ ├── atvise-login.yaml │ │ │ ├── audiocodes-detect.yaml │ │ │ ├── autobahn-python-detect.yaml │ │ │ ├── automation-direct.yaml │ │ │ ├── autoptimize.yaml │ │ │ ├── avantfax-panel.yaml │ │ │ ├── avatier-password-management.yaml │ │ │ ├── avayaaura-cm-panel.yaml │ │ │ ├── avayaaura-system-manager-panel.yaml │ │ │ ├── aviatrix-panel.yaml │ │ │ ├── avideo-detect.yaml │ │ │ ├── avigilon-panel.yaml │ │ │ ├── avtech-avn801-camera-panel.yaml │ │ │ ├── aws-bucket-service.yaml │ │ │ ├── aws-cloudfront-service.yaml │ │ │ ├── aws-elastic-beanstalk-detect.yaml │ │ │ ├── aws-opensearch-login.yaml │ │ │ ├── axel-webserver.yaml │ │ │ ├── axigen-webadmin.yaml │ │ │ ├── axigen-webmail.yaml │ │ │ ├── axway-securetransport-panel.yaml │ │ │ ├── axway-securetransport-webclient.yaml │ │ │ ├── azkaban-web-client.yaml │ │ │ ├── azure-kubernetes-service.yaml │ │ │ ├── b2b-builder-detect.yaml │ │ │ ├── backpack-admin-panel.yaml │ │ │ ├── backwpup.yaml │ │ │ ├── barracuda-panel.yaml │ │ │ ├── basic-auth-detect.yaml │ │ │ ├── bazarr-login.yaml │ │ │ ├── bedita-panel.yaml │ │ │ ├── better-search-replace.yaml │ │ │ ├── better-wp-security.yaml │ │ │ ├── beyondtrust-login-server.yaml │ │ │ ├── beyondtrust-panel.yaml │ │ │ ├── bigant-login-panel.yaml │ │ │ ├── bigbluebutton-detect.yaml │ │ │ ├── bigbluebutton-login.yaml │ │ │ ├── bigfix-login.yaml │ │ │ ├── bigip-config-utility-detect.yaml │ │ │ ├── bigip-detect.yaml │ │ │ ├── bigip-rest-panel.yaml │ │ │ ├── biotime-panel.yaml │ │ │ ├── bitdefender-gravityzone.yaml │ │ │ ├── bitrix-panel.yaml │ │ │ ├── black-duck-panel.yaml │ │ │ ├── black-studio-tinymce-widget.yaml │ │ │ ├── blue-iris-login.yaml │ │ │ ├── bmc-discovery-panel.yaml │ │ │ ├── bmc-panel-detect.yaml │ │ │ ├── bolt-cms-panel.yaml │ │ │ ├── bomgar-login-panel.yaml │ │ │ ├── bookstack-panel.yaml │ │ │ ├── bootstrap-admin-panel-template.yaml │ │ │ ├── breadcrumb-navxt.yaml │ │ │ ├── broken-link-checker.yaml │ │ │ ├── buddy-panel.yaml │ │ │ ├── buildbot-panel.yaml │ │ │ ├── burp-api-detect.yaml │ │ │ ├── caa-fingerprint.yaml │ │ │ ├── cacti-panel.yaml │ │ │ ├── calendarix-panel.yaml │ │ │ ├── call-break-cms.yaml │ │ │ ├── camunda-login-panel.yaml │ │ │ ├── carel-plantvisor-panel.yaml │ │ │ ├── carestream-vue-detect.yaml │ │ │ ├── cas-login.yaml │ │ │ ├── casdoor-login.yaml │ │ │ ├── casemanager-panel.yaml │ │ │ ├── catalog-creator-detect.yaml │ │ │ ├── caton-network-manager-system.yaml │ │ │ ├── ccm-detect.yaml │ │ │ ├── centreon-panel.yaml │ │ │ ├── cerebro-panel.yaml │ │ │ ├── checkmarx-panel.yaml │ │ │ ├── checkmk-login.yaml │ │ │ ├── checkpoint-panel.yaml │ │ │ ├── chevereto-detect.yaml │ │ │ ├── child-theme-configurator.yaml │ │ │ ├── cisco-ace-device-manager.yaml │ │ │ ├── cisco-anyconnect-vpn.yaml │ │ │ ├── cisco-asa-panel.yaml │ │ │ ├── cisco-edge-340.yaml │ │ │ ├── cisco-finesse-login.yaml │ │ │ ├── cisco-integrated-login.yaml │ │ │ ├── cisco-meraki-exposure.yaml │ │ │ ├── cisco-prime-infrastructure.yaml │ │ │ ├── cisco-sd-wan.yaml │ │ │ ├── cisco-secure-cn.yaml │ │ │ ├── cisco-secure-desktop.yaml │ │ │ ├── cisco-sendgrid.yaml │ │ │ ├── cisco-systems-login.yaml │ │ │ ├── cisco-telepresence.yaml │ │ │ ├── cisco-ucs-kvm-login.yaml │ │ │ ├── cisco-vmanage-login.yaml │ │ │ ├── cisco-webvpn-detect.yaml │ │ │ ├── citrix-adc-gateway-detect.yaml │ │ │ ├── citrix-hypervisor-page.yaml │ │ │ ├── citrix-vpn-detect.yaml │ │ │ ├── claris-filemaker-webdirect.yaml │ │ │ ├── classic-editor.yaml │ │ │ ├── classic-widgets.yaml │ │ │ ├── clave-login-panel.yaml │ │ │ ├── clearpass-policy-manager.yaml │ │ │ ├── click-to-chat-for-whatsapp.yaml │ │ │ ├── cloud-run-default-page.yaml │ │ │ ├── cloudflare-nginx-detect.yaml │ │ │ ├── cloudflare.yaml │ │ │ ├── cloudfoundry-detect.yaml │ │ │ ├── cloudphysician-radar.yaml │ │ │ ├── cmb2.yaml │ │ │ ├── cname-fingerprint.yaml │ │ │ ├── cname-service.yaml │ │ │ ├── cobbler-version.yaml │ │ │ ├── cobbler-webgui.yaml │ │ │ ├── coblocks.yaml │ │ │ ├── cockpit-detect.yaml │ │ │ ├── code-server-login.yaml │ │ │ ├── code-snippets.yaml │ │ │ ├── code42-panel.yaml │ │ │ ├── codemeter-webadmin-panel.yaml │ │ │ ├── cofense-vision-panel.yaml │ │ │ ├── coldfusion-administrator-login.yaml │ │ │ ├── coming-soon-page-detect.yaml │ │ │ ├── coming-soon.yaml │ │ │ ├── compal-panel.yaml │ │ │ ├── completeview-web-panel.yaml │ │ │ ├── complianz-gdpr.yaml │ │ │ ├── concourse-ci-panel.yaml │ │ │ ├── concrete5-panel.yaml │ │ │ ├── confluence-detect.yaml │ │ │ ├── connect-box-login.yaml │ │ │ ├── connectwise-backup-manager.yaml │ │ │ ├── connectwise-control-detect.yaml │ │ │ ├── contact-form-7-honeypot.yaml │ │ │ ├── contact-form-7.yaml │ │ │ ├── contact-form-cfdb7.yaml │ │ │ ├── contao-login-panel.yaml │ │ │ ├── content-central-login.yaml │ │ │ ├── contentkeeper-detect.yaml │ │ │ ├── cookie-law-info.yaml │ │ │ ├── cookie-notice.yaml │ │ │ ├── corebos-panel.yaml │ │ │ ├── cortex-xsoar-login.yaml │ │ │ ├── couchbase-sync-gateway.yaml │ │ │ ├── couchdb-exposure.yaml │ │ │ ├── couchdb-fauxton.yaml │ │ │ ├── cpanel-api-codes.yaml │ │ │ ├── craft-cms-detect.yaml │ │ │ ├── craftcms-admin-panel.yaml │ │ │ ├── creame-whatsapp-me.yaml │ │ │ ├── creatio-login-panel.yaml │ │ │ ├── creative-mail-by-constant-contact.yaml │ │ │ ├── crush-ftp-login.yaml │ │ │ ├── crxde-lite.yaml │ │ │ ├── csod-panel.yaml │ │ │ ├── csrfguard-detect.yaml │ │ │ ├── cudatel-panel.yaml │ │ │ ├── custom-css-js.yaml │ │ │ ├── custom-fonts.yaml │ │ │ ├── custom-post-type-ui.yaml │ │ │ ├── cvent-panel-detect.yaml │ │ │ ├── cwp-webpanel.yaml │ │ │ ├── cx-cloud-login.yaml │ │ │ ├── cyberoam-ssl-vpn-panel.yaml │ │ │ ├── d-link-wireless.yaml │ │ │ ├── darktrace-threat-visualizer.yaml │ │ │ ├── dash-panel-detect.yaml │ │ │ ├── datadog-login.yaml │ │ │ ├── dataiku-panel.yaml │ │ │ ├── davantis-panel.yaml │ │ │ ├── daybyday-panel.yaml │ │ │ ├── dedecms-detect.yaml │ │ │ ├── default-apache-test-all.yaml │ │ │ ├── default-apache-test-page.yaml │ │ │ ├── default-apache2-page.yaml │ │ │ ├── default-apache2-ubuntu-page.yaml │ │ │ ├── default-asp-net-page.yaml │ │ │ ├── default-cakephp-page.yaml │ │ │ ├── default-centos-test-page.yaml │ │ │ ├── default-codeigniter-page.yaml │ │ │ ├── default-detect-generic.yaml │ │ │ ├── default-django-page.yaml │ │ │ ├── default-fastcgi-page.yaml │ │ │ ├── default-fedora-page.yaml │ │ │ ├── default-glassfish-server-page.yaml │ │ │ ├── default-iis7-page.yaml │ │ │ ├── default-jetty-page.yaml │ │ │ ├── default-lighttpd-page.yaml │ │ │ ├── default-lighttpd-placeholder-page.yaml │ │ │ ├── default-lucee-page.yaml │ │ │ ├── default-microsoft-azure-page.yaml │ │ │ ├── default-movable-page.yaml │ │ │ ├── default-nginx-page.yaml │ │ │ ├── default-openresty.yaml │ │ │ ├── default-oracle-application-page.yaml │ │ │ ├── default-page-azure-container.yaml │ │ │ ├── default-parallels-plesk.yaml │ │ │ ├── default-payara-server-page.yaml │ │ │ ├── default-plesk-page.yaml │ │ │ ├── default-redhat-test-page.yaml │ │ │ ├── default-runcloud-page.yaml │ │ │ ├── default-sitecore-page.yaml │ │ │ ├── default-ssltls-test-page.yaml │ │ │ ├── default-symfony-page.yaml │ │ │ ├── default-tengine-page.yaml │ │ │ ├── default-websphere-liberty.yaml │ │ │ ├── default-windows-server-page.yaml │ │ │ ├── defectdojo-panel.yaml │ │ │ ├── dell-idrac6-detect.yaml │ │ │ ├── dell-idrac7-detect.yaml │ │ │ ├── dell-idrac8-detect.yaml │ │ │ ├── dell-idrac9-detect.yaml │ │ │ ├── dell-openmanager-login.yaml │ │ │ ├── dell-wyse-login.yaml │ │ │ ├── delta-login-panel.yaml │ │ │ ├── deluge-webui-panel.yaml │ │ │ ├── dericam-login.yaml │ │ │ ├── detect-addpac-voip-gateway.yaml │ │ │ ├── detect-sentry.yaml │ │ │ ├── digitalrebar-login.yaml │ │ │ ├── directadmin-login-panel.yaml │ │ │ ├── directum-login.yaml │ │ │ ├── disable-comments.yaml │ │ │ ├── disable-gutenberg.yaml │ │ │ ├── django-admin-panel.yaml │ │ │ ├── dnssec-detection.yaml │ │ │ ├── docebo-elearning-panel.yaml │ │ │ ├── dolibarr-panel.yaml │ │ │ ├── dotclear-panel.yaml │ │ │ ├── dotcms-admin-panel.yaml │ │ │ ├── dplus-dashboard.yaml │ │ │ ├── dqs-superadmin-panel.yaml │ │ │ ├── dradis-pro-panel.yaml │ │ │ ├── drawio-flowchartmaker-panel.yaml │ │ │ ├── dreambox-detect.yaml │ │ │ ├── drone-ci-panel.yaml │ │ │ ├── druid-console-exposure.yaml │ │ │ ├── druid-panel.yaml │ │ │ ├── drupal-detect.yaml │ │ │ ├── drupal-login.yaml │ │ │ ├── duplicate-page.yaml │ │ │ ├── duplicate-post.yaml │ │ │ ├── duplicator.yaml │ │ │ ├── duracelltomi-google-tag-manager.yaml │ │ │ ├── dynamicweb-panel.yaml │ │ │ ├── dynatrace-panel.yaml │ │ │ ├── dzzoffice-panel.yaml │ │ │ ├── e-mobile-panel.yaml │ │ │ ├── eMerge-panel.yaml │ │ │ ├── easy-fancybox.yaml │ │ │ ├── easy-google-fonts.yaml │ │ │ ├── easy-table-of-contents.yaml │ │ │ ├── easy-wp-smtp.yaml │ │ │ ├── ec2-detection.yaml │ │ │ ├── ecology-detect.yaml │ │ │ ├── ecosys-command-center.yaml │ │ │ ├── edgeos-login.yaml │ │ │ ├── eg-manager-detect.yaml │ │ │ ├── eko-management-console-login.yaml │ │ │ ├── eko-software-update-panel.yaml │ │ │ ├── elementor.yaml │ │ │ ├── elementskit-lite.yaml │ │ │ ├── elemiz-network-manager.yaml │ │ │ ├── elfinder-detect.yaml │ │ │ ├── emby-panel.yaml │ │ │ ├── emerson-power-panel.yaml │ │ │ ├── emessage-panel.yaml │ │ │ ├── empirecms-detect.yaml │ │ │ ├── emqx-detect.yaml │ │ │ ├── ems-login-panel.yaml │ │ │ ├── ems-webclient-panel.yaml │ │ │ ├── enable-media-replace.yaml │ │ │ ├── entrust-identityguard.yaml │ │ │ ├── envato-elements.yaml │ │ │ ├── episerver-panel.yaml │ │ │ ├── epmp-login.yaml │ │ │ ├── epson-access-detect.yaml │ │ │ ├── epson-projector-detect.yaml │ │ │ ├── epson-web-control-detect.yaml │ │ │ ├── erxes-detect.yaml │ │ │ ├── esphome-panel.yaml │ │ │ ├── essential-addons-for-elementor-lite.yaml │ │ │ ├── esxi-system.yaml │ │ │ ├── etcd-keys.yaml │ │ │ ├── eventum-panel.yaml │ │ │ ├── ewm-manager-panel.yaml │ │ │ ├── ewww-image-optimizer.yaml │ │ │ ├── exagrid-manager-panel.yaml │ │ │ ├── exolis-engage-panel.yaml │ │ │ ├── exposed-webalizer.yaml │ │ │ ├── express-default-page.yaml │ │ │ ├── extreme-netconfig-ui.yaml │ │ │ ├── extron-cms-panel.yaml │ │ │ ├── eyesofnetwork-detect.yaml │ │ │ ├── ez-publish-panel.yaml │ │ │ ├── f-secure-policy-manager.yaml │ │ │ ├── facebook-for-woocommerce.yaml │ │ │ ├── fanruanoa-detect.yaml │ │ │ ├── fanruanoa2012-detect.yaml │ │ │ ├── faraday-login.yaml │ │ │ ├── fastapi-docs.yaml │ │ │ ├── fastjson-version.yaml │ │ │ ├── fastpanel-hosting-control-panel.yaml │ │ │ ├── fatpipe-ipvpn-panel.yaml │ │ │ ├── fatpipe-mpvpn-panel.yaml │ │ │ ├── fatpipe-warp-panel.yaml │ │ │ ├── favicon-by-realfavicongenerator.yaml │ │ │ ├── favicon-detect.yaml │ │ │ ├── fingerprinthub-web-fingerprints.yaml │ │ │ ├── fiori-launchpad.yaml │ │ │ ├── fiorilaunchpad-logon.yaml │ │ │ ├── firebase-urls.yaml │ │ │ ├── fireware-xtm-user-authentication.yaml │ │ │ ├── flahscookie-superadmin-panel.yaml │ │ │ ├── flamingo.yaml │ │ │ ├── flightpath-panel.yaml │ │ │ ├── flink-exposure.yaml │ │ │ ├── flip-cms-panel.yaml │ │ │ ├── flowci-panel.yaml │ │ │ ├── fluentform.yaml │ │ │ ├── flureedb-admin-console.yaml │ │ │ ├── font-awesome.yaml │ │ │ ├── footprints-panel.yaml │ │ │ ├── force-regenerate-thumbnails.yaml │ │ │ ├── forcepoint-applicance.yaml │ │ │ ├── forcepoint.yaml │ │ │ ├── formidable.yaml │ │ │ ├── forminator.yaml │ │ │ ├── fortiadc-panel.yaml │ │ │ ├── fortiap-panel.yaml │ │ │ ├── fortimail-panel.yaml │ │ │ ├── fortinet-fortigate-panel.yaml │ │ │ ├── fortinet-fortinac-panel.yaml │ │ │ ├── fortinet-panel.yaml │ │ │ ├── fortios-management-panel.yaml │ │ │ ├── fortios-panel.yaml │ │ │ ├── fortitester-login-panel.yaml │ │ │ ├── fortiweb-panel.yaml │ │ │ ├── freeipa-panel.yaml │ │ │ ├── freepbx-administration-panel.yaml │ │ │ ├── froxlor-detect.yaml │ │ │ ├── froxlor-management-panel.yaml │ │ │ ├── ftm-manager-panel.yaml │ │ │ ├── fuelcms-panel.yaml │ │ │ ├── fuji-xerox-printer-detect.yaml │ │ │ ├── ga-google-analytics.yaml │ │ │ ├── gargoyle-router.yaml │ │ │ ├── genweb-plus-panel.yaml │ │ │ ├── geo-webserver-detect.yaml │ │ │ ├── geoserver-login-panel.yaml │ │ │ ├── gerapy-detect.yaml │ │ │ ├── gespage-panel.yaml │ │ │ ├── getsimple-cms-detect.yaml │ │ │ ├── gilacms-detect.yaml │ │ │ ├── gira-homeserver-homepage.yaml │ │ │ ├── git-repository-browser.yaml │ │ │ ├── gitblit-panel.yaml │ │ │ ├── gitbook-detect.yaml │ │ │ ├── gitea-detect.yaml │ │ │ ├── gitea-login.yaml │ │ │ ├── github-enterprise-detect.yaml │ │ │ ├── gitlab-detect.yaml │ │ │ ├── globalprotect-panel.yaml │ │ │ ├── glpi-panel.yaml │ │ │ ├── glpi-status-page.yaml │ │ │ ├── gnuboard-detect.yaml │ │ │ ├── go-anywhere-client.yaml │ │ │ ├── goanywhere-mft-login.yaml │ │ │ ├── gocd-login.yaml │ │ │ ├── gocron-panel.yaml │ │ │ ├── gogs-panel.yaml │ │ │ ├── goliath-detect.yaml │ │ │ ├── google-analytics-dashboard-for-wp.yaml │ │ │ ├── google-analytics-for-wordpress.yaml │ │ │ ├── google-bucket-service.yaml │ │ │ ├── google-frontend-httpserver.yaml │ │ │ ├── google-listings-and-ads.yaml │ │ │ ├── google-site-kit.yaml │ │ │ ├── google-sitemap-generator.yaml │ │ │ ├── google-storage.yaml │ │ │ ├── gophish-login.yaml │ │ │ ├── gradle-cache-node-detect.yaml │ │ │ ├── gradle-enterprise-panel.yaml │ │ │ ├── grafana-detect.yaml │ │ │ ├── graphiql-detect.yaml │ │ │ ├── graphite-browser.yaml │ │ │ ├── graphql-detect.yaml │ │ │ ├── grav-cms-detect.yaml │ │ │ ├── graylog-api-browser.yaml │ │ │ ├── group-ib-panel.yaml │ │ │ ├── gryphon-login.yaml │ │ │ ├── gtranslate.yaml │ │ │ ├── gunicorn-detect.yaml │ │ │ ├── gutenberg.yaml │ │ │ ├── gyra-master-admin.yaml │ │ │ ├── h2console-panel.yaml │ │ │ ├── hadoop-exposure.yaml │ │ │ ├── hangfire-dashboard.yaml │ │ │ ├── hanwang-detect.yaml │ │ │ ├── happy-elementor-addons.yaml │ │ │ ├── harbor-detect.yaml │ │ │ ├── harbor-panel.yaml │ │ │ ├── hashicorp-boundary-detect.yaml │ │ │ ├── hashicorp-consul-webgui.yaml │ │ │ ├── hashicorp-vault-detect.yaml │ │ │ ├── header-and-footer-scripts.yaml │ │ │ ├── header-footer-code-manager.yaml │ │ │ ├── header-footer-elementor.yaml │ │ │ ├── header-footer.yaml │ │ │ ├── health-check.yaml │ │ │ ├── hello-dolly.yaml │ │ │ ├── herokuapp-detect.yaml │ │ │ ├── hetzner-cloud-detect.yaml │ │ │ ├── highmail-admin-panel.yaml │ │ │ ├── hikvision-detect.yaml │ │ │ ├── hitron-technologies.yaml │ │ │ ├── hivemanager-login-panel.yaml │ │ │ ├── hmc-hybris-panel.yaml │ │ │ ├── home-assistant-detect.yaml │ │ │ ├── homematic-panel.yaml │ │ │ ├── honeywell-building-control.yaml │ │ │ ├── honeywell-web-controller.yaml │ │ │ ├── honeywell-xl-web-controller.yaml │ │ │ ├── horde-login-panel.yaml │ │ │ ├── horde-webmail-login.yaml │ │ │ ├── hospital-management-panel.yaml │ │ │ ├── hp-blade-admin-detect.yaml │ │ │ ├── hp-color-laserjet-detect.yaml │ │ │ ├── hp-ilo-5.yaml │ │ │ ├── hp-media-vault-detect.yaml │ │ │ ├── hp-service-manager.yaml │ │ │ ├── hp-virtual-connect-manager.yaml │ │ │ ├── hpe-system-management-login.yaml │ │ │ ├── httpbin-panel.yaml │ │ │ ├── huawei-hg532e-panel.yaml │ │ │ ├── hue-personal-wireless-panel.yaml │ │ │ ├── hugo-detect.yaml │ │ │ ├── hybris-administration-console.yaml │ │ │ ├── hydra-dashboard.yaml │ │ │ ├── hypertest-dashboard.yaml │ │ │ ├── ibm-advanced-system-management.yaml │ │ │ ├── ibm-http-server.yaml │ │ │ ├── ibm-maximo-login.yaml │ │ │ ├── ibm-mqseries-web-console.yaml │ │ │ ├── ibm-note-login.yaml │ │ │ ├── ibm-security-access-manager.yaml │ │ │ ├── ibm-service-assistant.yaml │ │ │ ├── ibm-sterling-detect.yaml │ │ │ ├── ibm-websphere-admin-panel.yaml │ │ │ ├── ibm-websphere-panel.yaml │ │ │ ├── icc-pro-login.yaml │ │ │ ├── icecast-server-detect.yaml │ │ │ ├── icewarp-panel-detect.yaml │ │ │ ├── icinga-web-login.yaml │ │ │ ├── ictprotege-login-panel.yaml │ │ │ ├── identity-services-engine.yaml │ │ │ ├── ilch-admin-panel.yaml │ │ │ ├── ilias-panel.yaml │ │ │ ├── ilo-detect.yaml │ │ │ ├── imagify.yaml │ │ │ ├── impresscms-detect.yaml │ │ │ ├── imsanity.yaml │ │ │ ├── incapptic-connect-panel.yaml │ │ │ ├── influxdb-panel.yaml │ │ │ ├── influxdb-version-detect.yaml │ │ │ ├── insert-headers-and-footers.yaml │ │ │ ├── instagram-feed.yaml │ │ │ ├── intelbras-login.yaml │ │ │ ├── intelbras-panel.yaml │ │ │ ├── intellian-aptus-panel.yaml │ │ │ ├── intelliflash-login-panel.yaml │ │ │ ├── interactsh-server.yaml │ │ │ ├── intercom.yaml │ │ │ ├── intuitive-custom-post-order.yaml │ │ │ ├── iomega-emc-shared-nas.yaml │ │ │ ├── ipdiva-mediation-panel.yaml │ │ │ ├── iplanet-web-server.yaml │ │ │ ├── iptime-router.yaml │ │ │ ├── ispyconnect-detect.yaml │ │ │ ├── issabel-login.yaml │ │ │ ├── istat-panel-detect.yaml │ │ │ ├── itop-panel.yaml │ │ │ ├── iwp-client.yaml │ │ │ ├── ixbusweb-version.yaml │ │ │ ├── ixcache-panel.yaml │ │ │ ├── jamf-login.yaml │ │ │ ├── jamf-panel.yaml │ │ │ ├── jamf-setup-assistant.yaml │ │ │ ├── jaspersoft-panel.yaml │ │ │ ├── jboss-detect.yaml │ │ │ ├── jboss-jbpm-admin.yaml │ │ │ ├── jboss-juddi.yaml │ │ │ ├── jboss-soa-platform.yaml │ │ │ ├── jcms-panel.yaml │ │ │ ├── jeecg-boot-detect.yaml │ │ │ ├── jeedom-panel.yaml │ │ │ ├── jellyfin-detect.yaml │ │ │ ├── jenkins-api-panel.yaml │ │ │ ├── jenkins-asyncpeople.yaml │ │ │ ├── jenkins-detect.yaml │ │ │ ├── jenkins-login.yaml │ │ │ ├── jetpack.yaml │ │ │ ├── jfrog-login.yaml │ │ │ ├── jhipster-detect.yaml │ │ │ ├── jira-detect.yaml │ │ │ ├── jira-serverinfo.yaml │ │ │ ├── jitsi-meet-detect.yaml │ │ │ ├── jmx-console.yaml │ │ │ ├── joget-panel.yaml │ │ │ ├── jolokia-detect.yaml │ │ │ ├── joomla-detect.yaml │ │ │ ├── joomla-panel.yaml │ │ │ ├── jsf-detect.yaml │ │ │ ├── jspxcms-detect.yaml │ │ │ ├── jumpserver-panel.yaml │ │ │ ├── jupyter-notebook.yaml │ │ │ ├── kadence-blocks.yaml │ │ │ ├── kaes-file-manager.yaml │ │ │ ├── kafka-center-login.yaml │ │ │ ├── kafka-connect-ui.yaml │ │ │ ├── kafka-consumer-monitor.yaml │ │ │ ├── kafka-manager-panel.yaml │ │ │ ├── kafka-monitoring.yaml │ │ │ ├── kafka-topics-ui.yaml │ │ │ ├── kanboard-login.yaml │ │ │ ├── kavita-panel-detect.yaml │ │ │ ├── keenetic-web-login.yaml │ │ │ ├── kentico-login.yaml │ │ │ ├── kerio-connect-client.yaml │ │ │ ├── kettle-panel.yaml │ │ │ ├── kevinlab-device-detect.yaml │ │ │ ├── keycloak-admin-panel.yaml │ │ │ ├── kfm-login-panel.yaml │ │ │ ├── kibana-panel.yaml │ │ │ ├── kingsoft-webserver-detect.yaml │ │ │ ├── kirki.yaml │ │ │ ├── kiwitcms-login.yaml │ │ │ ├── kkfileview-panel.yaml │ │ │ ├── kodexplorer-detect.yaml │ │ │ ├── kong-detect.yaml │ │ │ ├── konga-panel.yaml │ │ │ ├── kraken-cluster-monitoring.yaml │ │ │ ├── kronos-workforce-central.yaml │ │ │ ├── kube-api-deployments.yaml │ │ │ ├── kube-api-namespaces.yaml │ │ │ ├── kube-api-nodes.yaml │ │ │ ├── kube-api-pods.yaml │ │ │ ├── kube-api-secrets.yaml │ │ │ ├── kube-api-services.yaml │ │ │ ├── kube-api-version.yaml │ │ │ ├── kubelet-healthz.yaml │ │ │ ├── kubelet-metrics.yaml │ │ │ ├── kubelet-pods.yaml │ │ │ ├── kubelet-runningpods.yaml │ │ │ ├── kubelet-stats.yaml │ │ │ ├── kubernetes-dashboard.yaml │ │ │ ├── kubernetes-operational-view-detect.yaml │ │ │ ├── kubernetes-version.yaml │ │ │ ├── labkey-server-login.yaml │ │ │ ├── labtech-panel.yaml │ │ │ ├── lacie-panel.yaml │ │ │ ├── lancom-router-panel.yaml │ │ │ ├── landesk-csa.yaml │ │ │ ├── landesk-ma.yaml │ │ │ ├── landrayoa-panel.yaml │ │ │ ├── lansweeper-login.yaml │ │ │ ├── lantronix-webmanager-panel.yaml │ │ │ ├── laravel-filemanager.yaml │ │ │ ├── ldap-account-manager-panel.yaml │ │ │ ├── leadin.yaml │ │ │ ├── lenovo-fp-panel.yaml │ │ │ ├── lenovo-thinkserver-panel.yaml │ │ │ ├── leostream-panel.yaml │ │ │ ├── lexmark-detect.yaml │ │ │ ├── librenms-login.yaml │ │ │ ├── liferay-portal.yaml │ │ │ ├── limit-login-attempts-reloaded.yaml │ │ │ ├── limit-login-attempts.yaml │ │ │ ├── linkerd-detect.yaml │ │ │ ├── linkerd-panel.yaml │ │ │ ├── linksys-wifi-login.yaml │ │ │ ├── litespeed-cache.yaml │ │ │ ├── livehelperchat-admin-panel.yaml │ │ │ ├── livehelperchat-detect.yaml │ │ │ ├── livezilla-login-panel.yaml │ │ │ ├── locklizard-webviewer-panel.yaml │ │ │ ├── loco-translate.yaml │ │ │ ├── loginizer.yaml │ │ │ ├── loginpress.yaml │ │ │ ├── logitech-harmony-portal.yaml │ │ │ ├── looker-panel.yaml │ │ │ ├── lotus-domino-version.yaml │ │ │ ├── loxone-panel.yaml │ │ │ ├── lucee-detect.yaml │ │ │ ├── lucee-login.yaml │ │ │ ├── luci-login-detection.yaml │ │ │ ├── lucy-admin-panel.yaml │ │ │ ├── mach-proweb-login.yaml │ │ │ ├── machform-admin-panel.yaml │ │ │ ├── maestro-login-panel.yaml │ │ │ ├── mag-dashboard-panel.yaml │ │ │ ├── magento-admin-panel.yaml │ │ │ ├── magento-detect.yaml │ │ │ ├── magento-downloader-panel.yaml │ │ │ ├── magmi-detect.yaml │ │ │ ├── maian-cart-detect.yaml │ │ │ ├── mailchimp-for-woocommerce.yaml │ │ │ ├── mailchimp-for-wp.yaml │ │ │ ├── mailhog-panel.yaml │ │ │ ├── mailpoet.yaml │ │ │ ├── mailwatch-login.yaml │ │ │ ├── maintenance.yaml │ │ │ ├── mainwp-child.yaml │ │ │ ├── malcare-security.yaml │ │ │ ├── manageengine-adaudit.yaml │ │ │ ├── manageengine-adselfservice.yaml │ │ │ ├── manageengine-analytics.yaml │ │ │ ├── manageengine-apex-helpdesk.yaml │ │ │ ├── manageengine-applications-manager.yaml │ │ │ ├── manageengine-assetexplorer.yaml │ │ │ ├── manageengine-desktop.yaml │ │ │ ├── manageengine-keymanagerplus.yaml │ │ │ ├── manageengine-network-config.yaml │ │ │ ├── manageengine-opmanager.yaml │ │ │ ├── manageengine-servicedesk.yaml │ │ │ ├── manageengine-supportcenter.yaml │ │ │ ├── mantisbt-panel.yaml │ │ │ ├── matomo-login-portal.yaml │ │ │ ├── matrix-detect.yaml │ │ │ ├── mautic-crm-panel.yaml │ │ │ ├── megamenu.yaml │ │ │ ├── members.yaml │ │ │ ├── meshcentral-login.yaml │ │ │ ├── meta-box.yaml │ │ │ ├── metabase-panel.yaml │ │ │ ├── metasploit-setup-page.yaml │ │ │ ├── metatag-cms.yaml │ │ │ ├── metersphere-login.yaml │ │ │ ├── mfiles-web-detect.yaml │ │ │ ├── microfocus-admin-server.yaml │ │ │ ├── microfocus-filr-panel.yaml │ │ │ ├── microfocus-vibe-panel.yaml │ │ │ ├── microsoft-exchange-panel.yaml │ │ │ ├── microsoft-iis-8.yaml │ │ │ ├── microsoft-iis-version.yaml │ │ │ ├── microsoft-sharepoint-detect.yaml │ │ │ ├── microstrategy-detect.yaml │ │ │ ├── microweber-detect.yaml │ │ │ ├── mikrotik-httpproxy.yaml │ │ │ ├── mikrotik-routeros-old.yaml │ │ │ ├── mikrotik-routeros.yaml │ │ │ ├── mini-start-page.yaml │ │ │ ├── minio-browser.yaml │ │ │ ├── minio-console.yaml │ │ │ ├── mitel-panel-detect.yaml │ │ │ ├── ml-slider.yaml │ │ │ ├── mobile-management-panel.yaml │ │ │ ├── mobileiron-login.yaml │ │ │ ├── modoboa-panel.yaml │ │ │ ├── moinmoin-detect.yaml │ │ │ ├── mojoportal-detect.yaml │ │ │ ├── mongodb-ops-manager.yaml │ │ │ ├── mongoose-server.yaml │ │ │ ├── monitorix-exposure.yaml │ │ │ ├── monstra-admin-panel.yaml │ │ │ ├── monstracms-detect.yaml │ │ │ ├── movable-type-login.yaml │ │ │ ├── moveit-transfer-detect.yaml │ │ │ ├── mpftvc-admin-panel.yaml │ │ │ ├── mrtg-detect.yaml │ │ │ ├── ms-adcs-detect.yaml │ │ │ ├── ms-exchange-server.yaml │ │ │ ├── mspcontrol-login.yaml │ │ │ ├── mx-fingerprint.yaml │ │ │ ├── mx-service-detector.yaml │ │ │ ├── mybb-forum-detect.yaml │ │ │ ├── mylittleadmin-panel.yaml │ │ │ ├── mylittlebackup-panel.yaml │ │ │ ├── mysqld-exporter-metrics.yaml │ │ │ ├── mystrom-panel.yaml │ │ │ ├── nagios-panel.yaml │ │ │ ├── nagios-xi-panel.yaml │ │ │ ├── nagvis-panel.yaml │ │ │ ├── nameserver-fingerprint.yaml │ │ │ ├── ncentral-panel.yaml │ │ │ ├── nconf-panel.yaml │ │ │ ├── neobox-panel.yaml │ │ │ ├── neos-detect.yaml │ │ │ ├── neos-panel.yaml │ │ │ ├── nessus-panel.yaml │ │ │ ├── netdata-dashboard-detected.yaml │ │ │ ├── netdata-panel.yaml │ │ │ ├── netflix-conductor-ui.yaml │ │ │ ├── netgear-version-detect.yaml │ │ │ ├── netis-router.yaml │ │ │ ├── netlify-cms.yaml │ │ │ ├── netris-dashboard-panel.yaml │ │ │ ├── netscaler-aaa-login.yaml │ │ │ ├── netscaler-gateway.yaml │ │ │ ├── netsparker-panel.yaml │ │ │ ├── netsus-server-login.yaml │ │ │ ├── netsweeper-webadmin-detect.yaml │ │ │ ├── network-camera-detect.yaml │ │ │ ├── newsletter.yaml │ │ │ ├── nextcloud-detect.yaml │ │ │ ├── nextcloud-owncloud-detect.yaml │ │ │ ├── nextend-facebook-connect.yaml │ │ │ ├── nextgen-gallery.yaml │ │ │ ├── nexus-detect.yaml │ │ │ ├── nginx-admin-panel.yaml │ │ │ ├── nginx-linux-page.yaml │ │ │ ├── nginx-proxy-manager.yaml │ │ │ ├── nginx-ui-dashboard.yaml │ │ │ ├── nginx-version.yaml │ │ │ ├── nifi-detech.yaml │ │ │ ├── nimplant-c2.yaml │ │ │ ├── nimsoft-wasp.yaml │ │ │ ├── ninja-forms.yaml │ │ │ ├── node-red-detect.yaml │ │ │ ├── noescape-login.yaml │ │ │ ├── nordex-wind-farm-portal.yaml │ │ │ ├── normhost-backup-server-manager.yaml │ │ │ ├── notion-detect.yaml │ │ │ ├── novnc-login-panel.yaml │ │ │ ├── novus-ip-camera.yaml │ │ │ ├── nozomi-panel.yaml │ │ │ ├── np-data-cache.yaml │ │ │ ├── nport-web-console.yaml │ │ │ ├── ntop-detect.yaml │ │ │ ├── nutanix-web-console-login.yaml │ │ │ ├── nuuno-network-login.yaml │ │ │ ├── nuxeo-platform-panel.yaml │ │ │ ├── nzbget-panel.yaml │ │ │ ├── o2-easy-panel.yaml │ │ │ ├── oauth2-detect.yaml │ │ │ ├── ocean-extra.yaml │ │ │ ├── ocomon-panel.yaml │ │ │ ├── ocs-inventory-login.yaml │ │ │ ├── octobercms-detect.yaml │ │ │ ├── octoprint-3dprinter-detect.yaml │ │ │ ├── octoprint-login.yaml │ │ │ ├── officekeeper-admin-login.yaml │ │ │ ├── official-facebook-pixel.yaml │ │ │ ├── oidc-detect.yaml │ │ │ ├── oipm-detect.yaml │ │ │ ├── oki-data.yaml │ │ │ ├── okiko-sfiler-portal.yaml │ │ │ ├── okta-panel.yaml │ │ │ ├── olivetti-crf-detect.yaml │ │ │ ├── olt-web-interface.yaml │ │ │ ├── omni-commerce-connect-detect.yaml │ │ │ ├── omniampx-panel.yaml │ │ │ ├── one-click-demo-import.yaml │ │ │ ├── oneblog-detect.yaml │ │ │ ├── open-game-panel.yaml │ │ │ ├── open-journal-systems.yaml │ │ │ ├── open-stack-dashboard-login.yaml │ │ │ ├── open-virtualization-manager-detect.yaml │ │ │ ├── open-virtualization-manager-panel.yaml │ │ │ ├── openam-panel.yaml │ │ │ ├── opencart-panel.yaml │ │ │ ├── opencast-detect.yaml │ │ │ ├── opencats-panel.yaml │ │ │ ├── opencpu-panel.yaml │ │ │ ├── openemr-detect.yaml │ │ │ ├── openerp-database.yaml │ │ │ ├── openethereum-server-detect.yaml │ │ │ ├── openfire-admin-panel.yaml │ │ │ ├── opengear-panel.yaml │ │ │ ├── openhap-detect.yaml │ │ │ ├── opennebula-panel.yaml │ │ │ ├── opennms-web-console.yaml │ │ │ ├── openresty-detect.yaml │ │ │ ├── opensis-panel.yaml │ │ │ ├── openssl-detect.yaml │ │ │ ├── openvpn-admin.yaml │ │ │ ├── openvpn-connect.yaml │ │ │ ├── openvpn-monitor.yaml │ │ │ ├── openvpn-router-management.yaml │ │ │ ├── openvz-web-login.yaml │ │ │ ├── openx-panel.yaml │ │ │ ├── operations-automation-default-page.yaml │ │ │ ├── optinmonster.yaml │ │ │ ├── oracle-access-manager-detect.yaml │ │ │ ├── oracle-atg-commerce.yaml │ │ │ ├── oracle-business-control.yaml │ │ │ ├── oracle-business-intelligence.yaml │ │ │ ├── oracle-containers-panel.yaml │ │ │ ├── oracle-dbass-detect.yaml │ │ │ ├── oracle-dbcs.yaml │ │ │ ├── oracle-enterprise-manager-login.yaml │ │ │ ├── oracle-http-server-12c.yaml │ │ │ ├── oracle-httpserver12c.yaml │ │ │ ├── oracle-integrated-manager.yaml │ │ │ ├── oracle-iplanet-web-server.yaml │ │ │ ├── oracle-people-enterprise.yaml │ │ │ ├── oracle-people-sign-in.yaml │ │ │ ├── oracle-webcenter-sites.yaml │ │ │ ├── orchid-vms-panel.yaml │ │ │ ├── osquery-fleet-detect.yaml │ │ │ ├── osticket-panel.yaml │ │ │ ├── otobo-panel.yaml │ │ │ ├── otter-blocks.yaml │ │ │ ├── ourmgmt3-panel.yaml │ │ │ ├── owasp-juice-shop-detected.yaml │ │ │ ├── pacs-connexion-utilisateur.yaml │ │ │ ├── pagespeed-detect.yaml │ │ │ ├── pagespeed-global-admin.yaml │ │ │ ├── panabit-panel.yaml │ │ │ ├── pandora-fms-console.yaml │ │ │ ├── parallels-hsphere-detect.yaml │ │ │ ├── parallels-html-client.yaml │ │ │ ├── parse-dashboard.yaml │ │ │ ├── password-protected.yaml │ │ │ ├── payara-micro-server-detect.yaml │ │ │ ├── payroll-management-system-panel.yaml │ │ │ ├── pbootcms-detect.yaml │ │ │ ├── pdf-embedder.yaml │ │ │ ├── pega-detect.yaml │ │ │ ├── pega-web-panel.yaml │ │ │ ├── pentaho-panel.yaml │ │ │ ├── persis-panel.yaml │ │ │ ├── pfsense-login.yaml │ │ │ ├── pgadmin-exposure.yaml │ │ │ ├── phabricator-login.yaml │ │ │ ├── phoronix-pane.yaml │ │ │ ├── photo-gallery.yaml │ │ │ ├── php-compatibility-checker.yaml │ │ │ ├── php-detect.yaml │ │ │ ├── php-fusion-detect.yaml │ │ │ ├── php-mailer.yaml │ │ │ ├── php-proxy-detect.yaml │ │ │ ├── phpcollab-panel.yaml │ │ │ ├── phpldap-admin.yaml │ │ │ ├── phpminiadmin-panel.yaml │ │ │ ├── phpmyadmin-panel.yaml │ │ │ ├── phppgadmin-panel.yaml │ │ │ ├── phppgadmin-version.yaml │ │ │ ├── pi-hole-detect.yaml │ │ │ ├── pichome-panel.yaml │ │ │ ├── piwigo-detect.yaml │ │ │ ├── piwigo-panel.yaml │ │ │ ├── pixelyoursite.yaml │ │ │ ├── planet-estream-panel.yaml │ │ │ ├── plastic-scm-login.yaml │ │ │ ├── plesk-obsidian-login.yaml │ │ │ ├── plesk-onyx-login.yaml │ │ │ ├── plone-cms-detect.yaml │ │ │ ├── polycom-admin-detect.yaml │ │ │ ├── polycom-login.yaml │ │ │ ├── polylang.yaml │ │ │ ├── popup-builder.yaml │ │ │ ├── popup-maker.yaml │ │ │ ├── post-smtp.yaml │ │ │ ├── post-types-order.yaml │ │ │ ├── posthog-admin-panel.yaml │ │ │ ├── powercom-network-manager.yaml │ │ │ ├── powerjob-panel.yaml │ │ │ ├── powerlogic-ion.yaml │ │ │ ├── premium-addons-for-elementor.yaml │ │ │ ├── prestashop-detect.yaml │ │ │ ├── pretty-link.yaml │ │ │ ├── privx-panel.yaml │ │ │ ├── processwire-login.yaml │ │ │ ├── project-insight-login.yaml │ │ │ ├── projectsend-detect.yaml │ │ │ ├── projectsend-login.yaml │ │ │ ├── prometheus-exposed-panel.yaml │ │ │ ├── prometheus-pushgateway-exposed-panel.yaml │ │ │ ├── prtg-detect.yaml │ │ │ ├── ptr-fingerprint.yaml │ │ │ ├── public-tomcat-manager.yaml │ │ │ ├── pulsar-admin-console.yaml │ │ │ ├── pulsar-adminui-panel.yaml │ │ │ ├── pulsar360-admin-panel.yaml │ │ │ ├── pulse-secure-panel.yaml │ │ │ ├── puppet-node-manager-detect.yaml │ │ │ ├── puppetboard-panel.yaml │ │ │ ├── puppetdb-detect.yaml │ │ │ ├── puppetserver-detect.yaml │ │ │ ├── pure-storage-login.yaml │ │ │ ├── pypicloud-panel.yaml │ │ │ ├── pypiserver-detect.yaml │ │ │ ├── qlik-sense-server.yaml │ │ │ ├── qmail-admin-login.yaml │ │ │ ├── qnap-photostation-panel.yaml │ │ │ ├── qnap-qts-panel.yaml │ │ │ ├── qualcomm-voip-router.yaml │ │ │ ├── qualtrics-login.yaml │ │ │ ├── quantum-scalar-detect.yaml │ │ │ ├── r-webserver-login.yaml │ │ │ ├── rabbitmq-dashboard.yaml │ │ │ ├── racksnet-login.yaml │ │ │ ├── radius-manager.yaml │ │ │ ├── rancher-panel.yaml │ │ │ ├── ranger-detection.yaml │ │ │ ├── raspberrymatic-panel.yaml │ │ │ ├── really-simple-captcha.yaml │ │ │ ├── really-simple-ssl.yaml │ │ │ ├── redash-panel.yaml │ │ │ ├── redcap-detector.yaml │ │ │ ├── redhat-satellite-panel.yaml │ │ │ ├── redirection.yaml │ │ │ ├── redis-commander-exposure.yaml │ │ │ ├── redis-enterprise-panel.yaml │ │ │ ├── redmine-cli-detect.yaml │ │ │ ├── redux-framework.yaml │ │ │ ├── regenerate-thumbnails.yaml │ │ │ ├── rekognition-image-validation.yaml │ │ │ ├── remedy-axis-login.yaml │ │ │ ├── remkon-manager-panel.yaml │ │ │ ├── remote-ui-login.yaml │ │ │ ├── residential-gateway-login.yaml │ │ │ ├── retool-login.yaml │ │ │ ├── rg-uac-panel.yaml │ │ │ ├── rhymix-cms-detect.yaml │ │ │ ├── riseup-panel.yaml │ │ │ ├── rocketmq-console-exposure.yaml │ │ │ ├── room-alert-detect.yaml │ │ │ ├── rosariosis-detect.yaml │ │ │ ├── roundcube-webmail-portal.yaml │ │ │ ├── routeros-login.yaml │ │ │ ├── roxy-fileman.yaml │ │ │ ├── royalevent-management-panel.yaml │ │ │ ├── rsa-self-service.yaml │ │ │ ├── rseenet-detect.yaml │ │ │ ├── rsshub-detect.yaml │ │ │ ├── rstudio-detect.yaml │ │ │ ├── ruckus-unleashed-panel.yaml │ │ │ ├── ruckus-wireless-admin-login.yaml │ │ │ ├── rundeck-login.yaml │ │ │ ├── rustici-content-controller.yaml │ │ │ ├── s3-detect.yaml │ │ │ ├── safe-svg.yaml │ │ │ ├── saferoads-vms-login.yaml │ │ │ ├── sage-panel.yaml │ │ │ ├── saltgui-panel.yaml │ │ │ ├── saltstack-config-panel.yaml │ │ │ ├── samba-swat-panel.yaml │ │ │ ├── samsung-printer-detect.yaml │ │ │ ├── samsung-smarttv-debug.yaml │ │ │ ├── sap-cloud-analytics.yaml │ │ │ ├── sap-hana-xsengine-panel.yaml │ │ │ ├── sap-igs-detect.yaml │ │ │ ├── sap-netweaver-detect.yaml │ │ │ ├── sap-netweaver-portal.yaml │ │ │ ├── sap-netweaver-webgui.yaml │ │ │ ├── sap-spartacus-detect.yaml │ │ │ ├── sap-web-dispatcher-admin-portal.yaml │ │ │ ├── sap-web-dispatcher.yaml │ │ │ ├── sapfiori-panel.yaml │ │ │ ├── sas-login-panel.yaml │ │ │ ├── sauter-login.yaml │ │ │ ├── sceditor-detect.yaml │ │ │ ├── scriptcase-panel.yaml │ │ │ ├── scriptcase-prod-login.yaml │ │ │ ├── scs-landfill-control.yaml │ │ │ ├── seafile-panel.yaml │ │ │ ├── seats-login.yaml │ │ │ ├── secmail-detect.yaml │ │ │ ├── secnet-ac-panel.yaml │ │ │ ├── secure-login-panel.yaml │ │ │ ├── securenvoy-panel.yaml │ │ │ ├── securepoint-utm.yaml │ │ │ ├── securityspy-detect.yaml │ │ │ ├── seeddms-panel.yaml │ │ │ ├── selenium-grid.yaml │ │ │ ├── selenoid-ui-exposure.yaml │ │ │ ├── sentinelone-console.yaml │ │ │ ├── seo-by-rank-math.yaml │ │ │ ├── sequoiadb-login.yaml │ │ │ ├── server-backup-login.yaml │ │ │ ├── server-backup-manager-se.yaml │ │ │ ├── server-status.yaml │ │ │ ├── servicedesk-login-panel.yaml │ │ │ ├── sevone-nms-network-manager.yaml │ │ │ ├── sg-cachepress.yaml │ │ │ ├── sg-security.yaml │ │ │ ├── sgp-login-panel.yaml │ │ │ ├── sharecenter-login.yaml │ │ │ ├── shiro-detect.yaml │ │ │ ├── shopizer-detect.yaml │ │ │ ├── shopware-detect.yaml │ │ │ ├── shortcodes-ultimate.yaml │ │ │ ├── shortpixel-image-optimiser.yaml │ │ │ ├── shoutcast-server.yaml │ │ │ ├── sicom-panel.yaml │ │ │ ├── simple-custom-post-order.yaml │ │ │ ├── simple-page-ordering.yaml │ │ │ ├── sitecore-login-panel.yaml │ │ │ ├── sitecore-login.yaml │ │ │ ├── sitecore-version.yaml │ │ │ ├── sitefinity-login.yaml │ │ │ ├── siteguard.yaml │ │ │ ├── siteomat-login.yaml │ │ │ ├── siteorigin-panels.yaml │ │ │ ├── skycaiji-admin-panel.yaml │ │ │ ├── slocum-login.yaml │ │ │ ├── smart-slider-3.yaml │ │ │ ├── smartping-dashboard.yaml │ │ │ ├── smartstore-detect.yaml │ │ │ ├── smtp2go-detect.yaml │ │ │ ├── snapdrop-detect.yaml │ │ │ ├── snipeit-panel.yaml │ │ │ ├── so-widgets-bundle.yaml │ │ │ ├── sogo-detect.yaml │ │ │ ├── solarview-compact-panel.yaml │ │ │ ├── solarwinds-orion.yaml │ │ │ ├── solarwinds-servuftp-detect.yaml │ │ │ ├── solr-panel-exposure.yaml │ │ │ ├── somansa-dlp-detect.yaml │ │ │ ├── somfy-login.yaml │ │ │ ├── sonarqube-login.yaml │ │ │ ├── sonic-wall-application.yaml │ │ │ ├── sonicwall-analyzer-login.yaml │ │ │ ├── sonicwall-email-security-detect.yaml │ │ │ ├── sonicwall-management-panel.yaml │ │ │ ├── sonicwall-sslvpn-panel.yaml │ │ │ ├── sophos-fw-version-detect.yaml │ │ │ ├── sophos-mobile-panel.yaml │ │ │ ├── spacelogic-cbus-panel.yaml │ │ │ ├── spark-panel.yaml │ │ │ ├── sphider-login.yaml │ │ │ ├── spiderfoot.yaml │ │ │ ├── spinnaker-detect.yaml │ │ │ ├── splunk-enterprise-panel.yaml │ │ │ ├── splunk-login.yaml │ │ │ ├── spring-detect.yaml │ │ │ ├── springboot-actuator.yaml │ │ │ ├── springboot-auditevents.yaml │ │ │ ├── springboot-health.yaml │ │ │ ├── springboot-info.yaml │ │ │ ├── springboot-loggerconfig.yaml │ │ │ ├── springboot-scheduledtasks.yaml │ │ │ ├── springboot-status.yaml │ │ │ ├── sql-monitor.yaml │ │ │ ├── sql-server-reporting.yaml │ │ │ ├── sqlbuddy-panel.yaml │ │ │ ├── squirrelmail-login.yaml │ │ │ ├── sqwebmail-login-panel.yaml │ │ │ ├── ssl-insecure-content-fixer.yaml │ │ │ ├── ssl-network-extender.yaml │ │ │ ├── star-network-utility.yaml │ │ │ ├── start-element-manager-panel.yaml │ │ │ ├── steve-default-login.yaml │ │ │ ├── steve-login-panel.yaml │ │ │ ├── stops-core-theme-and-plugin-updates.yaml │ │ │ ├── storybook-panel.yaml │ │ │ ├── strapi-cms-detect.yaml │ │ │ ├── strapi-documentation.yaml │ │ │ ├── strapi-panel.yaml │ │ │ ├── stridercd-panel.yaml │ │ │ ├── submitty-login.yaml │ │ │ ├── subrion-cms-detect.yaml │ │ │ ├── subrion-login.yaml │ │ │ ├── sucuri-firewall.yaml │ │ │ ├── sucuri-scanner.yaml │ │ │ ├── sugarcrm-panel.yaml │ │ │ ├── sungrow-logger1000-detect.yaml │ │ │ ├── superadmin-ui-panel.yaml │ │ │ ├── supermicro-bmc-panel.yaml │ │ │ ├── superset-login.yaml │ │ │ ├── supervpn-panel.yaml │ │ │ ├── svg-support.yaml │ │ │ ├── swag-instance-default-page.yaml │ │ │ ├── symantec-dlp-login.yaml │ │ │ ├── symantec-epm-login.yaml │ │ │ ├── symantec-ewep-login.yaml │ │ │ ├── symantec-iam-console.yaml │ │ │ ├── symantec-pgp-global-directory.yaml │ │ │ ├── synapse-mobility-panel.yaml │ │ │ ├── syncthru-web-service.yaml │ │ │ ├── synnefo-admin-panel.yaml │ │ │ ├── synology-web-station.yaml │ │ │ ├── synopsys-coverity-panel.yaml │ │ │ ├── sysaid-panel.yaml │ │ │ ├── table-of-contents-plus.yaml │ │ │ ├── tableau-panel.yaml │ │ │ ├── tableau-server-detect.yaml │ │ │ ├── tableau-service-manager.yaml │ │ │ ├── tablepress.yaml │ │ │ ├── taxonomy-terms-order.yaml │ │ │ ├── teamcity-login-panel.yaml │ │ │ ├── teampass-panel.yaml │ │ │ ├── tech-detect.yaml │ │ │ ├── tectuus-scada-monitor.yaml │ │ │ ├── tekton-dashboard.yaml │ │ │ ├── telerik-dialoghandler-detect.yaml │ │ │ ├── telerik-fileupload-detect.yaml │ │ │ ├── telerik-server-login.yaml │ │ │ ├── teltonika-login.yaml │ │ │ ├── tembosocial-panel.yaml │ │ │ ├── temenos-t24-login.yaml │ │ │ ├── tenda-11n-wireless-router-login.yaml │ │ │ ├── tenda-web-master.yaml │ │ │ ├── teradici-pcoip-panel.yaml │ │ │ ├── teradici-pcoip.yaml │ │ │ ├── terraform-detect.yaml │ │ │ ├── terraform-enterprise-panel.yaml │ │ │ ├── terramaster-login.yaml │ │ │ ├── the-events-calendar.yaml │ │ │ ├── themeisle-companion.yaml │ │ │ ├── thinfinity-virtualui-panel.yaml │ │ │ ├── thinkcmf-detect.yaml │ │ │ ├── threatq-login.yaml │ │ │ ├── thruk-login.yaml │ │ │ ├── tikiwiki-cms.yaml │ │ │ ├── tileserver-gl.yaml │ │ │ ├── tiny-file-manager.yaml │ │ │ ├── tinymce-advanced.yaml │ │ │ ├── tlr-2005ksh-login.yaml │ │ │ ├── tomcat-detect.yaml │ │ │ ├── tomcat-pathnormalization.yaml │ │ │ ├── tooljet-panel.yaml │ │ │ ├── tor-socks-proxy.yaml │ │ │ ├── tornado-server-login.yaml │ │ │ ├── total-web-solutions-panel.yaml │ │ │ ├── totemomail-panel.yaml │ │ │ ├── tracer-sc-login.yaml │ │ │ ├── traefik-dashboard.yaml │ │ │ ├── translatepress-multilingual.yaml │ │ │ ├── trendnet-tew827dru-login.yaml │ │ │ ├── tufin-securetrack-login.yaml │ │ │ ├── turnkey-openvpn.yaml │ │ │ ├── tuxedo-connected-controller.yaml │ │ │ ├── txt-fingerprint.yaml │ │ │ ├── typo3-detect.yaml │ │ │ ├── typo3-login.yaml │ │ │ ├── ulanzi-clock.yaml │ │ │ ├── ultimate-addons-for-gutenberg.yaml │ │ │ ├── umbraco-login.yaml │ │ │ ├── unauth-selenium-grid-console.yaml │ │ │ ├── unauth-xproxy-dashboard.yaml │ │ │ ├── unauthenticated-frp.yaml │ │ │ ├── under-construction-page.yaml │ │ │ ├── unifi-panel.yaml │ │ │ ├── unyson.yaml │ │ │ ├── updraftplus.yaml │ │ │ ├── use-any-font.yaml │ │ │ ├── user-control-panel.yaml │ │ │ ├── user-role-editor.yaml │ │ │ ├── utility-service-detect.yaml │ │ │ ├── v2924-admin-panel.yaml │ │ │ ├── vault-panel.yaml │ │ │ ├── vbulletin-detect.yaml │ │ │ ├── veeam-backup-azure-panel.yaml │ │ │ ├── veeam-backup-gcp.yaml │ │ │ ├── veeam-panel.yaml │ │ │ ├── velvet-blues-update-urls.yaml │ │ │ ├── verizon-router-panel.yaml │ │ │ ├── versa-analytics-server.yaml │ │ │ ├── versa-director-api.yaml │ │ │ ├── versa-director-login.yaml │ │ │ ├── versa-flexvnf-panel.yaml │ │ │ ├── versa-flexvnf-server.yaml │ │ │ ├── versa-networks-detect.yaml │ │ │ ├── versa-sdwan.yaml │ │ │ ├── vertex-tax-panel.yaml │ │ │ ├── vidyo-login.yaml │ │ │ ├── vigor-login.yaml │ │ │ ├── virtua-software-panel.yaml │ │ │ ├── virtual-ema-detect.yaml │ │ │ ├── vivotex-web-console-detect.yaml │ │ │ ├── vmware-carbon-black-edr.yaml │ │ │ ├── vmware-cloud-availability.yaml │ │ │ ├── vmware-cloud-director.yaml │ │ │ ├── vmware-detect.yaml │ │ │ ├── vmware-ftp-server.yaml │ │ │ ├── vmware-hcx-login.yaml │ │ │ ├── vmware-horizon-daas.yaml │ │ │ ├── vmware-horizon-panel.yaml │ │ │ ├── vmware-horizon-version.yaml │ │ │ ├── vmware-nsx-login.yaml │ │ │ ├── vmware-site-recovery-manager.yaml │ │ │ ├── vmware-vcenter-converter-standalone.yaml │ │ │ ├── vmware-vcloud-director.yaml │ │ │ ├── vmware-vrealize-detect.yaml │ │ │ ├── vodafone-voxui-panel.yaml │ │ │ ├── voipmonitor-panel.yaml │ │ │ ├── vrealize-loginsight-panel.yaml │ │ │ ├── w3-total-cache.yaml │ │ │ ├── wago-plc-panel.yaml │ │ │ ├── wagtail-cms-detect.yaml │ │ │ ├── wallix-accessmanager-panel.yaml │ │ │ ├── wampserver-homepage.yaml │ │ │ ├── watcher-panel.yaml │ │ │ ├── watchguard-panel.yaml │ │ │ ├── watershed-panel.yaml │ │ │ ├── wazuh-panel.yaml │ │ │ ├── weatherlink.yaml │ │ │ ├── weave-scope-dashboard.yaml │ │ │ ├── web-file-manager.yaml │ │ │ ├── web-ftp-detect.yaml │ │ │ ├── web-local-craft.yaml │ │ │ ├── web-service-panel.yaml │ │ │ ├── web-suite-detect.yaml │ │ │ ├── webeditors-check-detect.yaml │ │ │ ├── weblogic-detect.yaml │ │ │ ├── weblogic-login.yaml │ │ │ ├── weblogic-uddiexplorer.yaml │ │ │ ├── webmin-panel.yaml │ │ │ ├── webmodule-ee-panel.yaml │ │ │ ├── webp-converter-for-media.yaml │ │ │ ├── webp-express.yaml │ │ │ ├── webpagetest-panel.yaml │ │ │ ├── webroot-login.yaml │ │ │ ├── webshell4-login-panel.yaml │ │ │ ├── webuzo-admin-panel.yaml │ │ │ ├── weiphp-panel.yaml │ │ │ ├── werkzeug-debugger-detect.yaml │ │ │ ├── whm-login-detect.yaml │ │ │ ├── widget-importer-exporter.yaml │ │ │ ├── wildfly-panel.yaml │ │ │ ├── wms-server-detect.yaml │ │ │ ├── wondercms-detect.yaml │ │ │ ├── woo-cart-abandonment-recovery.yaml │ │ │ ├── woo-checkout-field-editor-pro.yaml │ │ │ ├── woo-variation-swatches.yaml │ │ │ ├── woocommerce-gateway-paypal-express-checkout.yaml │ │ │ ├── woocommerce-gateway-stripe.yaml │ │ │ ├── woocommerce-payments.yaml │ │ │ ├── woocommerce-paypal-payments.yaml │ │ │ ├── woocommerce-pdf-invoices-packing-slips.yaml │ │ │ ├── woocommerce-services.yaml │ │ │ ├── woocommerce.yaml │ │ │ ├── woosidebars.yaml │ │ │ ├── wordfence.yaml │ │ │ ├── wordpress-detect.yaml │ │ │ ├── wordpress-importer.yaml │ │ │ ├── wordpress-login.yaml │ │ │ ├── wordpress-seo.yaml │ │ │ ├── wordpress-wp-cron.yaml │ │ │ ├── worker.yaml │ │ │ ├── workerman-websocket-detect.yaml │ │ │ ├── workresources-rdp.yaml │ │ │ ├── worksites-detection.yaml │ │ │ ├── workspace-one-uem.yaml │ │ │ ├── wowza-streaming-engine.yaml │ │ │ ├── wp-fastest-cache.yaml │ │ │ ├── wp-file-manager.yaml │ │ │ ├── wp-google-maps.yaml │ │ │ ├── wp-mail-smtp.yaml │ │ │ ├── wp-maintenance-mode.yaml │ │ │ ├── wp-migrate-db.yaml │ │ │ ├── wp-multibyte-patch.yaml │ │ │ ├── wp-optimize.yaml │ │ │ ├── wp-pagenavi.yaml │ │ │ ├── wp-registration-enabled.yaml │ │ │ ├── wp-reset.yaml │ │ │ ├── wp-sitemap-page.yaml │ │ │ ├── wp-smushit.yaml │ │ │ ├── wp-statistics.yaml │ │ │ ├── wp-super-cache.yaml │ │ │ ├── wp-user-avatar.yaml │ │ │ ├── wpcf7-recaptcha.yaml │ │ │ ├── wpcf7-redirect.yaml │ │ │ ├── wpforms-lite.yaml │ │ │ ├── wps-hide-login.yaml │ │ │ ├── wpvivid-backuprestore.yaml │ │ │ ├── wso2-management-console.yaml │ │ │ ├── wso2-products-detect.yaml │ │ │ ├── wuzhicms-detect.yaml │ │ │ ├── xampp-default-page.yaml │ │ │ ├── xds-amr-status.yaml │ │ │ ├── xeams-admin-console.yaml │ │ │ ├── xenforo-detect.yaml │ │ │ ├── xenmobile-login.yaml │ │ │ ├── xerox-workcentre-detect.yaml │ │ │ ├── xfinity-panel.yaml │ │ │ ├── xiaomi-wireless-router-login.yaml │ │ │ ├── xibocms-login.yaml │ │ │ ├── xnat-login.yaml │ │ │ ├── xvr-login.yaml │ │ │ ├── xweb500-panel.yaml │ │ │ ├── xxljob-panel.yaml │ │ │ ├── yapi-detect.yaml │ │ │ ├── yellowfin-panel.yaml │ │ │ ├── yeswiki-detect.yaml │ │ │ ├── yith-woocommerce-compare.yaml │ │ │ ├── yith-woocommerce-wishlist.yaml │ │ │ ├── ymhome-detect.yaml │ │ │ ├── yopass-panel.yaml │ │ │ ├── yzmcms-panel.yaml │ │ │ ├── zabbix-error.yaml │ │ │ ├── zabbix-server-login.yaml │ │ │ ├── zap-api-detect.yaml │ │ │ ├── zblog-exposed-admin-panel.yaml │ │ │ ├── zblogphp-panel.yaml │ │ │ ├── zebra-printer-detect.yaml │ │ │ ├── zenario-login-panel.yaml │ │ │ ├── zend-server-test-page.yaml │ │ │ ├── zentao-detect.yaml │ │ │ ├── zentral-panel.yaml │ │ │ ├── zerof-webserver-detect.yaml │ │ │ ├── zeroshell-login.yaml │ │ │ ├── zimbra-detect.yaml │ │ │ ├── zimbra-web-client.yaml │ │ │ ├── zimbra-web-login.yaml │ │ │ ├── zipkin-exposure.yaml │ │ │ ├── zoneminder-login.yaml │ │ │ ├── zope-detect.yaml │ │ │ ├── zte-panel.yaml │ │ │ ├── zuul-panel.yaml │ │ │ ├── zyxel-firewall-panel.yaml │ │ │ └── zyxel-router-panel.yaml │ └── low │ │ └── standalone │ │ ├── brother-printer-detect.yaml │ │ ├── dwr-index-detect.yaml │ │ ├── elasticsearch-sql-client-detect.yaml │ │ ├── firebase-detect.yaml │ │ ├── hp-device-info-detect.yaml │ │ ├── hp-laserjet-detect.yaml │ │ └── json-server.yaml ├── subscan │ ├── dns │ │ ├── azure-takeover-detection.yaml │ │ ├── detect-dangling-cname.yaml │ │ ├── dmarc-detect.yaml │ │ ├── elasticbeantalk-takeover.yaml │ │ ├── servfail-refused-hosts.yaml │ │ └── spoofable-spf-records-ptr.yaml │ └── web │ │ ├── aftership-takeover.yaml │ │ ├── agilecrm-takeover.yaml │ │ ├── aha-takeover.yaml │ │ ├── airee-takeover.yaml │ │ ├── anima-takeover.yaml │ │ ├── announcekit-takeover.yaml │ │ ├── aws-bucket-takeover.yaml │ │ ├── bigcartel-takeover.yaml │ │ ├── bitbucket-takeover.yaml │ │ ├── campaignmonitor-takeover.yaml │ │ ├── canny-takeover.yaml │ │ ├── cargo-takeover.yaml │ │ ├── cargocollective-takeover.yaml │ │ ├── flexbe-takeover.yaml │ │ ├── flywheel-takeover.yaml │ │ ├── frontify-takeover.yaml │ │ ├── gemfury-takeover.yaml │ │ ├── getresponse-takeover.yaml │ │ ├── ghost-takeover.yaml │ │ ├── gitbook-takeover.yaml │ │ ├── github-takeover.yaml │ │ ├── hatenablog-takeover.yaml │ │ ├── helpjuice-takeover.yaml │ │ ├── helprace-takeover.yaml │ │ ├── helpscout-takeover.yaml │ │ ├── heroku-takeover.yaml │ │ ├── hubspot-takeover.yaml │ │ ├── intercom-takeover.yaml │ │ ├── jazzhr-takeover.yaml │ │ ├── jetbrains-takeover.yaml │ │ ├── kinsta-takeover.yaml │ │ ├── launchrock-takeover.yaml │ │ ├── leadpages-takeover.yaml │ │ ├── mashery-takeover.yaml │ │ ├── meteor-takeover.yaml │ │ ├── netlify-takeover.yaml │ │ ├── ngrok-takeover.yaml │ │ ├── pagewiz-takeover.yaml │ │ ├── pantheon-takeover.yaml │ │ ├── pingdom-takeover.yaml │ │ ├── proposify-takeover.yaml │ │ ├── readme-takeover.yaml │ │ ├── readthedocs-takeover.yaml │ │ ├── shopify-takeover.yaml │ │ ├── short-io.yaml │ │ ├── simplebooklet-takeover.yaml │ │ ├── smartjob-takeover.yaml │ │ ├── smugmug-takeover.yaml │ │ ├── sprintful-takeover.yaml │ │ ├── strikingly-takeover.yaml │ │ ├── surge-takeover.yaml │ │ ├── surveygizmo-takeover.yaml │ │ ├── surveysparrow-takeover.yaml │ │ ├── tave-takeover.yaml │ │ ├── teamwork-takeover.yaml │ │ ├── tilda-takeover.yaml │ │ ├── tumblr-takeover.yaml │ │ ├── uberflip-takeover.yaml │ │ ├── uptimerobot-takeover.yaml │ │ ├── uservoice-takeover.yaml │ │ ├── vend-takeover.yaml │ │ ├── webflow-takeover.yaml │ │ ├── wishpond-takeover.yaml │ │ ├── wix-takeover.yaml │ │ ├── wordpress-takeover.yaml │ │ ├── worksites-takeover.yaml │ │ ├── wufoo-takeover.yaml │ │ └── zendesk-takeover.yaml ├── urlscan │ ├── cmdi │ │ ├── blind-oast-polyglots.yaml │ │ ├── cves │ │ │ ├── CVE-2018-19518.yaml │ │ │ ├── CVE-2021-45046.yaml │ │ │ └── CVE-2022-42889.yaml │ │ └── ruby-open-rce.yaml │ ├── crlf │ │ ├── cookie-injection.yaml │ │ └── crlf-injection.yaml │ ├── lfi │ │ ├── lfi-keyed.yaml │ │ ├── linux-lfi-fuzz.yaml │ │ └── windows-lfi-fuzz.yaml │ ├── redirect │ │ └── open-redirect.yaml │ ├── sqli │ │ ├── cves │ │ │ └── CVE-2022-34265.yaml │ │ └── error-based.yaml │ ├── ssrf │ │ ├── blind-ssrf.yaml │ │ └── response-ssrf.yaml │ ├── ssti │ │ └── reflection-ssti.yaml │ ├── xss │ │ └── reflected-xss.yaml │ └── xxe │ │ └── fuzz-xxe.yaml ├── vulnscan │ ├── critical │ │ └── standalone │ │ │ ├── 74cms-sqli.yaml │ │ │ ├── aem-crx-bypass.yaml │ │ │ ├── aem-groovyconsole.yaml │ │ │ ├── aerocms-sqli.yaml │ │ │ ├── ait-csv-import-export-rce.yaml │ │ │ ├── alumni-management-sqli.yaml │ │ │ ├── amazon-ec2-ssrf.yaml │ │ │ ├── antsword-backdoor.yaml │ │ │ ├── apache-flink-unauth-rce.yaml │ │ │ ├── apache-ofbiz-log4j-rce.yaml │ │ │ ├── apache-solr-log4j-rce.yaml │ │ │ ├── avaya-aura-rce.yaml │ │ │ ├── axiom-digitalocean-key-exposure.yaml │ │ │ ├── chamilo-lms-sqli.yaml │ │ │ ├── circarlife-setup.yaml │ │ │ ├── cisco-unified-communications-log4j.yaml │ │ │ ├── cisco-vmanage-log4j.yaml │ │ │ ├── clockwatch-enterprise-rce.yaml │ │ │ ├── code42-log4j-rce.yaml │ │ │ ├── commax-biometric-auth-bypass.yaml │ │ │ ├── commax-credentials-disclosure.yaml │ │ │ ├── concrete5-install.yaml │ │ │ ├── core-chuangtian-cloud-rce.yaml │ │ │ ├── cvms-sqli.yaml │ │ │ ├── dedecms-membergroup-sqli.yaml │ │ │ ├── dedecms-rce.yaml │ │ │ ├── digital-ocean-ssrf.yaml │ │ │ ├── dixell-xweb500-filewrite.yaml │ │ │ ├── dotnetcms-sqli.yaml │ │ │ ├── duomicms-sql-injection.yaml │ │ │ ├── dvwa-default-login.yaml │ │ │ ├── ecshop-sqli.yaml │ │ │ ├── ecsimagingpacs-rce.yaml │ │ │ ├── elasticsearch5-log4j-rce.yaml │ │ │ ├── ems-sqli.yaml │ │ │ ├── etouch-v2-sqli.yaml │ │ │ ├── exposed-adb.yaml │ │ │ ├── exposed-dockerd.yaml │ │ │ ├── fastjson-1-2-24-rce.yaml │ │ │ ├── fastjson-1-2-41-rce.yaml │ │ │ ├── fastjson-1-2-42-rce.yaml │ │ │ ├── fastjson-1-2-43-rce.yaml │ │ │ ├── fastjson-1-2-47-rce.yaml │ │ │ ├── fastjson-1-2-62-rce.yaml │ │ │ ├── fastjson-1-2-67-rce.yaml │ │ │ ├── fastjson-1-2-68-rce.yaml │ │ │ ├── finecms-sqli.yaml │ │ │ ├── getsimple-installation.yaml │ │ │ ├── gitlab-rce.yaml │ │ │ ├── goanywhere-mft-log4j-rce.yaml │ │ │ ├── graylog-log4j.yaml │ │ │ ├── h3c-imc-rce.yaml │ │ │ ├── hadoop-unauth-rce.yaml │ │ │ ├── hashicorp-consul-rce.yaml │ │ │ ├── hasura-graphql-psql-exec.yaml │ │ │ ├── header-command-injection.yaml │ │ │ ├── hiboss-rce.yaml │ │ │ ├── huawei-router-auth-bypass.yaml │ │ │ ├── icewarp-webclient-rce.yaml │ │ │ ├── inspur-clusterengine-rce.yaml │ │ │ ├── jamf-log4j-jndi-rce.yaml │ │ │ ├── jenkins-script.yaml │ │ │ ├── jexboss-backdoor.yaml │ │ │ ├── jupyter-ipython-unauth.yaml │ │ │ ├── kevinlab-bems-backdoor.yaml │ │ │ ├── kevinlab-bems-sqli.yaml │ │ │ ├── kevinlab-hems-backdoor.yaml │ │ │ ├── kubernetes-pods.yaml │ │ │ ├── loancms-sqli.yaml │ │ │ ├── lotuscms-rce.yaml │ │ │ ├── maccmsv10-backdoor.yaml │ │ │ ├── mcloud-installer.yaml │ │ │ ├── metabase-log4j.yaml │ │ │ ├── metadata-alibaba.yaml │ │ │ ├── metadata-aws.yaml │ │ │ ├── metadata-azure.yaml │ │ │ ├── metadata-digitalocean.yaml │ │ │ ├── metadata-google.yaml │ │ │ ├── metadata-hetzner.yaml │ │ │ ├── metadata-openstack.yaml │ │ │ ├── metadata-oracle.yaml │ │ │ ├── metersphere-plugin-rce.yaml │ │ │ ├── mirai-unknown-rce.yaml │ │ │ ├── misconfigured-docker.yaml │ │ │ ├── mobileiron-log4j-jndi-rce.yaml │ │ │ ├── nagiosxi-default-login.yaml │ │ │ ├── natshell-rce.yaml │ │ │ ├── node-integration-enabled.yaml │ │ │ ├── nuuo-nvrmini2-rce.yaml │ │ │ ├── odoo-database-manager.yaml │ │ │ ├── opencpu-rce.yaml │ │ │ ├── opennms-log4j-jndi-rce.yaml │ │ │ ├── opensns-rce.yaml │ │ │ ├── optilink-ont1gew-gpon-rce.yaml │ │ │ ├── oracle-ebs-bispgraph-file-access.yaml │ │ │ ├── panabit-default-login.yaml │ │ │ ├── pbootcms-database-file-download.yaml │ │ │ ├── pdf-signer-ssti-to-rce.yaml │ │ │ ├── php-zerodium-backdoor-rce.yaml │ │ │ ├── phpok-sqli.yaml │ │ │ ├── powercreator-cms-rce.yaml │ │ │ ├── qi-anxin-netkang-next-generation-firewall-rce.yaml │ │ │ ├── qvisdvr-deserialization-rce.yaml │ │ │ ├── ruckus-wireless-default-login.yaml │ │ │ ├── ruijie-eg-rce.yaml │ │ │ ├── rundeck-log4j.yaml │ │ │ ├── rusty-joomla.yaml │ │ │ ├── samsung-wlan-ap-rce.yaml │ │ │ ├── sangfor-ba-rce.yaml │ │ │ ├── sangfor-edr-rce.yaml │ │ │ ├── sap-router-info-leak.yaml │ │ │ ├── sar2html-rce.yaml │ │ │ ├── seacms-sqli.yaml │ │ │ ├── seowon-router-rce.yaml │ │ │ ├── showdoc-file-upload-rce.yaml │ │ │ ├── simple-crm-sql-injection.yaml │ │ │ ├── sonicwall-sslvpn-shellshock.yaml │ │ │ ├── sponip-network-system-ping-rce.yaml │ │ │ ├── springboot-h2-db-rce.yaml │ │ │ ├── springboot-heapdump.yaml │ │ │ ├── springboot-log4j-rce.yaml │ │ │ ├── suspicious-sql-error-messages.yaml │ │ │ ├── tamronos-rce.yaml │ │ │ ├── thinkcmf-rce.yaml │ │ │ ├── thinkphp-2-rce.yaml │ │ │ ├── thinkphp-501-rce.yaml │ │ │ ├── thinkphp-5022-rce.yaml │ │ │ ├── thinkphp-5023-rce.yaml │ │ │ ├── thinkphp-509-information-disclosure.yaml │ │ │ ├── tongda-path-traversal.yaml │ │ │ ├── tugboat-config-exposure.yaml │ │ │ ├── unauth-spark-api.yaml │ │ │ ├── unauthenticated-nacos-access.yaml │ │ │ ├── unauthorized-plastic-scm.yaml │ │ │ ├── unifi-network-log4j-rce.yaml │ │ │ ├── vmware-hcx-log4j.yaml │ │ │ ├── vmware-horizon-log4j-jndi-rce.yaml │ │ │ ├── vmware-nsx-log4j.yaml │ │ │ ├── vmware-operation-manager-log4j.yaml │ │ │ ├── vmware-siterecovery-log4j-rce.yaml │ │ │ ├── vmware-vcenter-log4j-jndi-rce.yaml │ │ │ ├── vmware-vcenter-ssrf.yaml │ │ │ ├── vpms-auth-bypass.yaml │ │ │ ├── vrealize-operations-log4j-rce.yaml │ │ │ ├── vsftpd-backdoor.yaml │ │ │ ├── watchguard-credentials-disclosure.yaml │ │ │ ├── webui-rce.yaml │ │ │ ├── wordpress-rce-simplefilelist.yaml │ │ │ ├── wordpress-weak-credentials.yaml │ │ │ ├── wp-install.yaml │ │ │ ├── wp-multiple-theme-ssrf.yaml │ │ │ ├── wp-woocommerce-email-verification.yaml │ │ │ ├── wuzhicms-sqli.yaml │ │ │ ├── xdcms-sqli.yaml │ │ │ ├── xenmobile-server-log4j.yaml │ │ │ ├── yapi-rce.yaml │ │ │ ├── yeswiki-sql.yaml │ │ │ ├── yonyou-u8-oa-sqli.yaml │ │ │ ├── zcms-v3-sqli.yaml │ │ │ ├── zenphoto-setup.yaml │ │ │ ├── zhiyuan-file-upload.yaml │ │ │ ├── zimbra-preauth-ssrf.yaml │ │ │ ├── zms-auth-bypass.yaml │ │ │ └── zms-sqli.yaml │ ├── high │ │ └── standalone │ │ │ ├── 3com-nj2000-default-login.yaml │ │ │ ├── 3cx-management-console.yaml │ │ │ ├── 3dprint-arbitrary-file-upload.yaml │ │ │ ├── accent-microcomputers-lfi.yaml │ │ │ ├── acme-xss.yaml │ │ │ ├── activemq-default-login.yaml │ │ │ ├── ad-widget-lfi.yaml │ │ │ ├── adiscon-loganalyzer.yaml │ │ │ ├── advanced-access-manager-lfi.yaml │ │ │ ├── aem-default-login.yaml │ │ │ ├── aem-explorer-nodetypes.yaml │ │ │ ├── aem-felix-console.yaml │ │ │ ├── aem-misc-admin.yaml │ │ │ ├── aem-setpreferences-xss.yaml │ │ │ ├── aem-xss-childlist-selector.yaml │ │ │ ├── age-gate-xss.yaml │ │ │ ├── airflow-default-login.yaml │ │ │ ├── akamai-arl-xss.yaml │ │ │ ├── akamai-s3-cache-poisoning.yaml │ │ │ ├── ambari-default-login.yaml │ │ │ ├── amministrazione-aperta-lfi.yaml │ │ │ ├── ampache-music-installer.yaml │ │ │ ├── apache-solr-file-read.yaml │ │ │ ├── apisix-default-login.yaml │ │ │ ├── apollo-default-login.yaml │ │ │ ├── appsettings-file-disclosure.yaml │ │ │ ├── arl-default-login.yaml │ │ │ ├── artifactory-anonymous-deploy.yaml │ │ │ ├── asanhamayesh-lfi.yaml │ │ │ ├── aspose-file-download.yaml │ │ │ ├── aspose-ie-file-download.yaml │ │ │ ├── aspose-pdf-file-download.yaml │ │ │ ├── aspose-words-file-download.yaml │ │ │ ├── atom-sync-remote.yaml │ │ │ ├── audiocodes-default-login.yaml │ │ │ ├── avada-xss.yaml │ │ │ ├── avideo-install.yaml │ │ │ ├── azkaban-default-login.yaml │ │ │ ├── bagisto-installer.yaml │ │ │ ├── bems-api-lfi.yaml │ │ │ ├── beward-ipcamera-disclosure.yaml │ │ │ ├── binom-installer.yaml │ │ │ ├── blesta-installer.yaml │ │ │ ├── blue-ocean-excellence-lfi.yaml │ │ │ ├── brandfolder-lfi.yaml │ │ │ ├── bullwark-momentum-lfi.yaml │ │ │ ├── businessintelligence-default-login.yaml │ │ │ ├── canal-default-login.yaml │ │ │ ├── carel-bacnet-gateway-traversal.yaml │ │ │ ├── chamilo-lms-xss.yaml │ │ │ ├── cherry-file-download.yaml │ │ │ ├── cherry-lfi.yaml │ │ │ ├── chinaunicom-default-login.yaml │ │ │ ├── church-admin-lfi.yaml │ │ │ ├── churchope-lfi.yaml │ │ │ ├── ckan-dom-based-xss.yaml │ │ │ ├── clamav-unauth.yaml │ │ │ ├── clickhouse-unauth.yaml │ │ │ ├── clockwork-dashboard-exposure.yaml │ │ │ ├── clockwork-php-page.yaml │ │ │ ├── cloudinary.yaml │ │ │ ├── cobbler-default-login.yaml │ │ │ ├── codeigniter-env.yaml │ │ │ ├── coldfusion-debug-xss.yaml │ │ │ ├── comtrend-password-exposure.yaml │ │ │ ├── concrete-installer.yaml │ │ │ ├── concrete-xss.yaml │ │ │ ├── contentify-installer.yaml │ │ │ ├── coremail-config-disclosure.yaml │ │ │ ├── couchdb-adminparty.yaml │ │ │ ├── credentials.yaml │ │ │ ├── crystal-live-server-lfi.yaml │ │ │ ├── cs-cart-unauthenticated-lfi.yaml │ │ │ ├── d-link-arbitary-fileread.yaml │ │ │ ├── darkstat-detect.yaml │ │ │ ├── datahub-metadata-default-login.yaml │ │ │ ├── dataiku-default-login.yaml │ │ │ ├── dedecms-carbuyaction-fileinclude.yaml │ │ │ ├── dedecms-config-xss.yaml │ │ │ ├── dell-idrac-default-login.yaml │ │ │ ├── dell-idrac9-default-login.yaml │ │ │ ├── deos-openview-admin.yaml │ │ │ ├── detect-drone-config.yaml │ │ │ ├── diarise-theme-lfi.yaml │ │ │ ├── dicoogle-pacs-lfi.yaml │ │ │ ├── digitalrebar-default-login.yaml │ │ │ ├── digitalrebar-traversal.yaml │ │ │ ├── discourse-xss.yaml │ │ │ ├── django-debug-exposure.yaml │ │ │ ├── django-secret-key.yaml │ │ │ ├── dockercfg-config.yaml │ │ │ ├── dokuwiki-installer.yaml │ │ │ ├── dolibarr-installer.yaml │ │ │ ├── dolphinscheduler-default-login.yaml │ │ │ ├── dom-xss.yaml │ │ │ ├── druid-default-login.yaml │ │ │ ├── druid-monitor.yaml │ │ │ ├── drupal-avatar-xss.yaml │ │ │ ├── dss-download-fileread.yaml │ │ │ ├── dubbo-admin-default-login.yaml │ │ │ ├── dynatrace-token.yaml │ │ │ ├── dzzoffice-install.yaml │ │ │ ├── dzzoffice-xss.yaml │ │ │ ├── easyscripts-installer.yaml │ │ │ ├── eclipse-help-system-xss.yaml │ │ │ ├── eibiz-lfi.yaml │ │ │ ├── elFinder-path-traversal.yaml │ │ │ ├── elex-woocommerce-xss.yaml │ │ │ ├── emcecom-default-login.yaml │ │ │ ├── empirec2-default-login.yaml │ │ │ ├── empirecms-xss.yaml │ │ │ ├── emqx-default-login.yaml │ │ │ ├── eris-xss.yaml │ │ │ ├── erp-nc-directory-traversal.yaml │ │ │ ├── eshop-installer.yaml │ │ │ ├── esmtprc-config.yaml │ │ │ ├── espeasy-mega-exposure.yaml │ │ │ ├── etcd-unauthenticated-api.yaml │ │ │ ├── ewebs-arbitrary-file-reading.yaml │ │ │ ├── exacqvision-default-login.yaml │ │ │ ├── exposed-redis.yaml │ │ │ ├── exposed-zookeeper.yaml │ │ │ ├── eyelock-nano-lfd.yaml │ │ │ ├── facturascripts-installer.yaml │ │ │ ├── fanruanoa2012-disclosure.yaml │ │ │ ├── fatpipe-auth-bypass.yaml │ │ │ ├── fatpipe-backdoor.yaml │ │ │ ├── fcm-server-key.yaml │ │ │ ├── feifeicms-lfr.yaml │ │ │ ├── finereport-path-traversal.yaml │ │ │ ├── flir-path-traversal.yaml │ │ │ ├── formalms-install.yaml │ │ │ ├── frp-default-login.yaml │ │ │ ├── ftp-weak-credentials.yaml │ │ │ ├── ftpconfig.yaml │ │ │ ├── fuelcms-default-login.yaml │ │ │ ├── generic-blind-xxe.yaml │ │ │ ├── generic-j2ee-lfi.yaml │ │ │ ├── generic-linux-lfi.yaml │ │ │ ├── generic-windows-lfi.yaml │ │ │ ├── geniusocean-installer.yaml │ │ │ ├── geoserver-default-login.yaml │ │ │ ├── geovision-geowebserver-lfi.yaml │ │ │ ├── geovision-geowebserver-xss.yaml │ │ │ ├── gitea-public-signup.yaml │ │ │ ├── gitlab-uninitialized-password.yaml │ │ │ ├── gitlab-weak-login.yaml │ │ │ ├── global-domains-lfi.yaml │ │ │ ├── global-domains-xss.yaml │ │ │ ├── gloo-unauth.yaml │ │ │ ├── glpi-default-login.yaml │ │ │ ├── gocd-cruise-configuration.yaml │ │ │ ├── gogs-install-exposure.yaml │ │ │ ├── goip-1-lfi.yaml │ │ │ ├── google-earth-dlogin.yaml │ │ │ ├── gophish-default-login.yaml │ │ │ ├── grafana-default-login.yaml │ │ │ ├── grafana-file-read.yaml │ │ │ ├── groupoffice-lfi.yaml │ │ │ ├── gsoap-lfi.yaml │ │ │ ├── guacamole-default-login.yaml │ │ │ ├── hanming-lfr.yaml │ │ │ ├── hasura-graphql-ssrf.yaml │ │ │ ├── hb-audio-lfi.yaml │ │ │ ├── health-check-lfi.yaml │ │ │ ├── hide-security-enhancer-lfi.yaml │ │ │ ├── hjtcloud-arbitrary-file-read.yaml │ │ │ ├── hjtcloud-rest-arbitrary-file-read.yaml │ │ │ ├── hongdian-default-login.yaml │ │ │ ├── hospital-management-xss.yaml │ │ │ ├── hospital-management-xss2.yaml │ │ │ ├── hp-switch-default-login.yaml │ │ │ ├── hrsale-unauthenticated-lfi.yaml │ │ │ ├── httpbin-xss.yaml │ │ │ ├── huawei-HG532e-default-router-login.yaml │ │ │ ├── huawei-hg255s-lfi.yaml │ │ │ ├── huawei-hg659-lfi.yaml │ │ │ ├── hue-default-credential.yaml │ │ │ ├── huijietong-cloud-fileread.yaml │ │ │ ├── hybris-default-login.yaml │ │ │ ├── ibm-infoprint-lfi.yaml │ │ │ ├── ibm-mqseries-default-login.yaml │ │ │ ├── ibm-storage-default-credential.yaml │ │ │ ├── indegy-sensor-installer.yaml │ │ │ ├── insecure-firebase-database.yaml │ │ │ ├── inspur-clusterengine-default-login.yaml │ │ │ ├── interlib-fileread.yaml │ │ │ ├── iotawatt-app-exposure.yaml │ │ │ ├── iptime-default-login.yaml │ │ │ ├── issuu-panel-lfi.yaml │ │ │ ├── java-melody-xss.yaml │ │ │ ├── jboss-jbpm-default-login.yaml │ │ │ ├── jeewms-lfi.yaml │ │ │ ├── jenkins-default.yaml │ │ │ ├── jinfornet-jreport-lfi.yaml │ │ │ ├── jinher-oa-default-login.yaml │ │ │ ├── jira-setup.yaml │ │ │ ├── jmx-default-login.yaml │ │ │ ├── jolokia-unauthenticated-lfi.yaml │ │ │ ├── joomla-com-fabrik-lfi.yaml │ │ │ ├── joomla-installer.yaml │ │ │ ├── joomla-jvehicles-lfi.yaml │ │ │ ├── jupyter-notebooks-exposed.yaml │ │ │ ├── jupyterhub-default-login.yaml │ │ │ ├── kafdrop-xss.yaml │ │ │ ├── kafka-center-default-login.yaml │ │ │ ├── kanboard-default-login.yaml │ │ │ ├── karaf-default-login.yaml │ │ │ ├── karel-ip-phone-lfi.yaml │ │ │ ├── kingdee-eas-directory-traversal.yaml │ │ │ ├── kingsoft-v8-default-login.yaml │ │ │ ├── kingsoft-v8-file-read.yaml │ │ │ ├── kiwitcms-json-rpc.yaml │ │ │ ├── kubeflow-dashboard-unauth.yaml │ │ │ ├── kyocera-m2035dn-lfi.yaml │ │ │ ├── laravel-env.yaml │ │ │ ├── laravel-filemanager-lfi.yaml │ │ │ ├── laravel-ignition-xss.yaml │ │ │ ├── laravel-log-file.yaml │ │ │ ├── liferay-resource-leak.yaml │ │ │ ├── limesurvey-installer.yaml │ │ │ ├── linkerd-ssrf-detect.yaml │ │ │ ├── linux-lfi-fuzzing.yaml │ │ │ ├── lmszai-installer.yaml │ │ │ ├── lucee-xss.yaml │ │ │ ├── luftguitar-arbitrary-file-upload.yaml │ │ │ ├── lutron-default-login.yaml │ │ │ ├── lutron-iot-default-login.yaml │ │ │ ├── lvmeng-uts-disclosure.yaml │ │ │ ├── lychee-installer.yaml │ │ │ ├── magento-cacheleak.yaml │ │ │ ├── magento-config-disclosure.yaml │ │ │ ├── magento-installer.yaml │ │ │ ├── magento-unprotected-dev-files.yaml │ │ │ ├── magicflow-lfi.yaml │ │ │ ├── mailchimp-api.yaml │ │ │ ├── mailgun-api.yaml │ │ │ ├── manage-engine-ad-search.yaml │ │ │ ├── mantisbt-default-credential.yaml │ │ │ ├── matomo-installer.yaml │ │ │ ├── mautic-installer.yaml │ │ │ ├── mcafee-epo-rce.yaml │ │ │ ├── metinfo-lfi.yaml │ │ │ ├── microstrategy-ssrf.yaml │ │ │ ├── microweber-xss.yaml │ │ │ ├── mida-eframework-xss.yaml │ │ │ ├── minimouse-lfi.yaml │ │ │ ├── minio-default-login.yaml │ │ │ ├── mobotix-default-login.yaml │ │ │ ├── mofi4500-default-login.yaml │ │ │ ├── mongodb-unauth.yaml │ │ │ ├── monstra-installer.yaml │ │ │ ├── moodle-filter-jmol-lfi.yaml │ │ │ ├── moodle-installer.yaml │ │ │ ├── mpsec-lfi.yaml │ │ │ ├── msmtp-config.yaml │ │ │ ├── mthemeunus-lfi.yaml │ │ │ ├── multilaser-pro-setup.yaml │ │ │ ├── my-chatbot-xss.yaml │ │ │ ├── mybb-forum-install.yaml │ │ │ ├── myucms-lfr.yaml │ │ │ ├── nagios-default-login.yaml │ │ │ ├── nagiosxi-installer.yaml │ │ │ ├── nativechurch-wp-theme-lfd.yaml │ │ │ ├── natshell-path-traversal.yaml │ │ │ ├── netgear-router-auth-bypass.yaml │ │ │ ├── netgear-wac124-router-auth-bypass.yaml │ │ │ ├── netrc.yaml │ │ │ ├── netsus-default-login.yaml │ │ │ ├── netsweeper-rxss.yaml │ │ │ ├── nextcloud-install.yaml │ │ │ ├── nexus-default-login.yaml │ │ │ ├── nginx-merge-slashes-path-traversal.yaml │ │ │ ├── nginx-module-vts-xss.yaml │ │ │ ├── nodebb-installer.yaml │ │ │ ├── nopcommerce-installer.yaml │ │ │ ├── nps-auth-bypass.yaml │ │ │ ├── nps-default-login.yaml │ │ │ ├── ns-asg-file-read.yaml │ │ │ ├── nsicg-default-login.yaml │ │ │ ├── nuuo-file-inclusion.yaml │ │ │ ├── oa-v9-uploads-file.yaml │ │ │ ├── octobercms-default-login.yaml │ │ │ ├── ofbiz-default-login.yaml │ │ │ ├── oliver-library-lfi.yaml │ │ │ ├── onlinefarm-management-xss.yaml │ │ │ ├── open-proxy-internal.yaml │ │ │ ├── open-proxy-localhost.yaml │ │ │ ├── open-proxy-portscan.yaml │ │ │ ├── openbmcs-secret-disclosure.yaml │ │ │ ├── opencats-default-login.yaml │ │ │ ├── opencti-lfi.yaml │ │ │ ├── openemr-default-login.yaml │ │ │ ├── openmage-install.yaml │ │ │ ├── opensis-installer.yaml │ │ │ ├── opensis-lfi.yaml │ │ │ ├── openstack-user-secrets.yaml │ │ │ ├── openwrt-default-login.yaml │ │ │ ├── oracle-fatwire-lfi.yaml │ │ │ ├── oracle-siebel-xss.yaml │ │ │ ├── orangehrm-installer.yaml │ │ │ ├── orbiteam-bscw-server-lfi.yaml │ │ │ ├── oscommerce-rce.yaml │ │ │ ├── osticket-install.yaml │ │ │ ├── owncloud-installer-exposure.yaml │ │ │ ├── oxid-eshop-installer.yaml │ │ │ ├── pacsone-server-lfi.yaml │ │ │ ├── pagekit-installer.yaml │ │ │ ├── panabit-ixcache-default-login.yaml │ │ │ ├── panos-default-login.yaml │ │ │ ├── parallels-hsphere-xss.yaml │ │ │ ├── parameters-config.yaml │ │ │ ├── parentlink-xss.yaml │ │ │ ├── paypal-braintree-token.yaml │ │ │ ├── pentaho-default-login.yaml │ │ │ ├── peoplesoft-default-login.yaml │ │ │ ├── permissions-installer.yaml │ │ │ ├── phalcon-framework-source.yaml │ │ │ ├── php-debug-bar.yaml │ │ │ ├── php-src-disclosure.yaml │ │ │ ├── php-timeclock-xss.yaml │ │ │ ├── phpbb-installer.yaml │ │ │ ├── phpmyadmin-default-login.yaml │ │ │ ├── phpmyadmin-server-import.yaml │ │ │ ├── phpwiki-lfi.yaml │ │ │ ├── phpwind-installer.yaml │ │ │ ├── pictatic-api-key.yaml │ │ │ ├── pinpoint-unauth.yaml │ │ │ ├── pmb-directory-traversal.yaml │ │ │ ├── pmb-local-file-disclosure.yaml │ │ │ ├── pmm-installer.yaml │ │ │ ├── prestashop-installer.yaml │ │ │ ├── private-key-exposure.yaml │ │ │ ├── private-key.yaml │ │ │ ├── processmaker-lfi.yaml │ │ │ ├── prtg-default-login.yaml │ │ │ ├── put-method-enabled.yaml │ │ │ ├── pyspider-unauthorized-access.yaml │ │ │ ├── qcubed-xss.yaml │ │ │ ├── qdpm-info-leak.yaml │ │ │ ├── qihang-media-disclosure.yaml │ │ │ ├── qihang-media-lfi.yaml │ │ │ ├── qizhi-fortressaircraft-unauth.yaml │ │ │ ├── rabbitmq-default-login.yaml │ │ │ ├── rack-mini-profiler.yaml │ │ │ ├── rainloop-default-login.yaml │ │ │ ├── rancher-default-login.yaml │ │ │ ├── ranger-default-login.yaml │ │ │ ├── razorpay-client-id.yaml │ │ │ ├── razorpay-clientid-disclosure.yaml │ │ │ ├── rconfig-file-upload.yaml │ │ │ ├── redash-installer.yaml │ │ │ ├── reddittop-rss-xss.yaml │ │ │ ├── redmine-config.yaml │ │ │ ├── resin-cnnvd-200705-315.yaml │ │ │ ├── resin-inputfile-fileread.yaml │ │ │ ├── resin-viewfile-lfr.yaml │ │ │ ├── ricoh-weak-password.yaml │ │ │ ├── robomongo-credential.yaml │ │ │ ├── rockmongo-default-login.yaml │ │ │ ├── rockmongo-xss.yaml │ │ │ ├── roxyfileman-fileupload.yaml │ │ │ ├── royalevent-management-xss.yaml │ │ │ ├── royalevent-stored-xss.yaml │ │ │ ├── rseenet-default-login.yaml │ │ │ ├── ruijie-eg-password-leak.yaml │ │ │ ├── ruijie-information-disclosure.yaml │ │ │ ├── ruijie-networks-lfi.yaml │ │ │ ├── ruijie-password-leak.yaml │ │ │ ├── samsung-printer-default-login.yaml │ │ │ ├── samsung-wlan-ap-lfi.yaml │ │ │ ├── samsung-wlan-ap-xss.yaml │ │ │ ├── samsung-wlan-default-login.yaml │ │ │ ├── sangfor-edr-auth-bypass.yaml │ │ │ ├── seacms-rce.yaml │ │ │ ├── secnet-ac-default-login.yaml │ │ │ ├── secrets-file.yaml │ │ │ ├── seeddms-default-login.yaml │ │ │ ├── seeyon-unauth.yaml │ │ │ ├── selenium-exposure.yaml │ │ │ ├── sendgrid-api.yaml │ │ │ ├── sequoiadb-default-login.yaml │ │ │ ├── server-monitor-installer.yaml │ │ │ ├── server-private-keys.yaml │ │ │ ├── service-pwd.yaml │ │ │ ├── servicenow-helpdesk-credential.yaml │ │ │ ├── sftp-config-exposure.yaml │ │ │ ├── sftp-deployment-config.yaml │ │ │ ├── shopify-custom-token.yaml │ │ │ ├── shopify-private-token.yaml │ │ │ ├── shopify-shared-secret.yaml │ │ │ ├── shopify-token.yaml │ │ │ ├── shortcode-lfi.yaml │ │ │ ├── sick-beard-xss.yaml │ │ │ ├── siteminder-dom-xss.yaml │ │ │ ├── skycaiji-install.yaml │ │ │ ├── sl-studio-lfi.yaml │ │ │ ├── slack-api.yaml │ │ │ ├── slack-webhook.yaml │ │ │ ├── smarterstats-setup.yaml │ │ │ ├── smartsense-default-login.yaml │ │ │ ├── smf-installer.yaml │ │ │ ├── sms-installer.yaml │ │ │ ├── sofneta-mecdream-pacs-lfi.yaml │ │ │ ├── solar-log-authbypass.yaml │ │ │ ├── solarview-compact-xss.yaml │ │ │ ├── solarwinds-default-login.yaml │ │ │ ├── solr-query-dashboard.yaml │ │ │ ├── spectracom-default-login.yaml │ │ │ ├── spidercontrol-scada-server-info.yaml │ │ │ ├── springboot-actuators-jolokia-xxe.yaml │ │ │ ├── square-access-token.yaml │ │ │ ├── square-oauth-secret.yaml │ │ │ ├── squid-analysis-report-generator.yaml │ │ │ ├── squirrelmail-lfi.yaml │ │ │ ├── stackstorm-default-login.yaml │ │ │ ├── stem-audio-table-private-keys.yaml │ │ │ ├── stripe-api-key.yaml │ │ │ ├── suitecrm-installer.yaml │ │ │ ├── sumowebtools-installer.yaml │ │ │ ├── supermicro-default-login.yaml │ │ │ ├── surrealtodo-lfi.yaml │ │ │ ├── symantec-messaging-gateway.yaml │ │ │ ├── symfony-database-config.yaml │ │ │ ├── symfony-debug.yaml │ │ │ ├── symfony-profiler.yaml │ │ │ ├── targa-camera-lfi.yaml │ │ │ ├── targa-camera-ssrf.yaml │ │ │ ├── tasmota-install.yaml │ │ │ ├── teamcity-guest-login-enabled.yaml │ │ │ ├── teamcity-registration-enabled.yaml │ │ │ ├── telecom-gateway-default-login.yaml │ │ │ ├── testrail-install.yaml │ │ │ ├── thinkcmf-arbitrary-code-execution.yaml │ │ │ ├── thinkcmf-lfi.yaml │ │ │ ├── thruk-xss.yaml │ │ │ ├── tidb-unauth.yaml │ │ │ ├── tikiwiki-reflected-xss.yaml │ │ │ ├── tiny-file-manager-default-login.yaml │ │ │ ├── tiny-rss-installer.yaml │ │ │ ├── tomcat-default-login.yaml │ │ │ ├── tooljet-default-login.yaml │ │ │ ├── top-xss-params.yaml │ │ │ ├── tpshop-directory-traversal.yaml │ │ │ ├── travis-ci-disclosure.yaml │ │ │ ├── trilithic-viewpoint-login.yaml │ │ │ ├── turbo-website-installer.yaml │ │ │ ├── turbocrm-xss.yaml │ │ │ ├── twig-php-ssti.yaml │ │ │ ├── twilio-api.yaml │ │ │ ├── ucmdb-default-login.yaml │ │ │ ├── ueditor-file-upload.yaml │ │ │ ├── umbraco-installer.yaml │ │ │ ├── unauth-axyom-network-manager.yaml │ │ │ ├── unauth-hoteldruid-panel.yaml │ │ │ ├── unauth-lfd-zhttpd.yaml │ │ │ ├── unauth-mautic-upgrade.yaml │ │ │ ├── unauth-mercurial.yaml │ │ │ ├── unauth-message-read.yaml │ │ │ ├── unauth-wavink-panel.yaml │ │ │ ├── unauthenticated-airflow.yaml │ │ │ ├── unauthenticated-alert-manager.yaml │ │ │ ├── unauthenticated-glowroot.yaml │ │ │ ├── unauthenticated-jenkins.yaml │ │ │ ├── unauthenticated-lansweeper.yaml │ │ │ ├── unauthenticated-mongo-express.yaml │ │ │ ├── unauthenticated-prtg.yaml │ │ │ ├── unauthenticated-tensorboard.yaml │ │ │ ├── unauthenticated-zipkin.yaml │ │ │ ├── unauthorized-h3csecparh-login.yaml │ │ │ ├── unauthorized-hp-printer.yaml │ │ │ ├── unauthorized-printer-hp.yaml │ │ │ ├── unifi-wizard-install.yaml │ │ │ ├── uvdesk-install.yaml │ │ │ ├── vanguard-post-xss.yaml │ │ │ ├── ventrilo-config.yaml │ │ │ ├── versa-default-login.yaml │ │ │ ├── versa-flexvnf-default-login.yaml │ │ │ ├── visionhub-default-login.yaml │ │ │ ├── vmware-nsx-stream-rce.yaml │ │ │ ├── vmware-vcenter-lfi-linux.yaml │ │ │ ├── vmware-vcenter-lfi.yaml │ │ │ ├── vscode-sftp.yaml │ │ │ ├── vtiger-installer.yaml │ │ │ ├── wapples-firewall-lfi.yaml │ │ │ ├── webasyst-installer.yaml │ │ │ ├── weblogic-weak-login.yaml │ │ │ ├── webp-server-go-lfi.yaml │ │ │ ├── webpagetest-ssrf.yaml │ │ │ ├── webuzo-installer.yaml │ │ │ ├── wems-manager-xss.yaml │ │ │ ├── wifisky-default-login.yaml │ │ │ ├── wildcard-postmessage.yaml │ │ │ ├── wildfly-default-login.yaml │ │ │ ├── wooyun-2015-148227.yaml │ │ │ ├── wooyun-path-traversal.yaml │ │ │ ├── wordpress-total-upkeep-backup-download.yaml │ │ │ ├── wordpress-wordfence-lfi.yaml │ │ │ ├── wp-adaptive-xss.yaml │ │ │ ├── wp-blogroll-fun-xss.yaml │ │ │ ├── wp-config-setup.yaml │ │ │ ├── wp-custom-tables-xss.yaml │ │ │ ├── wp-finder-xss.yaml │ │ │ ├── wp-flagem-xss.yaml │ │ │ ├── wp-insert-php-xss.yaml │ │ │ ├── wp-javospot-lfi.yaml │ │ │ ├── wp-knews-xss.yaml │ │ │ ├── wp-memphis-documents-library-lfi.yaml │ │ │ ├── wp-nextgen-xss.yaml │ │ │ ├── wp-oxygen-theme-lfi.yaml │ │ │ ├── wp-phpfreechat-xss.yaml │ │ │ ├── wp-securimage-xss.yaml │ │ │ ├── wp-simple-fields-lfi.yaml │ │ │ ├── wp-slideshow-xss.yaml │ │ │ ├── wp-socialfit-xss.yaml │ │ │ ├── wp-spot-premium-lfi.yaml │ │ │ ├── wp-sym404.yaml │ │ │ ├── wp-tinymce-lfi.yaml │ │ │ ├── wp-tutor-lfi.yaml │ │ │ ├── wp-under-construction-ssrf.yaml │ │ │ ├── wp-vault-lfi.yaml │ │ │ ├── wp-woocommerce-file-download.yaml │ │ │ ├── wp-xmlrpc-brute-force.yaml │ │ │ ├── wpconfig-aws-keys.yaml │ │ │ ├── wpify-woo-czech-xss.yaml │ │ │ ├── wso2-default-login.yaml │ │ │ ├── xerox-efi-lfi.yaml │ │ │ ├── xerox7-default-login.yaml │ │ │ ├── xmlrpc-pingback-ssrf.yaml │ │ │ ├── xnat-default-login.yaml │ │ │ ├── xui-weak-login.yaml │ │ │ ├── xxljob-default-login.yaml │ │ │ ├── yeswiki-stored-xss.yaml │ │ │ ├── yeswiki-xss.yaml │ │ │ ├── yishaadmin-lfi.yaml │ │ │ ├── zabbix-default-login.yaml │ │ │ ├── zapier-webhook.yaml │ │ │ ├── zend-config-file.yaml │ │ │ ├── zmanda-default-login.yaml │ │ │ └── zzcms-xss.yaml │ ├── info │ │ └── standalone │ │ │ ├── acunetix-360-installer.yaml │ │ │ ├── addeventlistener-detect.yaml │ │ │ ├── adobe-connect-version.yaml │ │ │ ├── aem-bg-servlet.yaml │ │ │ ├── aem-bulkeditor.yaml │ │ │ ├── aem-crx-browser.yaml │ │ │ ├── aem-crx-search.yaml │ │ │ ├── aem-custom-script.yaml │ │ │ ├── aem-debugging-libraries.yaml │ │ │ ├── aem-external-link-checker.yaml │ │ │ ├── aem-jcr-querybuilder.yaml │ │ │ ├── aem-login-status.yaml │ │ │ ├── aem-merge-metadata-servlet.yaml │ │ │ ├── aem-querybuilder-feed-servlet.yaml │ │ │ ├── aem-querybuilder-json-servlet.yaml │ │ │ ├── aem-sling-userinfo.yaml │ │ │ ├── aem-userinfo-servlet.yaml │ │ │ ├── alibaba-canal-info-leak.yaml │ │ │ ├── alibaba-mongoshake-unauth.yaml │ │ │ ├── amazon-mws-auth-token.yaml │ │ │ ├── amazon-sns-topic.yaml │ │ │ ├── ampache-debug.yaml │ │ │ ├── ampguard-wifi-setup.yaml │ │ │ ├── angular-json.yaml │ │ │ ├── apple-app-site-association.yaml │ │ │ ├── application-yaml.yaml │ │ │ ├── arcgis-rest-api.yaml │ │ │ ├── artifactory-api-password.yaml │ │ │ ├── artifactory-api-token.yaml │ │ │ ├── aspx-debug-mode.yaml │ │ │ ├── atlassian-bamboo-build.yaml │ │ │ ├── atlassian-bamboo-setup-wizard.yaml │ │ │ ├── aws-access-key-value.yaml │ │ │ ├── aws-access-secret-key.yaml │ │ │ ├── aws-ecs-container-agent-tasks.yaml │ │ │ ├── aws-redirect.yaml │ │ │ ├── aws-xray-application.yaml │ │ │ ├── awstats-config.yaml │ │ │ ├── awstats-script.yaml │ │ │ ├── axis-happyaxis.yaml │ │ │ ├── azure-apim-secretkey.yaml │ │ │ ├── azure-domain-tenant.yaml │ │ │ ├── babel-config-exposure.yaml │ │ │ ├── bash-scanner.yaml │ │ │ ├── biometric-detect.yaml │ │ │ ├── bitbucket-pipelines.yaml │ │ │ ├── bitly-secret-key.yaml │ │ │ ├── blackbox-exporter-metrics.yaml │ │ │ ├── bottle-debug.yaml │ │ │ ├── bower-json.yaml │ │ │ ├── braintree-access-token.yaml │ │ │ ├── branch-key.yaml │ │ │ ├── build-properties.yaml │ │ │ ├── cache-poisoning-fuzz.yaml │ │ │ ├── cargo-lock-package.yaml │ │ │ ├── cargo-toml-file.yaml │ │ │ ├── caucho-resin-info-disclosure.yaml │ │ │ ├── cgi-test-page.yaml │ │ │ ├── cipher-secret-key.yaml │ │ │ ├── cisco-network-config.yaml │ │ │ ├── clientaccesspolicy.yaml │ │ │ ├── cloudcenter-Installer.yaml │ │ │ ├── cloudflare-image-ssrf.yaml │ │ │ ├── cloudinary-credentials.yaml │ │ │ ├── codeigniter-installer.yaml │ │ │ ├── codian-mcu-login.yaml │ │ │ ├── composer-config.yaml │ │ │ ├── config-rb.yaml │ │ │ ├── confluence-oauth-admin.yaml │ │ │ ├── content-scheme.yaml │ │ │ ├── corebos-htaccess.yaml │ │ │ ├── cors-misconfig.yaml │ │ │ ├── couchbase-buckets-api.yaml │ │ │ ├── covenant-c2.yaml │ │ │ ├── credential-exposure.yaml │ │ │ ├── credentials-disclosure.yaml │ │ │ ├── crossdomain-xml.yaml │ │ │ ├── cx-cloud-upload-detect.yaml │ │ │ ├── cypress-web-config.yaml │ │ │ ├── database-error.yaml │ │ │ ├── db-schema.yaml │ │ │ ├── dbeaver-database-connections.yaml │ │ │ ├── deadbolt-ransomware.yaml │ │ │ ├── deep-link-detect.yaml │ │ │ ├── deimos-c2.yaml │ │ │ ├── deprecated-tls.yaml │ │ │ ├── desktop-ini-exposure.yaml │ │ │ ├── detect-dns-over-https.yaml │ │ │ ├── detect-jabber-xmpp.yaml │ │ │ ├── detect-ssl-issuer.yaml │ │ │ ├── development-logs.yaml │ │ │ ├── dir-listing.yaml │ │ │ ├── discord-webhook.yaml │ │ │ ├── discourse-installer.yaml │ │ │ ├── django-variables-exposed.yaml │ │ │ ├── dlink-850L-info-leak.yaml │ │ │ ├── drupal-user-enum-ajax.yaml │ │ │ ├── drupal-user-enum-redirect.yaml │ │ │ ├── ds-store-file.yaml │ │ │ ├── dwsync-exposure.yaml │ │ │ ├── dynamic-broadcast-receiver.yaml │ │ │ ├── dzs-zoomsounds-listing.yaml │ │ │ ├── easy-media-gallery-pro-listing.yaml │ │ │ ├── electron-version-detect.yaml │ │ │ ├── email-extractor.yaml │ │ │ ├── encompass-cm1-homepage.yaml │ │ │ ├── epson-wf-series.yaml │ │ │ ├── error-based-sql-injection.yaml │ │ │ ├── expn-mail-detect.yaml │ │ │ ├── exposed-authentication-asmx.yaml │ │ │ ├── exposed-bzr.yaml │ │ │ ├── exposed-darcs.yaml │ │ │ ├── exposed-docker-api.yaml │ │ │ ├── exposed-file-upload-form.yaml │ │ │ ├── exposed-gitignore.yaml │ │ │ ├── exposed-mysql-initial.yaml │ │ │ ├── exposed-service-now.yaml │ │ │ ├── facebook-client-id.yaml │ │ │ ├── fastcgi-echo.yaml │ │ │ ├── file-scheme.yaml │ │ │ ├── firebase-database-extractor.yaml │ │ │ ├── firebase-database.yaml │ │ │ ├── front-page-misconfig.yaml │ │ │ ├── gcloud-config-default.yaml │ │ │ ├── general-tokens.yaml │ │ │ ├── git-logs-exposure.yaml │ │ │ ├── github-debug.yaml │ │ │ ├── github-gemfile-files.yaml │ │ │ ├── github-page-config.yaml │ │ │ ├── gitlab-public-repos.yaml │ │ │ ├── gitlab-public-signup.yaml │ │ │ ├── gitlab-public-snippets.yaml │ │ │ ├── gitlab-user-enum.yaml │ │ │ ├── glpi-status-ldap-domain-disclosure.yaml │ │ │ ├── gmail-api-client-secrets.yaml │ │ │ ├── gnu-mailman.yaml │ │ │ ├── golangci-config.yaml │ │ │ ├── google-api-key.yaml │ │ │ ├── google-api.yaml │ │ │ ├── google-calendar-link.yaml │ │ │ ├── google-floc-disabled.yaml │ │ │ ├── gpc-json.yaml │ │ │ ├── gradle-libs.yaml │ │ │ ├── grandstream-device-configuration.yaml │ │ │ ├── graphql-alias-batching.yaml │ │ │ ├── graphql-array-batching.yaml │ │ │ ├── graphql-field-suggestion.yaml │ │ │ ├── graphql-get-method.yaml │ │ │ ├── graphql-playground.yaml │ │ │ ├── gruntfile-exposure.yaml │ │ │ ├── guard-config.yaml │ │ │ ├── hashicorp-consul-agent.yaml │ │ │ ├── heatmiser-wifi-thermostat.yaml │ │ │ ├── hfs-exposure.yaml │ │ │ ├── host-header-injection.yaml │ │ │ ├── htaccess-config.yaml │ │ │ ├── htpasswd-detection.yaml │ │ │ ├── http-missing-security-headers.yaml │ │ │ ├── httpd-config.yaml │ │ │ ├── huawei-home-gateway.yaml │ │ │ ├── idea-folder-exposure.yaml │ │ │ ├── idea-logs-exposure.yaml │ │ │ ├── iis-internal-ip-disclosure.yaml │ │ │ ├── iis-shortname.yaml │ │ │ ├── jdbc-connection-string.yaml │ │ │ ├── jetbrains-datasources.yaml │ │ │ ├── jetbrains-webservers.yaml │ │ │ ├── jira-unauthenticated-adminprojects.yaml │ │ │ ├── jira-unauthenticated-dashboards.yaml │ │ │ ├── jira-unauthenticated-installed-gadgets.yaml │ │ │ ├── jira-unauthenticated-projectcategories.yaml │ │ │ ├── jira-unauthenticated-projects.yaml │ │ │ ├── jira-unauthenticated-resolutions.yaml │ │ │ ├── jira-unauthenticated-screens.yaml │ │ │ ├── jira-unauthenticated-user-picker.yaml │ │ │ ├── jolokia-heap-info-disclosure.yaml │ │ │ ├── joomla-htaccess.yaml │ │ │ ├── jwt-token.yaml │ │ │ ├── kenesto-login.yaml │ │ │ ├── keycloak-json.yaml │ │ │ ├── keycloak-openid-config.yaml │ │ │ ├── keycloak-xss.yaml │ │ │ ├── kubernetes-enterprise-manager.yaml │ │ │ ├── kubernetes-mirantis.yaml │ │ │ ├── kubernetes-resource-report.yaml │ │ │ ├── liferay-api.yaml │ │ │ ├── liferay-axis.yaml │ │ │ ├── linkerd-ssrf.yaml │ │ │ ├── liveview-axis-camera.yaml │ │ │ ├── loytec-device.yaml │ │ │ ├── magento-2-exposed-api.yaml │ │ │ ├── mailchimp-api-key.yaml │ │ │ ├── metasploit-c2.yaml │ │ │ ├── metaview-explorer-installer.yaml │ │ │ ├── microsoft-azure-error.yaml │ │ │ ├── microsoft-teams-webhook.yaml │ │ │ ├── mobotix-guest-camera.yaml │ │ │ ├── moodle-changelog.yaml │ │ │ ├── mysql-native-password.yaml │ │ │ ├── mythic-c2.yaml │ │ │ ├── neo4j-browser.yaml │ │ │ ├── netbeans-config.yaml │ │ │ ├── netflix-conductor-version.yaml │ │ │ ├── netsparker-enterprise-installer.yaml │ │ │ ├── netsurveillance-web.yaml │ │ │ ├── newrelic-admin-api-key.yaml │ │ │ ├── newrelic-insights-key.yaml │ │ │ ├── newrelic-rest-api-key.yaml │ │ │ ├── newrelic-synthetics-location-key.yaml │ │ │ ├── nginx-config.yaml │ │ │ ├── nginx-status.yaml │ │ │ ├── npm-anonymous-cli.yaml │ │ │ ├── npm-shrinkwrap-exposure.yaml │ │ │ ├── npmrc-authtoken.yaml │ │ │ ├── ntlm-directories.yaml │ │ │ ├── ntop-panel-exposed.yaml │ │ │ ├── nuget-package-config.yaml │ │ │ ├── oauth-access-key.yaml │ │ │ ├── old-copyright.yaml │ │ │ ├── oob-header-based-interaction.yaml │ │ │ ├── oob-param-based-interaction.yaml │ │ │ ├── openapi.yaml │ │ │ ├── openbmcs-detect.yaml │ │ │ ├── openvpn-hhi.yaml │ │ │ ├── openwrt-login.yaml │ │ │ ├── options-method.yaml │ │ │ ├── oracle-test-cgi.yaml │ │ │ ├── owncloud-config.yaml │ │ │ ├── package-json.yaml │ │ │ ├── perl-scanner.yaml │ │ │ ├── php-errors.yaml │ │ │ ├── php-fpm-status.yaml │ │ │ ├── php-scanner.yaml │ │ │ ├── phpcli-stack-trace.yaml │ │ │ ├── phpsec-config.yaml │ │ │ ├── phpunit.yaml │ │ │ ├── picatic-api-key.yaml │ │ │ ├── pipeline-configuration.yaml │ │ │ ├── pipfile-config.yaml │ │ │ ├── pipfile-lock.yaml │ │ │ ├── prestashop-module-fuzz.yaml │ │ │ ├── printers-info-leak.yaml │ │ │ ├── processwire-installer.yaml │ │ │ ├── procfile-config.yaml │ │ │ ├── production-logs.yaml │ │ │ ├── prometheus-config.yaml │ │ │ ├── prometheus-exporter.yaml │ │ │ ├── prometheus-flags.yaml │ │ │ ├── prometheus-targets.yaml │ │ │ ├── pulse-secure-version.yaml │ │ │ ├── pyproject-disclosure.yaml │ │ │ ├── pyproject-toml.yaml │ │ │ ├── python-scanner.yaml │ │ │ ├── rackup-config-ru.yaml │ │ │ ├── readme-md.yaml │ │ │ ├── redmine-settings.yaml │ │ │ ├── request-based-interaction.yaml │ │ │ ├── robots-txt-endpoint.yaml │ │ │ ├── robots-txt.yaml │ │ │ ├── rollup-js-config.yaml │ │ │ ├── routes-ini.yaml │ │ │ ├── rubocop-config.yaml │ │ │ ├── s3-bucket.yaml │ │ │ ├── s3-torrent.yaml │ │ │ ├── s3cfg-config.yaml │ │ │ ├── s3cmd-config.yaml │ │ │ ├── salesforce-aura.yaml │ │ │ ├── salesforce-credentials.yaml │ │ │ ├── samba-config.yaml │ │ │ ├── sap-router.yaml │ │ │ ├── sap-successfactors-detect.yaml │ │ │ ├── sass-lint.yaml │ │ │ ├── scrutinizer-config.yaml │ │ │ ├── security-txt.yaml │ │ │ ├── selea-ip-camera.yaml │ │ │ ├── sendgrid-api-key.yaml │ │ │ ├── setup-github-enterprise.yaml │ │ │ ├── shopify-app-installer.yaml │ │ │ ├── shoppable-token.yaml │ │ │ ├── sitemap-detect.yaml │ │ │ ├── slack-bot-token.yaml │ │ │ ├── slack-user-token.yaml │ │ │ ├── slack-webhook-token.yaml │ │ │ ├── snyk-ignore-file-disclosure.yaml │ │ │ ├── sonarqube-token.yaml │ │ │ ├── ssl-dns-names.yaml │ │ │ ├── stestr-config.yaml │ │ │ ├── strapi-page.yaml │ │ │ ├── stripe-restricted-key.yaml │ │ │ ├── stripe-secret-key.yaml │ │ │ ├── struts-ognl-console.yaml │ │ │ ├── styleci-yml-disclosure.yaml │ │ │ ├── swagger-api.yaml │ │ │ ├── symfony-properties-ini.yaml │ │ │ ├── symfony-security-config.yaml │ │ │ ├── symfony-security.yaml │ │ │ ├── synology-rackstation-login.yaml │ │ │ ├── thumbs-db-disclosure.yaml │ │ │ ├── tls-sni-proxy.yaml │ │ │ ├── tls-version.yaml │ │ │ ├── token-info-json.yaml │ │ │ ├── tomcat-examples-login.yaml │ │ │ ├── tomcat-exposed-docs.yaml │ │ │ ├── tomcat-scripts.yaml │ │ │ ├── trace-method.yaml │ │ │ ├── unauthenticated-popup-upload.yaml │ │ │ ├── upnp-device.yaml │ │ │ ├── uwsgi-ini.yaml │ │ │ ├── valid-gmail-check.yaml │ │ │ ├── wadl-api.yaml │ │ │ ├── wamp-xdebug-detect.yaml │ │ │ ├── web-config.yaml │ │ │ ├── webcamxp-5.yaml │ │ │ ├── webdav-enabled.yaml │ │ │ ├── webpack-config.yaml │ │ │ ├── webpack-mix-js.yaml │ │ │ ├── webpack-sourcemap-disclosure.yaml │ │ │ ├── webtools-home.yaml │ │ │ ├── webview-addjavascript-interface.yaml │ │ │ ├── webview-javascript.yaml │ │ │ ├── webview-load-url.yaml │ │ │ ├── wget-hsts-list-exposure.yaml │ │ │ ├── wordpress-bbpress-plugin-listing.yaml │ │ │ ├── wordpress-directory-listing.yaml │ │ │ ├── wordpress-elementor-plugin-listing.yaml │ │ │ ├── wordpress-emergency-script.yaml │ │ │ ├── wordpress-git-config.yaml │ │ │ ├── wordpress-gtranslate-plugin-listing.yaml │ │ │ ├── wordpress-installer-log.yaml │ │ │ ├── wordpress-plugins-detect.yaml │ │ │ ├── wordpress-rdf-user-enum.yaml │ │ │ ├── wordpress-readme-file.yaml │ │ │ ├── wordpress-redirection-plugin-listing.yaml │ │ │ ├── wordpress-themes-detect.yaml │ │ │ ├── wordpress-tmm-db-migrate.yaml │ │ │ ├── wordpress-updraftplus-pem-key.yaml │ │ │ ├── wordpress-user-enum.yaml │ │ │ ├── wordpress-woocommerce-listing.yaml │ │ │ ├── wordpress-xmlrpc-listmethods.yaml │ │ │ ├── wp-123contactform-plugin-listing.yaml │ │ │ ├── wp-altair-listing.yaml │ │ │ ├── wp-app-log.yaml │ │ │ ├── wp-arforms-listing.yaml │ │ │ ├── wp-cli-exposure.yaml │ │ │ ├── wp-enabled-registration.yaml │ │ │ ├── wp-full-path-disclosure.yaml │ │ │ ├── wp-idx-broker-platinum-listing.yaml │ │ │ ├── wp-iwp-client-listing.yaml │ │ │ ├── wp-license-file.yaml │ │ │ ├── wp-plugin-1-flashgallery-listing.yaml │ │ │ ├── wp-plugin-lifterlms.yaml │ │ │ ├── wp-plugin-utlimate-member.yaml │ │ │ ├── wp-popup-listing.yaml │ │ │ ├── wp-qards-listing.yaml │ │ │ ├── wp-sfwd-lms-listing.yaml │ │ │ ├── wp-xmlrpc-pingback-detection.yaml │ │ │ ├── wp-xmlrpc.yaml │ │ │ ├── wsdl-api.yaml │ │ │ ├── x-recruiting-header.yaml │ │ │ ├── xff-403-bypass.yaml │ │ │ ├── xml-schema-detect.yaml │ │ │ ├── xss-deprecated-header.yaml │ │ │ ├── yarn-lock.yaml │ │ │ ├── zapier-webhook-token.yaml │ │ │ ├── zenscrape-api-key.yaml │ │ │ ├── zenserp-api-key.yaml │ │ │ ├── zhiyuan-oa-info-leak.yaml │ │ │ ├── zoho-webhook-token.yaml │ │ │ ├── zyxel-vmg1312b10d-login.yaml │ │ │ └── zyxel-vsg1432b101-login.yaml │ ├── low │ │ └── standalone │ │ │ ├── access-log.yaml │ │ │ ├── adb-backup-enabled.yaml │ │ │ ├── adobe-connect-username-exposure.yaml │ │ │ ├── aem-cached-pages.yaml │ │ │ ├── aem-crx-namespace.yaml │ │ │ ├── aem-default-get-servlet.yaml │ │ │ ├── aem-disk-usage.yaml │ │ │ ├── aem-gql-servlet.yaml │ │ │ ├── aem-osgi-bundles.yaml │ │ │ ├── aem-wcm-suggestions-servlet.yaml │ │ │ ├── airflow-debug.yaml │ │ │ ├── alfacgiapi-wordpress.yaml │ │ │ ├── ampache-update-exposure.yaml │ │ │ ├── android-debug-database-exposed.yaml │ │ │ ├── apache-drill-exposure.yaml │ │ │ ├── apache-druid-unauth.yaml │ │ │ ├── apache-filename-enum.yaml │ │ │ ├── apache-licenserc.yaml │ │ │ ├── apache-struts-showcase.yaml │ │ │ ├── apc-info.yaml │ │ │ ├── avtech-dvr-exposure.yaml │ │ │ ├── aws-object-listing.yaml │ │ │ ├── aws-s3-explorer.yaml │ │ │ ├── awstats-listing.yaml │ │ │ ├── badarg-log.yaml │ │ │ ├── basic-xss-prober.yaml │ │ │ ├── bitbucket-public-repository.yaml │ │ │ ├── cache-poisoning.yaml │ │ │ ├── cloud-metadata.yaml │ │ │ ├── codeception-config.yaml │ │ │ ├── codemeter-webadmin.yaml │ │ │ ├── codis-dashboard.yaml │ │ │ ├── cold-fusion-cfcache-map.yaml │ │ │ ├── collectd-exporter-metrics.yaml │ │ │ ├── command-api-explorer.yaml │ │ │ ├── composer-auth-json.yaml │ │ │ ├── confluence-dashboard.yaml │ │ │ ├── contacam.yaml │ │ │ ├── crlf-injection.yaml │ │ │ ├── database-credentials.yaml │ │ │ ├── debug-enabled.yaml │ │ │ ├── debug-vars.yaml │ │ │ ├── dgraph-dashboard-exposure.yaml │ │ │ ├── docmosis-tornado-server.yaml │ │ │ ├── domcfg-page.yaml │ │ │ ├── drupal-install.yaml │ │ │ ├── ec2-instance-information.yaml │ │ │ ├── editor-exposure.yaml │ │ │ ├── elastic-hd-dashboard.yaml │ │ │ ├── elasticsearch.yaml │ │ │ ├── envision-gateway.yaml │ │ │ ├── error-logs.yaml │ │ │ ├── event-debug-server-status.yaml │ │ │ ├── expired-ssl.yaml │ │ │ ├── exposed-bitkeeper.yaml │ │ │ ├── exposed-glances-api.yaml │ │ │ ├── exposed-kafdrop.yaml │ │ │ ├── express-stack-trace.yaml │ │ │ ├── facebook-secret.yaml │ │ │ ├── ffserver-status.yaml │ │ │ ├── firebase-debug-log.yaml │ │ │ ├── flask-werkzeug-debug.yaml │ │ │ ├── ganglia-cluster-dashboard.yaml │ │ │ ├── ganglia-xml-grid-monitor.yaml │ │ │ ├── gcp-service-account.yaml │ │ │ ├── get-access-token-json.yaml │ │ │ ├── git-mailmap.yaml │ │ │ ├── git-web-interface.yaml │ │ │ ├── gitlist-disclosure.yaml │ │ │ ├── global-traffic-statistics.yaml │ │ │ ├── glpi-directory-listing.yaml │ │ │ ├── go-mod-disclosure.yaml │ │ │ ├── gocd-encryption-key.yaml │ │ │ ├── google-services-json.yaml │ │ │ ├── haproxy-exporter-metrics.yaml │ │ │ ├── healthchecks-ui-exposure.yaml │ │ │ ├── hivequeue-agent.yaml │ │ │ ├── homeworks-illumination.yaml │ │ │ ├── honeywell-scada-config.yaml │ │ │ ├── hpe-system-management-anonymous.yaml │ │ │ ├── iceflow-vpn-disclosure.yaml │ │ │ ├── impresspages-installer.yaml │ │ │ ├── internet-service.yaml │ │ │ ├── iot-vdme-simulator.yaml │ │ │ ├── jaeger-ui-dashboard.yaml │ │ │ ├── javascript-env.yaml │ │ │ ├── jboss-status.yaml │ │ │ ├── jboss-web-service.yaml │ │ │ ├── jenkins-stack-trace.yaml │ │ │ ├── jetty-showcontexts-enable.yaml │ │ │ ├── jkstatus-manager.yaml │ │ │ ├── jolokia-list.yaml │ │ │ ├── jolokia-mbean-search.yaml │ │ │ ├── joomla-config-file.yaml │ │ │ ├── jsapi-ticket-json.yaml │ │ │ ├── kafka-manager-unauth.yaml │ │ │ ├── kube-state-metrics.yaml │ │ │ ├── kubernetes-metrics.yaml │ │ │ ├── kubeview-dashboard.yaml │ │ │ ├── libvirt-exporter-metrics.yaml │ │ │ ├── liferay-jsonws.yaml │ │ │ ├── linkedin-id.yaml │ │ │ ├── linktap-gateway-exposure.yaml │ │ │ ├── loqate-api-key.yaml │ │ │ ├── lucee-stack-trace.yaml │ │ │ ├── lvm-exporter-metrics.yaml │ │ │ ├── memcached-stats.yaml │ │ │ ├── misconfigured-concrete5.yaml │ │ │ ├── mismatched-ssl.yaml │ │ │ ├── moleculer-microservices.yaml │ │ │ ├── mongodb-exporter-metrics.yaml │ │ │ ├── nagios-status-page.yaml │ │ │ ├── namedprocess-exporter-metrics.yaml │ │ │ ├── nginx-auto-installer.yaml │ │ │ ├── nginx-vhost-traffic-status.yaml │ │ │ ├── ngrok-status-page.yaml │ │ │ ├── node-exporter-metrics.yaml │ │ │ ├── npm-cli-metrics-json.yaml │ │ │ ├── npm-debug-log.yaml │ │ │ ├── npm-log-file.yaml │ │ │ ├── ntopng-traffic-dashboard.yaml │ │ │ ├── oauth-credentials-json.yaml │ │ │ ├── office365-open-redirect.yaml │ │ │ ├── oneinstack-control-center.yaml │ │ │ ├── opcache-status-exposure.yaml │ │ │ ├── ovpn-config-exposed.yaml │ │ │ ├── pa11y-dashboard.yaml │ │ │ ├── pantheon-upstream.yaml │ │ │ ├── pcdn-cache-node.yaml │ │ │ ├── pghero-dashboard-exposure.yaml │ │ │ ├── php-fpm-config.yaml │ │ │ ├── php-ini.yaml │ │ │ ├── phpinfo-files.yaml │ │ │ ├── phpstan-config.yaml │ │ │ ├── phpunit-result-cache-exposure.yaml │ │ │ ├── pieregister-open-redirect.yaml │ │ │ ├── piwik-installer.yaml │ │ │ ├── plesk-stat.yaml │ │ │ ├── postgres-exporter-metrics.yaml │ │ │ ├── pqube-power-analyzers.yaml │ │ │ ├── pre-commit-config.yaml │ │ │ ├── production-log.yaml │ │ │ ├── proftpd-config.yaml │ │ │ ├── prometheus-log.yaml │ │ │ ├── prometheus-metrics.yaml │ │ │ ├── proxy-wpad-exposure.yaml │ │ │ ├── pubspec-config.yaml │ │ │ ├── puppetdb-dashboard.yaml │ │ │ ├── python-metrics.yaml │ │ │ ├── questdb-console.yaml │ │ │ ├── rabbitmq-exporter-metrics.yaml │ │ │ ├── rails-database-config.yaml │ │ │ ├── ray-dashboard.yaml │ │ │ ├── redis-exception-error.yaml │ │ │ ├── roundcube-log-disclosure.yaml │ │ │ ├── ruby-rail-storage.yaml │ │ │ ├── ruijie-phpinfo.yaml │ │ │ ├── saia-web-server-info.yaml │ │ │ ├── self-signed-ssl.yaml │ │ │ ├── server-status-localhost.yaml │ │ │ ├── shell-history.yaml │ │ │ ├── shellscripts.yaml │ │ │ ├── signet-explorer-dashboard.yaml │ │ │ ├── sitecore-debug-page.yaml │ │ │ ├── slurm-hpc-dashboard.yaml │ │ │ ├── sonarqube-public-projects.yaml │ │ │ ├── sony-bravia-disclosure.yaml │ │ │ ├── spring-eureka.yaml │ │ │ ├── springboot-autoconfig.yaml │ │ │ ├── springboot-beans.yaml │ │ │ ├── springboot-caches.yaml │ │ │ ├── springboot-conditions.yaml │ │ │ ├── springboot-configprops.yaml │ │ │ ├── springboot-dump.yaml │ │ │ ├── springboot-env.yaml │ │ │ ├── springboot-features.yaml │ │ │ ├── springboot-flyway.yaml │ │ │ ├── springboot-httptrace.yaml │ │ │ ├── springboot-jolokia.yaml │ │ │ ├── springboot-liquidbase.yaml │ │ │ ├── springboot-logfile.yaml │ │ │ ├── springboot-loggers.yaml │ │ │ ├── springboot-mappings.yaml │ │ │ ├── springboot-metrics.yaml │ │ │ ├── springboot-threaddump.yaml │ │ │ ├── springboot-trace.yaml │ │ │ ├── ssh-authorized-keys.yaml │ │ │ ├── ssh-known-hosts.yaml │ │ │ ├── struts-debug-mode.yaml │ │ │ ├── struts-problem-report.yaml │ │ │ ├── svnserve-config.yaml │ │ │ ├── system-properties-exposure.yaml │ │ │ ├── tcpconfig.yaml │ │ │ ├── tekon-info-leak.yaml │ │ │ ├── token-json.yaml │ │ │ ├── tomcat-cookie-exposed.yaml │ │ │ ├── tox-ini.yaml │ │ │ ├── trace-axd-detect.yaml │ │ │ ├── typo3-composer.yaml │ │ │ ├── typo3-debug-mode.yaml │ │ │ ├── unauth-etherpad.yaml │ │ │ ├── unauth-zwave-mqtt.yaml │ │ │ ├── unauthenticated-glances.yaml │ │ │ ├── unauthenticated-nginx-dashboard.yaml │ │ │ ├── unauthenticated-varnish-cache-purge.yaml │ │ │ ├── ups-status.yaml │ │ │ ├── vagrantfile-exposure.yaml │ │ │ ├── vernemq-status-page.yaml │ │ │ ├── viewlinc-crlf-injection.yaml │ │ │ ├── viewpoint-system-status.yaml │ │ │ ├── webalizer-statistics.yaml │ │ │ ├── webalizer-xtended-stats.yaml │ │ │ ├── websheets-config.yaml │ │ │ ├── wordpress-affiliatewp-log.yaml │ │ │ ├── wordpress-db-repair.yaml │ │ │ ├── wordpress-debug-log.yaml │ │ │ ├── wp-email-subscribers-listing.yaml │ │ │ ├── wp-haberadam-idor.yaml │ │ │ ├── wp-mstore-plugin-listing.yaml │ │ │ ├── wp-prostore-open-redirect.yaml │ │ │ ├── wp-super-forms.yaml │ │ │ ├── ws-ftp-ini.yaml │ │ │ ├── ws-ftp-log.yaml │ │ │ ├── xampp-environment-variables.yaml │ │ │ ├── xoops-installation-wizard.yaml │ │ │ ├── xprober-service.yaml │ │ │ ├── yarn-manager-exposure.yaml │ │ │ ├── yarn-resourcemanager-rce.yaml │ │ │ ├── yii-debugger.yaml │ │ │ ├── zhiyuan-oa-unauthorized.yaml │ │ │ └── zm-system-log-detect.yaml │ └── medium │ │ └── standalone │ │ ├── 3d-print-lite-xss.yaml │ │ ├── 404-to-301-xss.yaml │ │ ├── WSO2-2019-0598.yaml │ │ ├── academy-lms-xss.yaml │ │ ├── accueil-wampserver.yaml │ │ ├── ace-admin-dashboard.yaml │ │ ├── aem-acs-common.yaml │ │ ├── aem-childrenlist-xss.yaml │ │ ├── aem-dump-contentnode.yaml │ │ ├── aem-hash-querybuilder.yaml │ │ ├── aem-offloading-browser.yaml │ │ ├── aem-querybuilder-internal-path-read.yaml │ │ ├── aem-security-users.yaml │ │ ├── age-gate-open-redirect.yaml │ │ ├── airflow-configuration-exposure.yaml │ │ ├── alphaweb-default-login.yaml │ │ ├── amazon-docker-config.yaml │ │ ├── analytify-plugin-xss.yaml │ │ ├── ansible-config-disclosure.yaml │ │ ├── apache-config.yaml │ │ ├── apache-hbase-unauth.yaml │ │ ├── apache-storm-unauth.yaml │ │ ├── appspec-yml-disclosure.yaml │ │ ├── appveyor-configuration-file.yaml │ │ ├── aspnuke-openredirect.yaml │ │ ├── attitude-theme-open-redirect.yaml │ │ ├── avaya-aura-xss.yaml │ │ ├── avchat-video-chat-xss.yaml │ │ ├── azure-pipelines-exposed.yaml │ │ ├── beego-admin-dashboard.yaml │ │ ├── behat-config.yaml │ │ ├── bitrix-open-redirect.yaml │ │ ├── brandfolder-open-redirect.yaml │ │ ├── brother-unauthorized-access.yaml │ │ ├── browserless-debugger.yaml │ │ ├── cacti-weathermap-file-write.yaml │ │ ├── cadvisor-exposure.yaml │ │ ├── cakephp-config.yaml │ │ ├── calameo-publications-xss.yaml │ │ ├── carrental-xss.yaml │ │ ├── certificate-validation.yaml │ │ ├── cgi-printenv.yaml │ │ ├── checkout-fields-manager-xss.yaml │ │ ├── circleci-config.yaml │ │ ├── circleci-ssh-config.yaml │ │ ├── cisco-smi-exposure.yaml │ │ ├── clearfy-cache-xss.yaml │ │ ├── cloud-config.yaml │ │ ├── cobbler-exposed-directory.yaml │ │ ├── config-json.yaml │ │ ├── configuration-listing.yaml │ │ ├── confluence-ssrf-sharelinks.yaml │ │ ├── credentials-json.yaml │ │ ├── cs141-default-login.yaml │ │ ├── cucm-username-enumeration.yaml │ │ ├── curcy-xss.yaml │ │ ├── db-xml-file.yaml │ │ ├── dbeaver-credentials.yaml │ │ ├── dedecms-openredirect.yaml │ │ ├── django-debug-detect.yaml │ │ ├── django-framework-exceptions.yaml │ │ ├── docker-cloud.yaml │ │ ├── docker-compose-config.yaml │ │ ├── docker-registry.yaml │ │ ├── dockerfile-hidden-disclosure.yaml │ │ ├── dozzle-container-logs.yaml │ │ ├── drupal-jsonapi-user-listing.yaml │ │ ├── eatery-restaurant-open-redirect.yaml │ │ ├── elmah-log-file.yaml │ │ ├── environment-rb.yaml │ │ ├── envoy-admin-exposure.yaml │ │ ├── espeasy-installer.yaml │ │ ├── esphome-dashboard.yaml │ │ ├── exposed-alps-spring.yaml │ │ ├── exposed-hg.yaml │ │ ├── exposed-jquery-file-upload.yaml │ │ ├── exposed-kibana.yaml │ │ ├── exposed-sharepoint-list.yaml │ │ ├── exposed-sqlite-manager.yaml │ │ ├── exposed-svn.yaml │ │ ├── exposed-vscode.yaml │ │ ├── fcm-api-key.yaml │ │ ├── filezilla.yaml │ │ ├── firebase-config-exposure.yaml │ │ ├── flatpress-xss.yaml │ │ ├── flir-default-login.yaml │ │ ├── flow-flow-social-stream-xss.yaml │ │ ├── froxlor-database-backup.yaml │ │ ├── ftp-anonymous-login.yaml │ │ ├── ftp-credentials-exposure.yaml │ │ ├── gcloud-access-token.yaml │ │ ├── gcloud-credentials.yaml │ │ ├── git-config-nginxoffbyslash.yaml │ │ ├── git-config.yaml │ │ ├── git-credentials-disclosure.yaml │ │ ├── git-exposure.yaml │ │ ├── gitea-installer.yaml │ │ ├── github-workflows-disclosure.yaml │ │ ├── gitlab-api-user-enum.yaml │ │ ├── gnuboard-sms-xss.yaml │ │ ├── gnuboard5-rxss.yaml │ │ ├── gnuboard5-xss.yaml │ │ ├── gocd-unauth-dashboard.yaml │ │ ├── google-api-private-key.yaml │ │ ├── grafana-public-signup.yaml │ │ ├── grails-database-admin-console.yaml │ │ ├── haproxy-status.yaml │ │ ├── hikvision-info-leak.yaml │ │ ├── homeautomation-v3-openredirect.yaml │ │ ├── hp-ilo-serial-key-disclosure.yaml │ │ ├── httpbin-open-redirect.yaml │ │ ├── ibm-friendly-path-exposure.yaml │ │ ├── icewarp-open-redirect.yaml │ │ ├── idemia-biometrics-default-login.yaml │ │ ├── ioncube-loader-wizard.yaml │ │ ├── jamf-blind-xxe.yaml │ │ ├── java-melody-exposed.yaml │ │ ├── jboss-seam-debug-page.yaml │ │ ├── jenkins-openuser-register.yaml │ │ ├── jfrog-unauth-build-exposed.yaml │ │ ├── jira-servicedesk-signup.yaml │ │ ├── jolokia-info-disclosure.yaml │ │ ├── joomla-file-listing.yaml │ │ ├── joomla-manifest-file.yaml │ │ ├── kafka-cruise-control.yaml │ │ ├── karma-config-js.yaml │ │ ├── kavita-lfi.yaml │ │ ├── kettle-default-login.yaml │ │ ├── kubernetes-etcd-keys.yaml │ │ ├── kubernetes-kustomization-disclosure.yaml │ │ ├── kubernetes-web-view.yaml │ │ ├── kyan-credential-exposure.yaml │ │ ├── laravel-debug-enabled.yaml │ │ ├── laravel-debug-error.yaml │ │ ├── laravel-telescope.yaml │ │ ├── lazy-file.yaml │ │ ├── locust-exposure.yaml │ │ ├── mapbox-token-disclosure.yaml │ │ ├── mapbox-token.yaml │ │ ├── mdb-database-file.yaml │ │ ├── members-list-xss.yaml │ │ ├── mobiproxy-dashboard.yaml │ │ ├── modula-image-gallery-xss.yaml │ │ ├── moodle-filter-jmol-xss.yaml │ │ ├── moodle-xss.yaml │ │ ├── music-store-open-redirect.yaml │ │ ├── netgear-router-exposure.yaml │ │ ├── netis-info-leak.yaml │ │ ├── netsweeper-open-redirect.yaml │ │ ├── new-user-approve-xss.yaml │ │ ├── newsletter-open-redirect.yaml │ │ ├── nextjs-redirect.yaml │ │ ├── nomad-jobs.yaml │ │ ├── nsq-admin-panel.yaml │ │ ├── odoo-cms-redirect.yaml │ │ ├── open-mjpg-streamer.yaml │ │ ├── open-redirect.yaml │ │ ├── openbmcs-ssrf.yaml │ │ ├── openshift-installer-panel.yaml │ │ ├── oracle-cgi-printenv.yaml │ │ ├── oracle-ebs-credentials.yaml │ │ ├── oracle-ebs-sqllog-disclosure.yaml │ │ ├── oracle-ebs-xss.yaml │ │ ├── otobo-open-redirect.yaml │ │ ├── panasonic-network-management.yaml │ │ ├── perl-status.yaml │ │ ├── php-backup-files.yaml │ │ ├── php-user-ini-disclosure.yaml │ │ ├── phpmemcached-admin-panel.yaml │ │ ├── phpmyadmin-misconfiguration.yaml │ │ ├── phpmyadmin-setup.yaml │ │ ├── pollbot-redirect.yaml │ │ ├── provider-path.yaml │ │ ├── putty-private-key-disclosure.yaml │ │ ├── pyramid-debug-toolbar.yaml │ │ ├── python-app-sql-exceptions.yaml │ │ ├── qvidium-management-system-exposed.yaml │ │ ├── rails-debug-mode.yaml │ │ ├── rails-secret-token-disclosure.yaml │ │ ├── rails6-xss.yaml │ │ ├── raspberry-shake-config.yaml │ │ ├── redis-config.yaml │ │ ├── rethinkdb-admin-console.yaml │ │ ├── ruby-on-rails-framework-exceptions.yaml │ │ ├── ruijie-nbr1300g-exposure.yaml │ │ ├── sap-directory-listing.yaml │ │ ├── sap-netweaver-info-leak.yaml │ │ ├── sap-redirect.yaml │ │ ├── sassy-social-share.yaml │ │ ├── seatreg-redirect.yaml │ │ ├── secret-token-rb.yaml │ │ ├── sendgrid-env.yaml │ │ ├── sensitive-storage-exposure.yaml │ │ ├── seo-redirection-xss.yaml │ │ ├── service-account-credentials.yaml │ │ ├── settings-php-files.yaml │ │ ├── sftp-credentials-exposure.yaml │ │ ├── shortpixel-image-optimizer-xss.yaml │ │ ├── showdoc-default-login.yaml │ │ ├── sidekiq-dashboard.yaml │ │ ├── slims-xss.yaml │ │ ├── sound4-directory-listing.yaml │ │ ├── sound4-file-disclosure.yaml │ │ ├── spark-webui-unauth.yaml │ │ ├── spring-framework-exceptions.yaml │ │ ├── springboot-gateway.yaml │ │ ├── sql-dump.yaml │ │ ├── squirrelmail-add-xss.yaml │ │ ├── squirrelmail-vkeyboard-xss.yaml │ │ ├── ssrf-via-oauth-misconfig.yaml │ │ ├── stackhawk-api-key.yaml │ │ ├── steve-xss.yaml │ │ ├── svn-wc-db.yaml │ │ ├── symfony-fosjrouting-bundle.yaml │ │ ├── syncthing-dashboard.yaml │ │ ├── szhe-default-login.yaml │ │ ├── tasmota-config-webui.yaml │ │ ├── thinkific-redirect.yaml │ │ ├── tianqing-info-leak.yaml │ │ ├── tidb-native-password.yaml │ │ ├── tikiwiki-xss.yaml │ │ ├── tongda-session-disclosure.yaml │ │ ├── transmission-dashboard.yaml │ │ ├── twitter-secret.yaml │ │ ├── typo3-installer.yaml │ │ ├── ultimatemember-open-redirect.yaml │ │ ├── umbraco-base-ssrf.yaml │ │ ├── unauth-fastvue-dashboard.yaml │ │ ├── unauth-kubecost.yaml │ │ ├── unauth-ldap-account-manager.yaml │ │ ├── unauthenticated-duplicator-disclosure.yaml │ │ ├── unauthenticated-netdata.yaml │ │ ├── unauthorized-puppet-node-manager-detect.yaml │ │ ├── vidyo-default-login.yaml │ │ ├── vmware-cloud-xss.yaml │ │ ├── w3c-total-cache-ssrf.yaml │ │ ├── wamp-server-configuration.yaml │ │ ├── weak-cipher-suites.yaml │ │ ├── webview-universal-access.yaml │ │ ├── weekender-newspaper-open-redirect.yaml │ │ ├── wgetrc-config.yaml │ │ ├── wiren-board-webui.yaml │ │ ├── woocommerce-pdf-invoices-xss.yaml │ │ ├── wordpress-accessible-wpconfig.yaml │ │ ├── wordpress-db-backup-listing.yaml │ │ ├── wordpress-db-backup.yaml │ │ ├── wordpress-social-metrics-tracker.yaml │ │ ├── wordpress-ssrf-oembed.yaml │ │ ├── wordpress-wordfence-waf-bypass-xss.yaml │ │ ├── wordpress-wordfence-xss.yaml │ │ ├── wordpress-zebra-form-xss.yaml │ │ ├── wp-all-export-xss.yaml │ │ ├── wp-ambience-xss.yaml │ │ ├── wp-code-snippets-xss.yaml │ │ ├── wp-grimag-open-redirect.yaml │ │ ├── wp-gtranslate-open-redirect.yaml │ │ ├── wp-mailchimp-log-exposure.yaml │ │ ├── wp-related-post-xss.yaml │ │ ├── wp-security-open-redirect.yaml │ │ ├── wp-touch-redirect.yaml │ │ ├── wp-upload-data.yaml │ │ ├── wp-woocommerce-pdf-invoice-listing.yaml │ │ ├── wpdm-cache-session.yaml │ │ ├── wpmudev-pub-keys.yaml │ │ ├── wptouch-open-redirect.yaml │ │ ├── wptouch-xss.yaml │ │ ├── xp-webcam.yaml │ │ ├── zabbix-dashboards-access.yaml │ │ ├── zend-v1-xss.yaml │ │ ├── zenphoto-sensitive-info.yaml │ │ ├── zhiyuan-oa-session-leak.yaml │ │ └── zip-backup-files.yaml └── wafscan │ └── info │ └── standalone │ ├── dns-waf-detect.yaml │ ├── secui-waf-detect.yaml │ └── waf-detect.yaml └── rescro ├── sensitives.yaml └── socials.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/README.md -------------------------------------------------------------------------------- /favinizer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/favinizer.yaml -------------------------------------------------------------------------------- /freaker/exploits/CVE-2013-2251/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2013-2251/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2013-2251/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2013-2251/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-0144/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-0144/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-0144/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-0144/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-6360/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-6360/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-6361/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-6361/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-6361/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-6361/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7494/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-7494/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7494/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-7494/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7494/requirements.txt: -------------------------------------------------------------------------------- 1 | pysmbclient -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7529/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-7529/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7529/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-7529/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7921/exploit.sh: -------------------------------------------------------------------------------- 1 | curl -ki "$1/System/configurationFile?auth=YWRtaW46MTEK" -------------------------------------------------------------------------------- /freaker/exploits/CVE-2017-7921/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2017-7921/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-0296/exploit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-0296/exploit -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-0296/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-0296/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-11784/exploit.sh: -------------------------------------------------------------------------------- 1 | curl -kiL "$1//google.com" -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-11784/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-11784/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-13379/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-13379/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-13379/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-13379/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-3760/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-3760/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-3760/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-3760/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-6389/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-6389/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2018-6389/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2018-6389/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-11581/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2019-11581/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-11581/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2019-11581/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-11581/requirements.txt: -------------------------------------------------------------------------------- 1 | bs4 2 | lxml 3 | requests -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-17558/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2019-17558/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-17558/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2019-17558/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-7192/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2019-7192/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2019-7192/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2019-7192/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-0796/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-0796/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-0796/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-0796/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-13379/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-13379/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-13379/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-13379/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-14179/exploit.sh: -------------------------------------------------------------------------------- 1 | curl -ki "$1/secure/QueryComponent!Default.jspa" -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-14179/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-14179/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-14181/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-14181/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-14181/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-14181/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-14181/usernames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-14181/usernames.txt -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-25213/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-25213/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-25213/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-25213/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-25540/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-25540/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-25540/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-25540/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-3187/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-3187/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-3187/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-3187/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-3452/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-3452/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-3452/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-3452/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-5221/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-5221/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-5221/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-5221/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-5405/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-5405/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-5405/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-5405/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-5410/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-5410/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-5410/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-5410/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-7473/exploit.sh: -------------------------------------------------------------------------------- 1 | curl -ki "$1/UploadTest.aspx" -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-7473/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-7473/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-8163/exploit.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-8163/exploit.rb -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-8163/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-8163/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-9047/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-9047/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2020-9047/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2020-9047/main.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2022-21907/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2022-21907/exploit.py -------------------------------------------------------------------------------- /freaker/exploits/CVE-2022-21907/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/CVE-2022-21907/main.py -------------------------------------------------------------------------------- /freaker/exploits/basic-xss-fuzz/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/basic-xss-fuzz/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/basic-xss-fuzz/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/basic-xss-fuzz/main.py -------------------------------------------------------------------------------- /freaker/exploits/google-api-keys/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/google-api-keys/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/google-api-keys/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/google-api-keys/main.py -------------------------------------------------------------------------------- /freaker/exploits/host-header-injection/exploit.sh: -------------------------------------------------------------------------------- 1 | curl -kiL -H 'Host: www.google.com' "$1" -------------------------------------------------------------------------------- /freaker/exploits/host-header-injection/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/host-header-injection/main.py -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/main.py -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/signatures/api-box.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/signatures/api-box.yaml -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/signatures/api-c99.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/signatures/api-c99.yaml -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/signatures/api-dbt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/signatures/api-dbt.yaml -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/signatures/api-lob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/signatures/api-lob.yaml -------------------------------------------------------------------------------- /freaker/exploits/keyleaks/signatures/api-npm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/keyleaks/signatures/api-npm.yaml -------------------------------------------------------------------------------- /freaker/exploits/wadl-endpoints-enum/exploit.sh: -------------------------------------------------------------------------------- 1 | wadl-dumper -i "$1" --show-base | sort -u -------------------------------------------------------------------------------- /freaker/exploits/wadl-endpoints-enum/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/wadl-endpoints-enum/main.py -------------------------------------------------------------------------------- /freaker/exploits/wapiti-scan/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/wapiti-scan/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/wapiti-scan/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/wapiti-scan/main.py -------------------------------------------------------------------------------- /freaker/exploits/wp-user-enum/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/wp-user-enum/exploit.sh -------------------------------------------------------------------------------- /freaker/exploits/wp-user-enum/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/wp-user-enum/main.py -------------------------------------------------------------------------------- /freaker/exploits/x-host-header-injection/exploit.sh: -------------------------------------------------------------------------------- 1 | curl -kiL -H 'X-Forwarded-Host: www.google.com' "$1" -------------------------------------------------------------------------------- /freaker/exploits/x-host-header-injection/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/exploits/x-host-header-injection/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/anchor/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/anchor/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/anchor/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/anchor/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/anchor/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/apache/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/apache/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/apache/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/apache/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/apache/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/bigtree/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/bigtree/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/bigtree/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/bigtree/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/bigtree/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/bolt/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/bolt/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/bolt/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/bolt/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/bolt/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/chamilo/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/chamilo/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/chamilo/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/chamilo/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/chamilo/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/ckeditor/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/ckeditor/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/ckeditor/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/ckeditor/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/ckeditor/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/cmsmadesimple/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/cmsmadesimple/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/cmsmadesimple/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/concrete5/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/concrete5/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/concrete5/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/concrete5/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/concrete5/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/django/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/django/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/django/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/django/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/django/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/dnn/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/dnn/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/dnn/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/dnn/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/dnn/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/drupal/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/drupal/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/drupal/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/drupal/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/drupal/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/fckeditor/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/fckeditor/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/fckeditor/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/fckeditor/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/fckeditor/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/flatcore/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/flatcore/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/flatcore/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/flatcore/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/flatcore/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/joomla/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/joomla/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/joomla/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/joomla/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/joomla/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/laravel/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/laravel/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/laravel/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/laravel/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/laravel/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/liferay/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/liferay/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/liferay/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/liferay/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/liferay/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/magento/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/magento/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/magento/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/magento/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/magento/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/mantisbt/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/mantisbt/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/mantisbt/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/mantisbt/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/mantisbt/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/mediaelement/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/mediaelement/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/mediaelement/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/mediaelement/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/mediaelement/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/moodle/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/moodle/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/moodle/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/moodle/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/moodle/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/opencart/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/opencart/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/opencart/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/opencart/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/opencart/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/orchard/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/orchard/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/orchard/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/orchard/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/orchard/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/oscommerce/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/oscommerce/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/oscommerce/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/oscommerce/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/oscommerce/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/phpmyadmin/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/phpmyadmin/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/phpmyadmin/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/phpmyadmin/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/phpmyadmin/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/prestashop/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/prestashop/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/prestashop/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/prestashop/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/prestashop/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/punbb/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/punbb/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/punbb/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/punbb/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/punbb/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/roundcube/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/roundcube/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/roundcube/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/roundcube/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/roundcube/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/smf/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/smf/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/smf/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/smf/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/smf/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/tinymce/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/tinymce/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/tinymce/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/tinymce/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/tinymce/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/umbraco/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/umbraco/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/umbraco/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/umbraco/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/umbraco/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/web2py/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/web2py/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/web2py/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/web2py/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/web2py/signatures.yaml -------------------------------------------------------------------------------- /freaker/fingerprints/wordpress/fingerprint.sh: -------------------------------------------------------------------------------- 1 | nuclei -t signatures.yaml -l $1 -duc -silent -o $2 -------------------------------------------------------------------------------- /freaker/fingerprints/wordpress/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/wordpress/main.py -------------------------------------------------------------------------------- /freaker/fingerprints/wordpress/signatures.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/fingerprints/wordpress/signatures.yaml -------------------------------------------------------------------------------- /freaker/freakerdb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/freaker/freakerdb.yaml -------------------------------------------------------------------------------- /gen_readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/gen_readme.py -------------------------------------------------------------------------------- /jaeles/cvescan/critical/CVE-2017-6360.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/critical/CVE-2017-6360.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/critical/CVE-2017-6361.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/critical/CVE-2017-6361.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/critical/CVE-2019-11043.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/critical/CVE-2019-11043.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/critical/CVE-2019-11600.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/critical/CVE-2019-11600.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/critical/CVE-2020-3952.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/critical/CVE-2020-3952.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2010-1871.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2010-1871.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2018-15640.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2018-15640.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2018-20062.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2018-20062.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2019-19719.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2019-19719.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2019-9082.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2019-9082.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-10199.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-10199.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-10204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-10204.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-10220.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-10220.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-1147.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-1147.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-11530.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-11530.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-12145.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-12145.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-12271.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-12271.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-13379.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-13379.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-16270.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-16270.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-24609.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-24609.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-24765.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-24765.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-5377.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-5377.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-5398.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-5398.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-7048.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-7048.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/high/CVE-2020-7246.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/high/CVE-2020-7246.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/info/CVE-2018-18326.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/info/CVE-2018-18326.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/info/CVE-2018-9126.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/info/CVE-2018-9126.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/info/CVE-2020-11450.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/info/CVE-2020-11450.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/info/CVE-2020-7473.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/info/CVE-2020-7473.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/low/CVE-2018-6389.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/low/CVE-2018-6389.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/medium/CVE-2017-7529.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/medium/CVE-2017-7529.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/medium/CVE-2019-7192.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/medium/CVE-2019-7192.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/medium/CVE-2020-15004.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/medium/CVE-2020-15004.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/medium/CVE-2020-2199.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/medium/CVE-2020-2199.yaml -------------------------------------------------------------------------------- /jaeles/cvescan/medium/CVE-2020-4038.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/cvescan/medium/CVE-2020-4038.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/aem-crx-list-packages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/aem-crx-list-packages.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/crlf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/crlf.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/docker-k8s.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/docker-k8s.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/joomla-lfi-comfabrik.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/joomla-lfi-comfabrik.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/joomla-sqli-hdwplayer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/joomla-sqli-hdwplayer.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/kafka-misconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/kafka-misconfig.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/oracle-ebs-desr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/oracle-ebs-desr.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/oracle-ebs-lfi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/oracle-ebs-lfi.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/php-symfony-debug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/php-symfony-debug.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/process-maker-lfi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/process-maker-lfi.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/rocketmq-console.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/rocketmq-console.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/simple-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/simple-xss.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/sonarqube-cred.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/sonarqube-cred.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/spark-unauth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/spark-unauth.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/template-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/template-injection.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/unauthen-kibana.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/unauthen-kibana.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/zabbix-creds.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/zabbix-creds.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/high/zipkin-unauth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/high/zipkin-unauth.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/aws-s3-open-bucket.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/aws-s3-open-bucket.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/common-error-00.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/common-error-00.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/common-error-01.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/common-error-01.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/cors-00.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/cors-00.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/cors-01.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/cors-01.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/errors-n-vulns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/errors-n-vulns.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/jfrog-unauth-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/jfrog-unauth-panel.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-00.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-00.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-01.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-01.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-02.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-02.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-03.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-03.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-04.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-04.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-05.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-05.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/lfi-06.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/lfi-06.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/open-redirect-00.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/open-redirect-00.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/open-redirect-01.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/open-redirect-01.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/open-redirect-02.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/open-redirect-02.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/open-redirect-03.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/open-redirect-03.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/open-redirect-04.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/open-redirect-04.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/random-fuzz-00.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/random-fuzz-00.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/random-fuzz-01.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/random-fuzz-01.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/random-fuzz-02.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/random-fuzz-02.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/random-fuzz-03.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/random-fuzz-03.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/sqli-00.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/sqli-00.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/info/sqli-01.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/info/sqli-01.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/api-keys.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/api-keys.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/aws-ec2-sto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/aws-ec2-sto.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/common-forbidden-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/common-forbidden-bypass.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/iis-directory-listing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/iis-directory-listing.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/nginx-conf-exposed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/nginx-conf-exposed.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/route-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/route-bypass.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/secret.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/low/soap-defination-probing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/low/soap-defination-probing.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/apache-status-page.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/apache-status-page.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/django-debug-enable.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/django-debug-enable.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/django-debug-toolbar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/django-debug-toolbar.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/gitleak.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/gitleak.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/globalprotect-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/globalprotect-xss.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/go-pprof-exposed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/go-pprof-exposed.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/graphql-playround-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/graphql-playround-xss.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/haproxy-stat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/haproxy-stat.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/java-melody-stat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/java-melody-stat.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/joomla-host-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/joomla-host-injection.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/moodle-auth-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/moodle-auth-xss.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/netdata-unauth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/netdata-unauth.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/nginx-vhost-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/nginx-vhost-xss.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/nginx-vhosts-stat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/nginx-vhosts-stat.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/oracle-stat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/oracle-stat.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/perl-status-page.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/perl-status-page.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/stats.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/stats.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/svn-leak.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/svn-leak.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/unauthen-elastic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/unauthen-elastic.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/wordpress-misconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/wordpress-misconfig.yaml -------------------------------------------------------------------------------- /jaeles/vulnscan/medium/wordpress-rest-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/jaeles/vulnscan/medium/wordpress-rest-api.yaml -------------------------------------------------------------------------------- /kiterunner.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/kiterunner.lst -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2001-1473.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2001-1473.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2006-2842.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2006-2842.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2007-4504.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2007-4504.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-1059.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-1059.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-1061.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-1061.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-2650.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-2650.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-4668.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-4668.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-4764.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-4764.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-6080.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-6080.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-6172.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-6172.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-6222.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-6222.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-6668.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-6668.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2008-6982.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2008-6982.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-0932.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-0932.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-1496.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-1496.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-1558.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-1558.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-2015.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-2015.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-2100.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-2100.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-3053.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-3053.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-3318.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-3318.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-4202.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-4202.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-4223.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-4223.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-4679.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-4679.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2009-5114.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2009-5114.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0157.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0157.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0219.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0219.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0696.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0696.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0759.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0759.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0942.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0942.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0943.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0943.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0944.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0944.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0972.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0972.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0982.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0982.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-0985.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-0985.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1056.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1056.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1081.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1081.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1217.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1217.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1219.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1219.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1302.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1302.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1304.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1304.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1305.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1305.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1306.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1306.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1307.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1307.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1308.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1308.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1312.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1312.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1313.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1313.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1314.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1314.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1315.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1315.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1340.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1340.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1345.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1345.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1352.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1352.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1353.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1353.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1354.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1354.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1461.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1461.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1469.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1469.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1470.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1470.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1471.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1471.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1472.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1472.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1473.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1473.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1474.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1474.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1475.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1475.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1476.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1476.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1478.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1478.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1491.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1491.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1494.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1494.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1495.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1495.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1531.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1531.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1532.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1532.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1533.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1533.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1534.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1534.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1535.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1535.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1540.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1540.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1601.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1601.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1602.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1602.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1603.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1603.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1607.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1607.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1653.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1653.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1657.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1657.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1658.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1658.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1659.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1659.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1714.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1714.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1715.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1715.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1717.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1717.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1718.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1718.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1719.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1719.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1722.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1722.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1723.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1723.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1858.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1858.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1875.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1875.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1878.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1878.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1952.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1952.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1953.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1953.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1954.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1954.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1955.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1955.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1956.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1956.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1957.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1957.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1977.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1977.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1979.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1979.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1980.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1980.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1981.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1981.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1982.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1982.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-1983.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-1983.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2033.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2033.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2034.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2034.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2035.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2035.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2036.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2036.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2037.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2037.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2045.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2045.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2050.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2050.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2122.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2122.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2128.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2128.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2259.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2259.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2307.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2307.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2507.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2507.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2680.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2680.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2682.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2682.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2857.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2857.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2861.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2861.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2918.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2918.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-2920.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-2920.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-3203.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-3203.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-3426.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-3426.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-4231.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-4231.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-4282.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-4282.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-4617.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-4617.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-4719.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-4719.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-4769.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-4769.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-4977.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-4977.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-5028.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-5028.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-5278.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-5278.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2010-5286.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2010-5286.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2011-0049.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2011-0049.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2011-1669.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2011-1669.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2011-2744.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2011-2744.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2011-2780.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2011-2780.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2011-3315.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2011-3315.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2011-4804.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2011-4804.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-0896.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-0896.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-0981.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-0981.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-0991.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-0991.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-0996.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-0996.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-1226.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-1226.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-4253.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-4253.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-4878.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-4878.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2012-4940.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2012-4940.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2013-5528.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2013-5528.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2013-5979.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2013-5979.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2013-7240.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2013-7240.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-2321.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-2321.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-2383.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-2383.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-2962.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-2962.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-3704.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-3704.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-3744.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-3744.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-4940.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-4940.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-5111.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-5111.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-5258.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-5258.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-5368.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-5368.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-6308.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-6308.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-8799.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-8799.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2014-9119.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2014-9119.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-0554.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-0554.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-1503.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-1503.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-1579.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-1579.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-2067.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-2067.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-2080.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-2080.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-2166.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-2166.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-2996.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-2996.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-3035.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-3035.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-3306.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-3306.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-3337.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-3337.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-3648.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-3648.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-3897.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-3897.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-4050.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-4050.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-4074.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-4074.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-4414.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-4414.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-4632.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-4632.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-4666.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-4666.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-4694.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-4694.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-5469.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-5469.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-5531.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-5531.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-5688.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-5688.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-7245.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-7245.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-7297.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-7297.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-8813.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-8813.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2015-9480.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2015-9480.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2016-0957.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2016-0957.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2016-2389.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2016-2389.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2016-3081.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2016-3081.yaml -------------------------------------------------------------------------------- /nuclei/cvescan/high/standalone/CVE-2016-4977.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/cvescan/high/standalone/CVE-2016-4977.yaml -------------------------------------------------------------------------------- /nuclei/helpers/payloads/CVE-2020-5776.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/payloads/CVE-2020-5776.csv -------------------------------------------------------------------------------- /nuclei/helpers/payloads/command-injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/payloads/command-injection.txt -------------------------------------------------------------------------------- /nuclei/helpers/payloads/request-headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/payloads/request-headers.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/adminer-paths.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/adminer-paths.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/grafana-plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/grafana-plugins.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/headers.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/mdb-paths.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/mdb-paths.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/numbers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/numbers.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/user-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/user-list.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/wordpress-plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/wordpress-plugins.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/wordpress-themes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/wordpress-themes.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/wp-passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/wp-passwords.txt -------------------------------------------------------------------------------- /nuclei/helpers/wordlists/wp-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/helpers/wordlists/wp-users.txt -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ad-inserter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ad-inserter.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/add-to-any.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/add-to-any.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/adfs-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/adfs-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/adminimize.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/adminimize.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/aem-cms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/aem-cms.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/aem-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/aem-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/akismet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/akismet.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/amp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/amp.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ampps-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ampps-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/aptus-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/aptus-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/astra-sites.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/astra-sites.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/autoptimize.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/autoptimize.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/backwpup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/backwpup.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/buddy-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/buddy-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/cacti-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/cacti-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/cas-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/cas-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ccm-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ccm-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/cloudflare.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/cloudflare.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/cmb2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/cmb2.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/coblocks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/coblocks.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/coming-soon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/coming-soon.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/crxde-lite.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/crxde-lite.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/csod-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/csod-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/druid-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/druid-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/duplicator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/duplicator.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/elementor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/elementor.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/emby-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/emby-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/emqx-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/emqx-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/epmp-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/epmp-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/esxi-system.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/esxi-system.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/etcd-keys.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/etcd-keys.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/flamingo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/flamingo.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/fluentform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/fluentform.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/forcepoint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/forcepoint.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/formidable.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/formidable.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/forminator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/forminator.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/gitea-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/gitea-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/glpi-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/glpi-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/gocd-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/gocd-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/gogs-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/gogs-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/gtranslate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/gtranslate.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/gutenberg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/gutenberg.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/hello-dolly.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/hello-dolly.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/hp-ilo-5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/hp-ilo-5.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/hugo-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/hugo-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ilias-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ilias-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ilo-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ilo-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/imagify.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/imagify.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/imsanity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/imsanity.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/intercom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/intercom.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/itop-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/itop-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/iwp-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/iwp-client.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jamf-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jamf-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jamf-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jamf-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jboss-juddi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jboss-juddi.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jcms-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jcms-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jetpack.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jetpack.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jfrog-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jfrog-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jira-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jira-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jmx-console.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jmx-console.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/joget-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/joget-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/jsf-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/jsf-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/kirki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/kirki.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/kong-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/kong-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/konga-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/konga-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/lacie-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/lacie-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/landesk-csa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/landesk-csa.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/landesk-ma.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/landesk-ma.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/leadin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/leadin.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/loginizer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/loginizer.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/loginpress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/loginpress.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/lucee-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/lucee-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/mailpoet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/mailpoet.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/maintenance.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/maintenance.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/megamenu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/megamenu.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/members.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/members.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/meta-box.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/meta-box.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/metatag-cms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/metatag-cms.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ml-slider.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ml-slider.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/mrtg-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/mrtg-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/nconf-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/nconf-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/neos-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/neos-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/neos-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/neos-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/netlify-cms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/netlify-cms.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/newsletter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/newsletter.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/nifi-detech.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/nifi-detech.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/nimplant-c2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/nimplant-c2.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ninja-forms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ninja-forms.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ntop-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ntop-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/ocean-extra.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/ocean-extra.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/oidc-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/oidc-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/oipm-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/oipm-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/oki-data.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/oki-data.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/okta-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/okta-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/openx-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/openx-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/oracle-dbcs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/oracle-dbcs.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/otobo-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/otobo-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/pega-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/pega-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/php-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/php-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/php-mailer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/php-mailer.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/polylang.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/polylang.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/popup-maker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/popup-maker.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/post-smtp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/post-smtp.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/pretty-link.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/pretty-link.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/privx-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/privx-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/prtg-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/prtg-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/redirection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/redirection.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/s3-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/s3-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/safe-svg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/safe-svg.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/sage-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/sage-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/seats-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/seats-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/sg-security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/sg-security.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/sicom-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/sicom-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/siteguard.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/siteguard.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/sogo-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/sogo-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/somfy-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/somfy-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/spark-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/spark-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/spiderfoot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/spiderfoot.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/sql-monitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/sql-monitor.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/svg-support.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/svg-support.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/tablepress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/tablepress.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/tech-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/tech-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/thruk-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/thruk-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/typo3-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/typo3-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/unifi-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/unifi-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/unyson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/unyson.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/updraftplus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/updraftplus.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/vault-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/vault-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/veeam-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/veeam-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/versa-sdwan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/versa-sdwan.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/vidyo-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/vidyo-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/vigor-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/vigor-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/wazuh-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/wazuh-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/weatherlink.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/weatherlink.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/woocommerce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/woocommerce.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/woosidebars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/woosidebars.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/wordfence.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/wordfence.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/worker.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/wp-optimize.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/wp-optimize.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/wp-pagenavi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/wp-pagenavi.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/wp-reset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/wp-reset.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/wp-smushit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/wp-smushit.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/xnat-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/xnat-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/xvr-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/xvr-login.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/yapi-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/yapi-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/zope-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/zope-detect.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/zte-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/zte-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/info/standalone/zuul-panel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/info/standalone/zuul-panel.yaml -------------------------------------------------------------------------------- /nuclei/idscan/low/standalone/json-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/idscan/low/standalone/json-server.yaml -------------------------------------------------------------------------------- /nuclei/subscan/dns/detect-dangling-cname.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/dns/detect-dangling-cname.yaml -------------------------------------------------------------------------------- /nuclei/subscan/dns/dmarc-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/dns/dmarc-detect.yaml -------------------------------------------------------------------------------- /nuclei/subscan/dns/servfail-refused-hosts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/dns/servfail-refused-hosts.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/aftership-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/aftership-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/agilecrm-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/agilecrm-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/aha-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/aha-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/airee-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/airee-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/anima-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/anima-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/announcekit-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/announcekit-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/aws-bucket-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/aws-bucket-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/bigcartel-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/bigcartel-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/bitbucket-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/bitbucket-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/canny-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/canny-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/cargo-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/cargo-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/flexbe-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/flexbe-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/flywheel-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/flywheel-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/frontify-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/frontify-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/gemfury-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/gemfury-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/getresponse-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/getresponse-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/ghost-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/ghost-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/gitbook-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/gitbook-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/github-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/github-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/hatenablog-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/hatenablog-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/helpjuice-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/helpjuice-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/helprace-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/helprace-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/helpscout-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/helpscout-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/heroku-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/heroku-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/hubspot-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/hubspot-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/intercom-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/intercom-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/jazzhr-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/jazzhr-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/jetbrains-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/jetbrains-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/kinsta-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/kinsta-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/launchrock-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/launchrock-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/leadpages-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/leadpages-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/mashery-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/mashery-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/meteor-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/meteor-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/netlify-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/netlify-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/ngrok-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/ngrok-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/pagewiz-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/pagewiz-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/pantheon-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/pantheon-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/pingdom-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/pingdom-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/proposify-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/proposify-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/readme-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/readme-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/readthedocs-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/readthedocs-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/shopify-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/shopify-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/short-io.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/short-io.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/simplebooklet-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/simplebooklet-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/smartjob-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/smartjob-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/smugmug-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/smugmug-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/sprintful-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/sprintful-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/strikingly-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/strikingly-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/surge-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/surge-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/surveygizmo-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/surveygizmo-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/surveysparrow-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/surveysparrow-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/tave-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/tave-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/teamwork-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/teamwork-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/tilda-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/tilda-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/tumblr-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/tumblr-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/uberflip-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/uberflip-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/uptimerobot-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/uptimerobot-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/uservoice-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/uservoice-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/vend-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/vend-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/webflow-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/webflow-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/wishpond-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/wishpond-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/wix-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/wix-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/wordpress-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/wordpress-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/worksites-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/worksites-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/wufoo-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/wufoo-takeover.yaml -------------------------------------------------------------------------------- /nuclei/subscan/web/zendesk-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/subscan/web/zendesk-takeover.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/cmdi/blind-oast-polyglots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/cmdi/blind-oast-polyglots.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/cmdi/cves/CVE-2018-19518.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/cmdi/cves/CVE-2018-19518.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/cmdi/cves/CVE-2021-45046.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/cmdi/cves/CVE-2021-45046.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/cmdi/cves/CVE-2022-42889.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/cmdi/cves/CVE-2022-42889.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/cmdi/ruby-open-rce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/cmdi/ruby-open-rce.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/crlf/cookie-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/crlf/cookie-injection.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/crlf/crlf-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/crlf/crlf-injection.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/lfi/lfi-keyed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/lfi/lfi-keyed.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/lfi/linux-lfi-fuzz.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/lfi/linux-lfi-fuzz.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/lfi/windows-lfi-fuzz.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/lfi/windows-lfi-fuzz.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/redirect/open-redirect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/redirect/open-redirect.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/sqli/cves/CVE-2022-34265.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/sqli/cves/CVE-2022-34265.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/sqli/error-based.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/sqli/error-based.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/ssrf/blind-ssrf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/ssrf/blind-ssrf.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/ssrf/response-ssrf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/ssrf/response-ssrf.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/ssti/reflection-ssti.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/ssti/reflection-ssti.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/xss/reflected-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/xss/reflected-xss.yaml -------------------------------------------------------------------------------- /nuclei/urlscan/xxe/fuzz-xxe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/urlscan/xxe/fuzz-xxe.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/acme-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/acme-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/avada-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/avada-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/dom-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/dom-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/eibiz-lfi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/eibiz-lfi.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/eris-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/eris-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/ftpconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/ftpconfig.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/gsoap-lfi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/gsoap-lfi.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/lucee-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/lucee-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/mpsec-lfi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/mpsec-lfi.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/netrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/netrc.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/slack-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/slack-api.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/thruk-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/thruk-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/wp-sym404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/wp-sym404.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/high/standalone/zzcms-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/high/standalone/zzcms-xss.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/config-rb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/config-rb.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/db-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/db-schema.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/deimos-c2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/deimos-c2.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/gpc-json.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/gpc-json.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/jwt-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/jwt-token.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/mythic-c2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/mythic-c2.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/openapi.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/phpunit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/phpunit.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/readme-md.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/readme-md.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/s3-bucket.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/s3-bucket.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/sass-lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/sass-lint.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/uwsgi-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/uwsgi-ini.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/wadl-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/wadl-api.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/wp-xmlrpc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/wp-xmlrpc.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/wsdl-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/wsdl-api.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/info/standalone/yarn-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/info/standalone/yarn-lock.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/access-log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/access-log.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/apc-info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/apc-info.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/badarg-log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/badarg-log.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/contacam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/contacam.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/debug-vars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/debug-vars.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/error-logs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/error-logs.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/php-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/php-ini.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/plesk-stat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/plesk-stat.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/tcpconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/tcpconfig.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/token-json.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/token-json.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/tox-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/tox-ini.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/ups-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/ups-status.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/ws-ftp-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/ws-ftp-ini.yaml -------------------------------------------------------------------------------- /nuclei/vulnscan/low/standalone/ws-ftp-log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/vulnscan/low/standalone/ws-ftp-log.yaml -------------------------------------------------------------------------------- /nuclei/wafscan/info/standalone/waf-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/nuclei/wafscan/info/standalone/waf-detect.yaml -------------------------------------------------------------------------------- /rescro/sensitives.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/rescro/sensitives.yaml -------------------------------------------------------------------------------- /rescro/socials.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPSyndicate/kenzer-templates/HEAD/rescro/socials.yaml --------------------------------------------------------------------------------