Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-24-2013, 01:51 PM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Operating system › Linux v
« Previous 1 ... 5 6 7 8 9 ... 45 Next »

[Tutor] Update tools blackbuntu & backtrack

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
Tutor Update tools blackbuntu & backtrack
10-07-2012, 06:30 PM (This post was last modified: 10-07-2012 06:32 PM by =ID_link=.)
Post: #1
=ID_link= Online
./Devilz Officer
Posts: 196
Joined: Oct 2011
Reputation: 11
Update tools blackbuntu & backtrack
welcome di tutor niebei

sekarang saya mau buat tutor cara update tools bawaan system operasi blackbuntu maupun backtrack
update ini akan menambah aplikasi dalam komputer

ini code nya
#!/bin/bash
echo
echo "********************************************************"
echo "* WeLcOmE tO n1tr0g3n's BlackbUntu uPd@t3 scR1pT *"
echo "* *"
echo "* UPdate your aplication on your system *"
echo "* ┌∩┐(◣_◢)┌∩┐ *"
echo "* editing by v1rus m4lw3r ||||| n1tr0g3n *"
echo "********************************************************"
echo
echo
echo "' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿"
echo
echo
read -p "Press enter to continue"

sudo apt-get update

sudo apt-get upgrade

sudo apt-get dist-upgrade

sudo apt-get install figlet

sudo apt-get install jp2a

sudo apt-get install transmageddon

sudo apt-get install firestarter

sudo apt-get install rkhunter

sudo apt-get install nautilus-open-terminal

sudo/opt/nessus/sbin/nessus-update-plugins

sudo /pentest/exploits/framework3/msfupdate

sudo /pentest/database/sqlmap/sqlmap.py --update

sudo wget http://nmap.org/svn/nmap-os-db -O /usr/share/nmap/nmap-os-db

sudo svn up /pentest/exploits/SET/

sudo svn up /pentest/wireless/aircrack-ng/

sudo chmod a+x /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo svn up /pentest/wireless/giskismet/

sudo svn up /pentest/web/w3af/

sudo svn up /pentest/web/fimap/
echo
echo
echo
echo "Now it's time for the big boy to update all SVN's in the /Pentest/ directory"
echo
echo "This will take a few minutes to update all SVN's so be patient"
echo
read -p "Press enter to continue & a new xterm window will open for updates"

sudo xterm -hold -e find $home/pentest/ -maxdepth 5 -type d -name ".svn" -type d -ls -exec svn update {}/.. \;
echo
echo
echo "www.n1tr0g3n.com"
-simpan dengan ekstensi .sh
e.g kita simpan di desktop -> update.sh

