Skip to content

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

Notifications You must be signed in to change notification settings

embedi/tcl_shellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages