تحديث جميع أدوات backtrack لتصبح جاهزة للعمل

تحديث جميع أدوات backtrack لتصبح جاهزة للعمل


النتائج 1 إلى 8 من 8

الموضوع: تحديث جميع أدوات backtrack لتصبح جاهزة للعمل

مشاهدة المواضيع

المشاركة السابقة المشاركة السابقة   المشاركة التالية المشاركة التالية
  1. #1
    هكر مجتهد الصورة الرمزية mawer
    تاريخ التسجيل
    Sep 2010
    الدولة
    بين العالَمين.
    المشاركات
    229

    Llahmuh تحديث جميع أدوات backtrack لتصبح جاهزة للعمل

    بسم الله الرحمان الرحيم



    السلام عليكم إخواني

    اليوم سنتناول شرح تحديث جميع أدوات الباك تراك

    لكن الشرح بالإنجليزية لكن الشرح بالإنجليزية لأني لا أتوفر على كيبورد عربي أستعمل google فقط..


    على بركة الله










    : Enable optional services 1

    To enable DHCP issue:
    كود PHP:
    /etc/init.d/networking start 
    If you install BT4, issue :
    كود PHP:
    update-rc.d networking defaults 
    2 REBOOT THE SYSTEM :
    كود PHP:
    reboot 
    3 Update the kernel source:
    كود PHP:
    apt-get update 
    كود PHP:
    apt-get install -d linux-image 
    كود PHP:
    cd /var/cache/apt/archives
    كود PHP:
    dpkg -i –force all linux-image-2.6.30.5_2.6.30.5-00.00.Custom_i386.deb 
    كود PHP:
    apt-get dist-upgrade 
    4 Install network-related drivers:

    كود PHP:
    apt-get install madwifi-drivers 
    كود PHP:
    apt-get install r8187-drivers 
    5 Download kernel headers:

    كود PHP:
    apt-get install build-essential linux-headers-generic 
    كود PHP:
    apt-get build-dep linux 
    6 Install kernel source:

    كود PHP:
    apt-get install linux-source 
    كود PHP:
    cd /usr/src 
    كود PHP:
    ln -s linux-source-{versionlinux 
    كود PHP:
    cd linux 
    كود PHP:
    zcat /proc/config.gz > .config 
    كود PHP:
    make scripts 
    كود PHP:
    make prepare 


    7 Run the following command(s) from Konsole after reboot (your network connection should be working now; Internet connection required):

    كود PHP:
    dpkg --configure -&& apt-get install -&& apt-get update 
    Or they can be run separately:

    كود PHP:
    apt-get -y update 
    كود PHP:
    apt-get -y upgrade 
    To download all at once:

    كود PHP:
    apt-get update && apt-get dist-upgrade -
    8 Install/patch additional programs:

    كود PHP:
    apt-get install make patch gettext gcc python-psyco autoconf subversion tcl8.5 openssl 
    كود PHP:
    libssl-dev libnl-dev cracklib-runtime python-scapy macchanger-gtk 

    9 Upgrading/installing tool "IW" (necessary for use Stacks-mac80211 interface management):


    كود PHP:
    mkdir /usr/src/drivers 
    كود PHP:
    cd /usr/src/drivers 
    كود PHP:
    wget http://wireless.kernel.org/download/iw/iw-0.9.19.tar.bz2 
    كود PHP:
    tar jxvf iw-0.9.19.tar.bz2
    cd iw
    -0.9.19 
    كود PHP:
    make 
    كود PHP:
    make install 
    10 Installing SQlite3:

    كود PHP:
    cd /usr/src/drivers 
    كود PHP:
    wget http://www.sqlite.org/sqlite-3.6.22.tar.gz 
    كود PHP:
    tar -zxf sqlite-3.6.22.tar.gz 
    كود PHP:
    cd sqlite-3.6.22 
    كود PHP:
    ./configure --disable-tcl 
    كود PHP:
    make 
    كود PHP:
    make install 
    11 Compiling Aircrack-ng & Airolib-ng without unstable programs:

    كود PHP:
    svn co http://trac.aircrack-ng.org/svn/trunk
    aircrack-ng 
    كود PHP:
    cd ~/aircrack-ng 
    كود PHP:
    make sqlite=true 
    كود PHP:
    make sqlite=true install 

    Update IEEE's OUI public database (this for log correctly manufacturer into kismet netxml files):


    كود PHP:
    airodump-ng-oui-update 
    12 Compiling Airoscript-ng:

    كود PHP:
    cd ~/aircrack-ng 
    كود PHP:
    svn co http://trac.aircrack-ng.org/svn/branch/airoscript/
    airoscript-ng 
    كود PHP:
    cd ~/aircrack-ng/airoscript-ng 
    كود PHP:
    make 
    This tool creates an file image of network received with Airodump-ng:

    كود PHP:
    cd ~/aircrack-ng/scripts/airgraph-ng 
    كود PHP:
    make install 
    13 Compiling Airdrop-ng:

    كود PHP:
    cd ~/aircrack-ng/scripts/airdrop-ng 
    كود PHP:
    python install.py 
    14 Modify airoscript.conf: nano /etc/airoscript.conf and change PREFIX=/usr/local/ to --> PREFIX=/usr/
    Other options (use this file):
    wget http://www.offensive-security.com/kernel.lzm

    15 install fasttrack :

    كود PHP:
    cd /pentest/exploits 
    كود PHP:
    svn co http://svn.thepentest.com/fasttrack/ 
    كود PHP:
    cd fasttrack 
    كود PHP:
    python setup.py install 
    Finish with this command:

    كود PHP:
    /pentest/exploits/framework3/python fast-track.py –i 

    (if defaults were accepted; I chose option 1 when first asked, and then option 12 the second time – this installs all of the updates and supporting software)


    16 A few more installation files to run:

    apt-get install crark
    كود PHP:
    apt-get install wbox 
    كود PHP:
    apt-get install vlc 
    كود PHP:
    apt-get install 
    build
    -essential 


    أتمنى أن لا تبخلو علينا بردودكم المشجعة و صالح دعواتكم

    في أمان الله.




    التعديل الأخير تم بواسطة mawer ; 12-13-2010 الساعة 08:02 PM

المواضيع المتشابهه

  1. مشاركات: 22
    آخر مشاركة: 09-24-2011, 08:48 AM
  2. لوكل روت 2.6.30 + 2.6.32 تحديث 2009
    بواسطة BLACK.JaGuAr في المنتدى اختراق المواقع والسيرفرات
    مشاركات: 3
    آخر مشاركة: 09-23-2011, 11:08 PM
  3. مبتدئ؟!~اليك دوره لتصبح محترف في اخترآق الأجهزه~"|~!
    بواسطة killer_hacker في المنتدى منتدى الإختراق العام
    مشاركات: 26
    آخر مشاركة: 09-15-2011, 01:32 AM
  4. نصائح لتصبح مصمما ناجح
    بواسطة الهكر المجهول في المنتدى منتدى الإستايلات والتصاميم
    مشاركات: 8
    آخر مشاركة: 03-09-2011, 01:49 AM

المفضلات

أذونات المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •