Skip to content

innxrmxst/Silent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Silent is a simple TCP reverse shell written in C.

Alt Text

In both files IP need to be changed to yours.

For example:

server.c

server_address.sin_addr.s_addr = inet_addr("192.168.0.100");

client.c

ServIP = "192.168.0.100";

Installation

git clone http://github.com/R4v3nG/silent.git
sudo apt-get install gcc-mingw-w64-i686
cd silent/server
gcc -o server server.c
cd ../client
i686-w64-mingw32-gcc -o client.exe client.c -lwsock32 -lwininet

Usage

Linux

./server

Windows

client.exe

Silent uses 50005 port

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Simple TCP reverse shell written on C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages