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
  • #171
Closed
Open
Issue created Apr 05, 2012 by Administrator@rootContributor

Endless Loop on URLs with ; and ? in querystring

Created by: wlet

Hi,

I noticed the following behavior. If an URI contains a ; and a jsessionid plus a querystring starting with a ? and the sessionid changes on every request (like on Login-Pages) this leads to an endless loop.

Steps to reproduce:

  1. have a site with a Loginform and a url like this: http://example.com/blah/;jsessionid=abc?somevar=blah123
  2. enter some wrong login-cred and you get a new session and a new token like this: http://example.com/blah/;jsessionid=efg?somevar=blubb456

shoot against that page with arachni and arachni detects for every response to each newly submitted form as a new page (because of the new jsessionid) and will end up in an endless loop.

Expected behaviour: arachni detects the newly generated sessionid and handles the page as already scanned.

Assignee
Assign to
Time tracking