Skip to content

Following guides to learn the basics of building malware in C, for educational purposes.

Notifications You must be signed in to change notification settings

ValorousKarma/RubberRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RubberRoom

Following guides to learn the basics of building a Remote Access Tool with C.

This respository will contain code that can function as a reverse shell & keylogger.

This is for educational purposes and is in no way intended to break any laws or be used maliciously by ANYONE.

This source code does not provide any unique functionality or exploit that isn't already present in many open source repositories and ethical pen testing tools.

Goals (Initial course)

  • Main function that establishes a connection with a server
  • Shell function that waits for commands and iterates over options
  • automatically start client program on reboot
  • spawn other threads on client machine
  • ability to remotely navigate through client directories
  • implement keylogger in client program

NEW Goals

  • re-write keylogger myself
  • Reduce keylogger detectability
  • Handle multiple client connections simultaneously
  • bypass anti-virus

About

Following guides to learn the basics of building malware in C, for educational purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages