add copyrights and warnings

This commit is contained in:
Sergey Sergeev 2019-03-09 20:28:19 +03:00
parent f4e551958f
commit 96237a7c0f
6 changed files with 28 additions and 0 deletions

View file

@ -1,5 +1,15 @@
# Mikrotik netboot/initrd jailbreak
(C) Sergey Sergeev, 2019
All that you do is is at your own risk!
The author has not liable for any of you actions and their consequences!
This code is presented as is and is solely for educational purposes ONLY!
1) Upload content of ./for_ftp_upload/* to target RouterOS device via FTP
2) Netboot with kernel-new.elf
3) telnet x.x.x.x 22111
Все вы делаете на свой страх и риск!
Автор не несет никакой ответственности за ваши действия и их последствия!
Данный код представляется as-is и исключительно в учебных целях!

View file

@ -1,4 +1,7 @@
#!/bin/sh
#
#(C) Sergey Sergeev aka adron, 2019
#
OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi

View file

@ -1,4 +1,7 @@
#!/bin/bash
#
#(C) Sergey Sergeev aka adron, 2019
#
OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi

View file

@ -1,3 +1,8 @@
/*
* (C) Sergey Sergeev aka adron, 2019
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View file

@ -1,4 +1,8 @@
#!/bin/sh
#
#(C) Sergey Sergeev aka adron, 2019
#
OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi

View file

@ -1,4 +1,7 @@
#!/bin/sh
#
#(C) Sergey Sergeev aka adron, 2019
#
exit 0