Skip to content
A template project for creating a shellcode for the Cisco IOS in the C language
C C++ Other
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
include Initial project version Sep 21, 2017
lib
tcl Initial project version Sep 21, 2017
Makefile
README.md Update README.md Sep 21, 2017
crt0.S
raw.ld
shellcode.c Initial project version Sep 21, 2017

README.md

tcl_shellcode

A template project for creating a shellcode for the Cisco IOS in the C language

It implements the concept of TclShellcode. Namely, this shellcode look for a Tcl subsystem within the Cisco IOS image and reuses the Tcl API.

This project also includes a version of libc as well as the structures for working with Cisco IOS scheduler.

Although this shellcode is designed for Cisco IOS, you can use it to create a PIC code for other devices on the PowerPC architecture.

To compile the shellcode simply enter the command:

> make
You can’t perform that action at this time.