Skip to content

a simple bind shell that hijacks TCP connections instead of listening.

Notifications You must be signed in to change notification settings

zimnyaa/nowebshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nowebshell

explained at tishina.in/ops/pidfd-getfd-shell
The PoC is a simple bind shell with SOCKS5 capabilities 
that hijacks incoming connections to TCP services instead 
of listening on its own. It does this by scanning the `/proc` 
filesystem for connections from whitelisted IPs and using the 
`pidfd_getfd` Linux syscall to duplicate the file descriptor 
for the connection.

About

a simple bind shell that hijacks TCP connections instead of listening.

Resources

Stars

Watchers

Forks