fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

Fix progress bar #34

Closed TactiFail closed 5 years ago

TactiFail commented 5 years ago

Change to printing a single carriage return instead of 150 backspaces, which was causing text to flow back up the terminal in some cases.

fcavallarin commented 5 years ago

sorry but this is not an acceptable solution since it will change the intended behaviour. The last commit should fix this issue by using the correct number of backspaces instead of 150