All Projects → nuts7 → reverse_shell_nasm

nuts7 / reverse_shell_nasm

Licence: other
No description or website provided.

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to reverse shell nasm

Lonely Shell
poc https reverse shell
Stars: ✭ 193 (+1186.67%)
Mutual labels:  reverse-shell
easy-shell
A pure Python script to easily get a reverse shell
Stars: ✭ 48 (+220%)
Mutual labels:  reverse-shell
LAZYPARIAH
A tool for generating reverse shell payloads on the fly.
Stars: ✭ 121 (+706.67%)
Mutual labels:  reverse-shell
Rsh
generate reverse shell from CLI for linux and Windows.
Stars: ✭ 233 (+1453.33%)
Mutual labels:  reverse-shell
shellcat
⚡️ ShellCat is a Reverse Shell Manager
Stars: ✭ 32 (+113.33%)
Mutual labels:  reverse-shell
asm tutorial
Code samples for the Understanding Windows x64 Assembly tutorial.
Stars: ✭ 131 (+773.33%)
Mutual labels:  nasm
Revshellgen
Reverse shell generator written in Python 3.
Stars: ✭ 190 (+1166.67%)
Mutual labels:  reverse-shell
Kroha
A small language makes assembly less painful.
Stars: ✭ 30 (+100%)
Mutual labels:  nasm
shellback
Reverse shell generator
Stars: ✭ 22 (+46.67%)
Mutual labels:  reverse-shell
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (+93.33%)
Mutual labels:  reverse-shell
Xsshell
An XSS reverse shell framework
Stars: ✭ 251 (+1573.33%)
Mutual labels:  reverse-shell
pidi-os
A minimalistic operating system
Stars: ✭ 35 (+133.33%)
Mutual labels:  nasm
Reverse-Shell-Client
The reverse shell client is a Python based alternative for a netcat reverse shell listener
Stars: ✭ 19 (+26.67%)
Mutual labels:  reverse-shell
Betterbackdoor
A backdoor with a multitude of features.
Stars: ✭ 195 (+1200%)
Mutual labels:  reverse-shell
penelope
Penelope Shell Handler
Stars: ✭ 291 (+1840%)
Mutual labels:  reverse-shell
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (+1186.67%)
Mutual labels:  reverse-shell
rsGen
rsGen is a Reverse Shell Payload Generator for hacking.
Stars: ✭ 71 (+373.33%)
Mutual labels:  reverse-shell
cmake-nasm-test
Building a nasm hello world app with cmake
Stars: ✭ 18 (+20%)
Mutual labels:  nasm
EzpzShell
Collection Of Reverse Shell that can easily generate using Python3
Stars: ✭ 46 (+206.67%)
Mutual labels:  reverse-shell
Mis-Comandos-Linux
📋 Lista descrita de mis 💯 comandos favoritos ⭐ en GNU/Linux 💻
Stars: ✭ 28 (+86.67%)
Mutual labels:  reverse-shell

Reverse Shell TCP in NASM x86-64

alt text

Compile a NASM program in ELF x64 binary

nasm -f elf64 -o filename.o filename.asm && ld -o filename filename.o
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].