{"id":27302395,"url":"https://github.com/steinathan/torciv-rat","last_synced_at":"2025-04-12T02:38:58.760Z","repository":{"id":143990258,"uuid":"324267603","full_name":"steinathan/torciv-rat","owner":"steinathan","description":"Torciv-rat is a remote access trojan written in Rust","archived":false,"fork":false,"pushed_at":"2020-12-25T02:03:10.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T02:38:54.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steinathan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-25T01:52:39.000Z","updated_at":"2020-12-25T02:03:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"b22a9aa6-7f0e-42be-99cb-b06b49353ba9","html_url":"https://github.com/steinathan/torciv-rat","commit_stats":null,"previous_names":["steinathan/torciv-rat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Ftorciv-rat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Ftorciv-rat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Ftorciv-rat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Ftorciv-rat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steinathan","download_url":"https://codeload.github.com/steinathan/torciv-rat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507231,"owners_count":21115560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T02:38:58.112Z","updated_at":"2025-04-12T02:38:58.752Z","avatar_url":"https://github.com/steinathan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TORCIV (RAT)\n\ntorciv-rat is a rust based websocket reverse shell and a remote access trojan\n\n\u003e This script was writting for an educational purpose for learning the rust langauge\n\n### Uses\n\n- this script can be used to launch an attack on your victims PC, you can run dangerous commands on your victim\n- capable of shutting down your victims PC (for fun)...\n- you're 100% in control of your victims PC once you get the `client` binary installed on his PC\n\n### Compiling\n\nThis script listens on `127.0.0.1:8080` by default so you'll have to tweek it a bit if you want to connect to your victims PC from anywhere in the world!\n\nFist make sure you have rust installed, then update your public ip/domain, port, binary (/bin/bash, /bin/zsh etc) within the script\n\nthen Update cargo deps\n\n```sh\n$ cargo update\n  Updating crates.io index\n```\n\n```sh\n# Buildig for release\n$ cargo build --release\n   ...\n   Compiling sha-1 v0.8.2\n   Compiling rand v0.7.3\n   Compiling idna v0.2.0\n   Compiling mio-extras v2.0.6\n   Compiling url v2.2.0\n   Compiling ws v0.9.1\n   Compiling torciv v0.1.0 (/home/navicstein/Rustcode/torciv)\n    Finished release [optimized] target(s) in 17.24s\n\n```\n\nBuild for target platform.\n\n- https://doc.rust-lang.org/nightly/rustc/platform-support.html\n\n### Usage\n\nSocket Server\n\n```\n$ ./target/release/server\nwaiting for a victims reverse session..\nSending information about me.\n\n$ id\nuid=1000(navicstein) gid=1000(navicstein) groups=1000(navicstein),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(kvm),120(lpadmin),131(lxd),132(sambashare)\n\n$ whoami\nnavicstein\n\n```\n\nRun the client on your victims machine\n\n```\n$ ./target/release/client\n```\n\nsomething missing? yes i know, contact me 👽\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinathan%2Ftorciv-rat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteinathan%2Ftorciv-rat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinathan%2Ftorciv-rat/lists"}