[Image: jhv728.png]
- selanjut nya ganti permission nya kemudian jalankan
e.g
masuk dulu ke Desktop
cd Desktop
chmod +x update.sh
./update.sh
[Image: 35a422r.png]
[Image: 2e5nxn5.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
10-07-2012, 06:36 PM
Post: #2
jincorn Online
./Devilz Advisor
Posts: 759
Joined: Feb 2012
Reputation: 49
RE: Update tools blackbuntu & backtrack
(10-07-2012 06:30 PM)=ID_link= Wrote:  welcome di tutor niebei

sekarang saya mau buat tutor cara update tools bawaan system operasi blackbuntu maupun backtrack
update ini akan menambah aplikasi dalam komputer

ini code nya
#!/bin/bash
echo
echo "********************************************************"
echo "* WeLcOmE tO n1tr0g3n's BlackbUntu uPd@t3 scR1pT *"
echo "* *"
echo "* UPdate your aplication on your system *"
echo "* ┌∩┐(◣_◢)┌∩┐ *"
echo "* editing by v1rus m4lw3r ||||| n1tr0g3n *"
echo "********************************************************"
echo
echo
echo "' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿"
echo
echo
read -p "Press enter to continue"

sudo apt-get update

sudo apt-get upgrade

sudo apt-get dist-upgrade

sudo apt-get install figlet

sudo apt-get install jp2a

sudo apt-get install transmageddon

sudo apt-get install firestarter

sudo apt-get install rkhunter

sudo apt-get install nautilus-open-terminal

sudo/opt/nessus/sbin/nessus-update-plugins

sudo /pentest/exploits/framework3/msfupdate

sudo /pentest/database/sqlmap/sqlmap.py --update

sudo wget http://nmap.org/svn/nmap-os-db -O /usr/share/nmap/nmap-os-db

sudo svn up /pentest/exploits/SET/

sudo svn up /pentest/wireless/aircrack-ng/

sudo chmod a+x /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo svn up /pentest/wireless/giskismet/

sudo svn up /pentest/web/w3af/

sudo svn up /pentest/web/fimap/
echo
echo
echo
echo "Now it's time for the big boy to update all SVN's in the /Pentest/ directory"
echo
echo "This will take a few minutes to update all SVN's so be patient"
echo
read -p "Press enter to continue & a new xterm window will open for updates"

sudo xterm -hold -e find $home/pentest/ -maxdepth 5 -type d -name ".svn" -type d -ls -exec svn update {}/.. \;
echo
echo
echo "www.n1tr0g3n.com"
-simpan dengan ekstensi .sh
e.g kita simpan di desktop -> update.sh

[Image: jhv728.png]
- selanjut nya ganti permission nya kemudian jalankan
e.g
masuk dulu ke Desktop
cd Desktop
chmod +x update.sh
./update.sh
[Image: 35a422r.png]
[Image: 2e5nxn5.jpg]



aseeeeeeeeeeeeeeeeeeeeeeeeeeek di share juga smangat smangat smangat
Find all posts by this user
Quote this message in a reply
10-07-2012, 06:39 PM
Post: #3
=ID_link= Online
./Devilz Officer
Posts: 196
Joined: Oct 2011
Reputation: 11
RE: Update tools blackbuntu & backtrack
(10-07-2012 06:36 PM)jincorn Wrote:  
(10-07-2012 06:30 PM)=ID_link= Wrote:  welcome di tutor niebei

sekarang saya mau buat tutor cara update tools bawaan system operasi blackbuntu maupun backtrack
update ini akan menambah aplikasi dalam komputer

ini code nya
#!/bin/bash
echo
echo "********************************************************"
echo "* WeLcOmE tO n1tr0g3n's BlackbUntu uPd@t3 scR1pT *"
echo "* *"
echo "* UPdate your aplication on your system *"
echo "* ┌∩┐(◣_◢)┌∩┐ *"
echo "* editing by v1rus m4lw3r ||||| n1tr0g3n *"
echo "********************************************************"
echo
echo
echo "' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿"
echo
echo
read -p "Press enter to continue"

sudo apt-get update

sudo apt-get upgrade

sudo apt-get dist-upgrade

sudo apt-get install figlet

sudo apt-get install jp2a

sudo apt-get install transmageddon

sudo apt-get install firestarter

sudo apt-get install rkhunter

sudo apt-get install nautilus-open-terminal

sudo/opt/nessus/sbin/nessus-update-plugins

sudo /pentest/exploits/framework3/msfupdate

sudo /pentest/database/sqlmap/sqlmap.py --update

sudo wget http://nmap.org/svn/nmap-os-db -O /usr/share/nmap/nmap-os-db

sudo svn up /pentest/exploits/SET/

sudo svn up /pentest/wireless/aircrack-ng/

sudo chmod a+x /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo svn up /pentest/wireless/giskismet/

sudo svn up /pentest/web/w3af/

sudo svn up /pentest/web/fimap/
echo
echo
echo
echo "Now it's time for the big boy to update all SVN's in the /Pentest/ directory"
echo
echo "This will take a few minutes to update all SVN's so be patient"
echo
read -p "Press enter to continue & a new xterm window will open for updates"

sudo xterm -hold -e find $home/pentest/ -maxdepth 5 -type d -name ".svn" -type d -ls -exec svn update {}/.. \;
echo
echo
echo "www.n1tr0g3n.com"
-simpan dengan ekstensi .sh
e.g kita simpan di desktop -> update.sh

[Image: jhv728.png]
- selanjut nya ganti permission nya kemudian jalankan
e.g
masuk dulu ke Desktop
cd Desktop
chmod +x update.sh
./update.sh
[Image: 35a422r.png]
[Image: 2e5nxn5.jpg]



aseeeeeeeeeeeeeeeeeeeeeeeeeeek di share juga smangat smangat smangat
ngakak slahkan coba om mantap
Visit this user's website Find all posts by this user
Quote this message in a reply
10-16-2012, 11:51 AM
Post: #4
1st_N3iCs Offline
./Devilz Officer
Posts: 147
Joined: Jan 2012
Reputation: 3
RE: Update tools blackbuntu & backtrack
Fungsi nya buat apa yah... metasploit include ga om..
Visit this user's website Find all posts by this user
Quote this message in a reply
10-18-2012, 10:29 AM
Post: #5
=ID_link= Online
./Devilz Officer
Posts: 196
Joined: Oct 2011
Reputation: 11
RE: Update tools blackbuntu & backtrack
(10-16-2012 11:51 AM)1st_N3iCs Wrote:  Fungsi nya buat apa yah... metasploit include ga om..

buat update aplikasi toolnya ketawa
Visit this user's website Find all posts by this user
Quote this message in a reply
10-19-2012, 02:12 PM
Post: #6
[melow]azzura Offline
./Devilz 1st Cadet
Posts: 6
Joined: Mar 2011
Reputation: 0
RE: Update tools blackbuntu & backtrack
(10-07-2012 06:30 PM)=ID_link= Wrote:  welcome di tutor niebei

sekarang saya mau buat tutor cara update tools bawaan system operasi blackbuntu maupun backtrack
update ini akan menambah aplikasi dalam komputer

ini code nya
#!/bin/bash
echo
echo "********************************************************"
echo "* WeLcOmE tO n1tr0g3n's BlackbUntu uPd@t3 scR1pT *"
echo "* *"
echo "* UPdate your aplication on your system *"
echo "* ┌∩┐(◣_◢)┌∩┐ *"
echo "* editing by v1rus m4lw3r ||||| n1tr0g3n *"
echo "********************************************************"
echo
echo
echo "' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿"
echo
echo
read -p "Press enter to continue"

sudo apt-get update

sudo apt-get upgrade

sudo apt-get dist-upgrade

sudo apt-get install figlet

sudo apt-get install jp2a

sudo apt-get install transmageddon

sudo apt-get install firestarter

sudo apt-get install rkhunter

sudo apt-get install nautilus-open-terminal

sudo/opt/nessus/sbin/nessus-update-plugins

sudo /pentest/exploits/framework3/msfupdate

sudo /pentest/database/sqlmap/sqlmap.py --update

sudo wget http://nmap.org/svn/nmap-os-db -O /usr/share/nmap/nmap-os-db

sudo svn up /pentest/exploits/SET/

sudo svn up /pentest/wireless/aircrack-ng/

sudo chmod a+x /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo /pentest/wireless/aircrack-ng/scripts/airodump-ng-oui-update

sudo svn up /pentest/wireless/giskismet/

sudo svn up /pentest/web/w3af/

sudo svn up /pentest/web/fimap/
echo
echo
echo
echo "Now it's time for the big boy to update all SVN's in the /Pentest/ directory"
echo
echo "This will take a few minutes to update all SVN's so be patient"
echo
read -p "Press enter to continue & a new xterm window will open for updates"

sudo xterm -hold -e find $home/pentest/ -maxdepth 5 -type d -name ".svn" -type d -ls -exec svn update {}/.. \;
echo
echo
echo "www.n1tr0g3n.com"
-simpan dengan ekstensi .sh
e.g kita simpan di desktop -> update.sh

[Image: jhv728.png]
- selanjut nya ganti permission nya kemudian jalankan
e.g
masuk dulu ke Desktop
cd Desktop
chmod +x update.sh
./update.sh
[Image: 35a422r.png]
[Image: 2e5nxn5.jpg]

ini buat update doang kan ya? softwarenya ga nambah kan?

nicee~
Find all posts by this user
Quote this message in a reply
10-24-2012, 11:44 AM
Post: #7
=ID_link= Online
./Devilz Officer
Posts: 196
Joined: Oct 2011
Reputation: 11
RE: Update tools blackbuntu & backtrack
@[[melow]azzura] ada beberapa yang nambah...
coba aja ketawa
Visit this user's website Find all posts by this user
Quote this message in a reply
11-02-2012, 01:13 PM
Post: #8
gokiler Offline
./Devilz 1st Cadet
Posts: 1
Joined: Nov 2012
Reputation: 0
Shocked RE: Update tools blackbuntu & backtrack
gan mo nanya ... nubie nih? .. saya pengin gabungin conkyrc bawaan blackbuntu dengan conky lain . udah saya edit conkystart nya tapi yang muncul kok cuma satu conkyrc aja ya ... sedang kan conky yang mau di gabungin kok gak muncul ... thx buat REPLY nya kllu bisa skalian ama konfigurasi dengan conky lua ...
Find all posts by this user
Quote this message in a reply
11-02-2012, 01:23 PM
Post: #9
tabun Offline
./Junk3r C4d3t
Posts: 1,790
Joined: Dec 2011
Reputation: 33
RE: Update tools blackbuntu & backtrack
(11-02-2012 01:13 PM)gokiler Wrote:  gan mo nanya ... nubie nih? .. saya pengin gabungin conkyrc bawaan blackbuntu dengan conky lain . udah saya edit conkystart nya tapi yang muncul kok cuma satu conkyrc aja ya ... sedang kan conky yang mau di gabungin kok gak muncul ... thx buat REPLY nya kllu bisa skalian ama konfigurasi dengan conky lua ...

ane gak tau..
tpi nih startup.sh ane..
coba aja dipake.. makan
Code:
#!/bin/bash
sleep 15 && conky -c /root/conky/lua/backup &
sleep 15 && conky -c /root/conky/jam/conkyrc &
sleep 15 && conky -c /root/conky/jam/conky-clock &
exit
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  ALL ABOUT BACKTRACK [EXPLOIT, TOOLS, METHOD ETC..] ray16 65 6,871 05-18-2013 07:27 PM
Last Post: sol
  [Ask] Error Install VMware Backtrack BayGanteng 8 122 05-06-2013 11:41 PM
Last Post: putin
  [Solved] plymouth backtrack mangkel3 2 81 05-04-2013 05:05 AM
Last Post: tabun
  [Ask] Saat install BackTrack 5 R3 laptop terkunci sendiri ? ./Jisbau 3 85 04-29-2013 08:21 AM
Last Post: beg3nk newb1e
  [Solved] Cara install Backtrack BayGanteng 15 282 03-27-2013 04:29 PM
Last Post: genta
  [Solved] Backtrack 5 R3 BayGanteng 6 172 03-19-2013 09:22 AM
Last Post: BayGanteng
Thumbs Down Hal yang Dilakukan Setelah Install BackTrack beg3nk newb1e 28 1,588 02-15-2013 08:27 PM
Last Post: D4rK_Ang3L
  mengatasi saat update dan install yang menuju ke ip genta 10 232 02-15-2013 01:06 PM
Last Post: genta
  [Ask] Error Saat Copying File pada Install Backtrack 5 R3 Dhack_Nu 11 361 01-23-2013 01:46 PM
Last Post: Dhack_Nu
  [Tutor] Compiz experimental Backtrack-ubuntu beg3nk newb1e 19 471 01-21-2013 08:28 AM
Last Post: Lintang27™

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-24-2013, 01:51 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE