Cisco Iou
Cisco Iou
Cisco Iou
These steps are based on tutorial “Defeating Cisco IOU’s License Protection” and are
adapted for Fedora Linux. After the video from you-tube was deleted the creator of video
made the “patch” which you can check here.
Please, consider using IOU – it is meant for internal use only thus it is probably illegal to
use in case you are not Cisco employee or partner. For further information about
licensing, please visit this site. http://evilrouters.net/2011/01/18/cisco-iou-faq/
wget http://sourceforge.net/projects/bbe-/files/bbe/0.1.8/bbe-0.1.8-
2.i386.rpm/download
The shared library libcrypto.so4 must presented either in /usr/lib/ or in /lib/. It is provided
by openssl-devel package.
Now check the list of shared libcrypto libraries presented in your system.
ls -l /usr/lib/libcrypto*
ls -l /lib/libcrypto*
There is only one shared libcrypto library – /lib/libcrypto.so.1.0.0d presented. All other
files are symbolic links pointing to the library.
Now create a symbolic link and check the list again:
ls -l /usr/lib/libcrypto*
touch ./NETMAP
Parameter r 7 replaces bytes starting at position 7 – string 75, with string 74 (counts from
zero), in the block of ten bytes – a1 ff 83 c4 0c 85 c0 75 17 8b.
When IOU image is started, IOU image sends data to xml.cisco.com. You need to make
“fake” DNS entry for xml.cisco.com to avoid this behaviour.
Examples
ps -aux | grep wrapper-linux | grep 200 | kill `echo $(cut -d " " -f2)`