feroxbuster - new forced browsing/directory busting tool

yea, on my kali install, i see the following

ulimit -n 
---------
1024

I’d recommend upping the limit for open files to w/e you’re comfortable with given your specs by adding the entry below.

/etc/security/limits.conf
-------------------------
...
*               soft    nofile            8192
...