Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A arachni
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 125
    • Issues 125
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arachni - Web Application Security Scanner Framework
  • arachni
  • Issues
  • #666
Closed
Open
Issue created Feb 03, 2016 by Administrator@rootContributor

Following relative links with whitespace in <meta http-equiv="refresh"... >

Created by: slackish

Loading the following webpage contents results in a false link for arachni.

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= Home.html" /></head><body></body></html>

At first I thought the site I'm checking on was just out of spec. The following link indicates that whitespace should be skipped after the "=" within the content field: https://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv-refresh

The following shows up in the reports under the sitemap section when this happens.

[-] http://some.site/ [-] http://some.site/%20Home.bak [+] http://some.site/%20Home.html [-] http://some.site/%20Home.html.bak [-] http://some.site/%20Home.html.bak/ [-] http://some.site/%20Home.html.old [-] http://some.site/%20Home.html.old/ [-] http://some.site/%20Home.html~ [-] http://some.site/%20Home.html~/ [-] http://some.site/%20Home.old [-] http://some.site/robots.txt [-] http://some.site/source/

Assignee
Assign to
Time tracking