traetox / sshForShits

framework for a high interaction SSH honeypot
MIT License
38 stars 5 forks source link

/dev/ptmx: too many open files #2

Open e1z0 opened 4 years ago

e1z0 commented 4 years ago

Failed to start faker: open /dev/ptmx: too many open files

I think it does not close the inactive sessions, lsof shows many open files, and the count is not lowering by the time, it only increases.

traetox commented 4 years ago

The PTY wasn't being closed when a client exited, check 4a2bef3ef52efb85953f3ea8b91c532b445212a0 It should clean things up.

e1z0 commented 4 years ago

Thanks a lot! I've resurrected the project https://shellsforshits.com/ and using your ssh honeypot as the backend. :)