Skip to content

反向pdb shell, 可以用在某些不方便开放端口给外界连接的情况.

License

Notifications You must be signed in to change notification settings

alex8224/Rpdb-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rpdb-Shell

反向pdb shell, 可以用在某些不方便开放端口给外界连接的情况. 可以在内部主动连接设置好的调试地址,接收外部命令开始调试

用法

client

    import rpdb
    ...
    rpdb.trace_to_remote("192.168.1.1",4444)

server

    nc -l 4444

About

反向pdb shell, 可以用在某些不方便开放端口给外界连接的情况.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages