Facebook
From Bistre Peafowl, 2 Years ago, written in Bash.
This paste is a reply to AP300C_extract from @soralis_0912 - view diff
Embed
Download Paste or View Raw
Hits: 381
  1. curl -O https://img-en.fs.com/file/user_manual/fs-ap3000c-comb-v200r104c60b306sp03-2012.bin.zip
  2. unzip fs-ap3000c-comb-v200r104c60b306sp03-2012.bin.zip
  3. binwalk -e FS-AP3000C-comb-V200R104C60B306SP03-2012.bin
  4. cd _FS-AP3000C-comb-V200R104C60B306SP03-2012.bin.extracted
  5. ubireader_extract_images 29C0.ubi
  6. cd ubifs-root/29C0.ubi
  7. ls
  8. mkdir rootfs
  9. unsquashfs  -d rootfs/ -f ./img-674820164_vol-ubi_rootfs.ubifs
  10. strings rootfs/bin/busybox|grep GPL -b1
  11.  
  12. ############### This outputs following license text ########################
  13. # 4345-BusyBox is copyrighted by many authors between 1998-2012.
  14. # 4403:Licensed under GPLv2. See source distribution for detailed
  15. # 4462-copyright notices.
  16. ############################################################################

Replies to Re: AP300C_extract rss

Title Name Language When
Re: Re: AP300C_extract Gracious Pelican bash 2 Years ago.
Re: Re: AP300C_extract Scorching Leech bash 2 Years ago.