📁
WebScout 1.0a documentation
  • About
  • Quick Start
  • System requirements
  • Install
  • Work modes
  • Run
  • Test mode
  • [M] UrlsDict, UrlsMask & UrlsCombine
  • [M] ContentDiscovery
  • [M] ParamsDict and ParamsMask
  • [M] DnsDict, DnsMask & DnsCombine
  • [M] HostsDict, HostsMask & HostsCombine
  • [M] FuzzerUrls
  • [M] FuzzerHeaders
  • [M] Forms
  • Bases
  • Masks
  • Selenium
  • Proxies
  • TOR
  • XML-reports
  • Logging
  • Troubleshooting
  • Attention
  • Authors / Contacts
Powered by GitBook
On this page

Was this helpful?

Troubleshooting

Error: Too many open files

Increase open file descriptiors limit. You may set it for one time (before reboot), by command:

ulimit -n 65535

For all time change, put string

* soft nofile 65535

to file /etc/security/limits.conf . You can get more information about it in OS docs.

PreviousLoggingNextAttention

Last updated 5 years ago

Was this helpful?