Bugs

From Offensive-security.com

Jump to: navigation, search

Contents

BackTrack 3 Final

  • FIX* for "Fatal error occured - BT3 data not found"

http://lubi.sourceforge.net/unetbootin.html



BackTrack 3 Beta

BackTrack 3 is in beta stages. Due to the immense variety of tools and configurations, we require your help to identify and fix bugs. These bugfixes will be consolidated into BackTrack 3 Final. Thanks for your support!

Update: Backtrack 3 has been released! please use the [forum] to notify the developers with any bugs.

boot problem using USB keyboard

When I start my computer, using an USB keyboard, I can't choose between options because keyboard (I guess) might not be detected/configured yet, however when the system loads, I can use the keyboard properly. Thanks and great work!

boot problem with ASUS F3J Laptop

was stopping during boot process at data directory
Pb solved adding "irqpoll" at the end of kernel line in menu.lst = grub
docking bt3 on hard disk works fine, looking for a nest http://lab.dyne.org/Nesting

slapt-get is somehow broken [FIXED IN CVS]

slapt-get update always gave me errors when I tried to update my sources: Verifying checksum signature [1]...Not Verified Thats not a problem with missing keys or something similar. So I downgraded to the slapt-get version slapt-get-0.9.10e manually. (Download tar.gz, make, make install) Now the --update works...

And I found out why: Newer slapt-get versions need/use gnupg for verification. But that gnupg package is not installed on bt. So if you upgrade to latest slapt-get then that gnupg package is installed and everything works fine.

The fix for this is below -- -purehate

Multiple characters with one key press [FIXED - muts]

Under certain hardware conditions pressing a single key will produce several keystrokes, this seems to be most prevalent when running BT3 as a virtual machine. The fix for this is an easy one if you have a HDD install or a live install with changes it needs only to be performed once. However if you are booting from the CD/DVD or a live install without changes it will have to be performed at every boot.

Open a Konsole and type

xset r off

Which disables the software key repeat in an X session.

-balding_parrot

Booting with persistent changes fails at mounting aufs, fix known

I set up everything correctly but BackTrack always fails at booting. I found the fix in the forums: http://forums.remote-exploit.org/showpost.php?p=57981&postcount=12 So if you create a folder with the name "changes" in your parition for the changes, it fixes the problem and bt3 boots.

VMWare Server 1.0.4.56528 installation [FIXED - New Version]

Back|Track 3 Alpha boots up just fine under VMWare Server. Running the installation process is also not an issue. However upon rebooting VMWare complains that the MBR of the VM's filesystem has been damaged and that VMWare must therefore immidiately be haltet.

I will further investigate it and try to make it work somehow. If anyone else has the same issue and knows of a fix, feel free to jump in.

-Tatsumori

Are you using mkfs ext3/ext2 or reiserfs?? -PrairieFire

Created one major partition on /dev/sda and used mkfs.ext3 /des/sda1 to format the partition with ext3 as allways. So to answer your question - no I did not manually destroy the MBR by installing to the device or formarting the entire block-device. I'll continue to try to reproduce and solve this. -Tatsumori

Problems have been resolved in Server 1.0.5.* -Tatsumori

VirtualBox and Parallels virtualization issues

When using Back|Track 3 in VirtualBox or Parallels for Linux and OSX, booting the iso and selecting the normal boot options or FLUX, the screen loads, appears to start loading X, but appears to then continuously crash and reload X over and over. All I can see is a cursor then a black screen, then a cursor again. The only way to get it to boot is with the 1024x768 VESA menu specified in the initial booting.

Additionally, when using VirtualBox or Parallels, the keyboard is all hosed up. I'll type something and randomly it will inject like 10 extra characters. For Example:

I am goinggggggggggggggggggggggggggggg tooooooooooooooooooooooo typppppppppppppppppppppppppppe tttttttttttttttttttttttthissssssssssssssssssssssssssssss

Its completely random and does not happen all of the time..

-ReL1K

Copy the X11 configuration files off the LiveCD and place them on the fresh install. That fixed the issue with X crashing over and over. It might also fix your keyboard problems. Tested on Parallels Build 5582 for OS X.

Could you explain step by step how to do it?

Dell Inspiron 6400

Unable to start X, due to missing monitor geometry. The screen is 1280x800, but is not listed in the screen configurations.

Booting in VESA mode enables the GUI

-Pippolini

You did not provide the drivers and the name of the card.

Asus M6800Ne

Unable to start Kismet, due to bad packet source configuration. The wireless card is the ipw2200 and the error message is the following:

FATAL: No packetsources were enabled. ...

Using BT2 all works fine.

Fixing make_iso.bat on BT3

bt3b141207\BT3\make_iso.bat

Fix:

  • line 13 current reads:
slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
  • line 13 should read:
BT3\tools\WIN\mkisofs.exe @BT3\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .

-aliljet

Confirmed this fix. -PrairieFire


Typo - INSTALL.txt

root\INSTALL.txt

Fix:

  • line 6 current reads:
run ./boostinst.sh
  • line 6 should read:
run ./bootinst.sh

-some1

Flux BT3 installer

Installer has incorrect command

Fix:

  • change command from:

kmdr-executor /usr/share/slax/slax-installer.kmdr

  • to:

kmdr-executor /usr/share/slax/BT3.kmdr

Compiz Nvidia

Title bars are missing by default -Confirmed: (Dell D820)

Fix:

nvidia-xconfig --add-argb-glx-visuals
nvidia-xconfig -d 24
Ctrl + Alt + Backspace

-PrairieFire

Confirmed this fix. The two options are in the cubez script, but for some reason the nvidia-xconfig doesnt execute them as they should. I will add them in new cubez script on separate lines.

-barabas


Missing menu items

Services -> SSH -Perl scripts located in /usr/bin/ needed for:

  • Setup and start SSHD (setup-sshd)
  • Start SSHD (start-sshd)
  • Stop SSHD (stop-sshd)

Incorrect menu items

Backtrack>Radio Network Analysis>80211>Misc

Fix:

  • Load IPW 3945/4965
Command: modprobe ipwraw && rmmod ipwraw & load && cd /root;sudo -s
Workpath: /usr/src/drivers/iwlwifi-1.0.0/
  • Load IPWRAW
Command: unload && modprobe ipwraw && cd /root;sudo -s
Workpath: /usr/src/drivers/iwlwifi-1.0.0/

-pureh@te confirmed -PrairieFire


Backtrack>Network Mapping>Service Fingerprinting>Httpprint [FIXED IN CVS]

  • Httprint link in menu is incorrect.

Fix: Run in terminal checkbox needs to be enabled. -purehate confirmed -PrairieFire


Backtrack>Vulnerability Identification>Database>MSSQL>SQLDict [FIXED IN CVS]

  • SQLDic link in menu is incorrect
Command: wine sqldict.exe
Workpath: /pentest/windows-binaries/misc/ 

-purehate confirmed -PrairieFire


Backtrack>Miscellanous>Hijetter[FIXED IN CVS]

  • hijetter link in menu is incorrect
Command: wine hijetter.exe
Workpath: /pentest/windows-binaries/misc/

-daspirate confirmed -purehate


Backtrack>Sniffers>Ethereal [I DONT MAINTAIN FLUXBOX MENU - ASK MUTS]

  • Ethereal has been renamed Wireshark - the link and name need to be changed.

This is only in Fluxbox; in KDE, Wireshark is listed correctly under Backtrack>Privelege Escalation>Sniffers>Wireshark.

Adjust paths to files

Files in the /usr/local/ directories aren't in the path. Examples are that man's path doesn't include /usr/local/share/man/* ("man kismet" doesn't out of box). And files in /usr/local/bin/ isn't in path(libtool not found in some makefiles out of the box). Other paths might need to be added.

Energy star (DPMS) features missing [NOT RE-PRODUCEABLE FOR ME - MAX]

  • Unable to enable them or force lcd screen off using
 bt~# xset dpms force off


X Error of failed request: BadMatch (invalid parameter attributes)
 Major opcode of failed request: 139(DPMS)
 Minor opcode of failed request: 6 (DPMSForceLevel)
 Serial number of failed request: 10
 Current serial number in output stream: 12
bt~#

Apps

Cisco Auditing Tool [FIXED IN CVS]

Backtrack>Vulnerability Identification>Cisco>Cisco Auditing Tool

  • The whole folder seems to be missing

Fix:

  • Download tool from here to /pentest/cisco directory.
Command: No change
Workpath: /pentest/cisco/CiscoAuditingTool/

-chrisbdaemon confirmed -purehate


Airpwn [FIXED IN CVS]

Missing from /pentest/wireless/airpwn-1.3/

  • Missing files from non existent "conf" directory.
  • Fix compile problems on reinstall:
 nano /usr/include/linux/wireless.h
 #append to match file:
 #ifndef _LINUX_WIRELESS_H
 #define _LINUX_WIRELESS_H
 #include <linux/if.h>
 
  • Upon attempting to reinstall lorcon/airpwn - Output of konsole error on line 622: here
  • airpwn with Lorcon trunk 131 fails to compile
bt airpwn-1.3 # make
make  all-am
make[1]: Entering directory `/root/airpwn-1.3'
if gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT airpwn.o -MD -MP -MF ".deps/airpwn.Tpo" -c -o airpwn.o airpwn.c; \
       then mv -f ".deps/airpwn.Tpo" ".deps/airpwn.Po"; else rm -f ".deps/airpwn.Tpo"; exit 1; fi
In file included from airpwn.c:35:
/usr/include/linux/wireless.h:891: error: 'IFNAMSIZ' undeclared here (not in a function)
make[1]: *** [airpwn.o] Error 1
make[1]: Leaving directory `/root/airpwn-1.3'
make: *** [all] Error 2
bt airpwn-1.3 #   

-PrairieFire

Asleap-2.1 [FIXED in CVS]

  • Not included (yet)
  • Refer above to Airpwn instructions for appending wireless.h before compiling

Source

-PrairieFire

EtherApe [FIXED - muts]

Menu item fails to launch:

  • Output of error Dialog box:
The application EtherApe has crashed.
Please install bug-buddy, the crash report tool, which enables you to send the developers
detailed information about the error.
  • Ran from Konsole:

- Output of konsole error: here


Etherape FIX

Right now the file is being hosted here http://nazircon.googlepages.com/libglade.rar Unpack the rar and copy the libglade folder to your /usr/lib directory

If the file is not available copy the /usr/lib/libglade folder from eg. foresight-2.20.1 distro (probably Ubuntu as well...) to BT3's usr/lib/ folder

Credit for the fix goes to NaZirCon Posted by purehate

FastTrack (FIXED IN CVS)?

  • Notice for Version 1.0 (Included in beta)
  • Ensure you have a working Internet connection before attempting to update, failure to will result in the script being deleted.

Init Pgsql Autopwn

Init PgSql (Autopwn) is missing.

Karma monitor-mode.sh [FIXED IN CVS]

monitor-mode.sh is incorrect

  • Other errors still present [What errors?]

-dakuhna - Posted by -purehate

Metasploit 3 and Firefox 2.0.0.11 interaction

I believe that I have found a bug in the interaction of Metasploit 3 and Firefox 2.0.0.11. All actions taken from the MSFWEB in Firefox are extremely slow (over one minute to scroll down the list of exploits using the scroll bar, longer with the mouse scroll wheel). This occurs whether you change the options or scroll the list of exploits. I looked at the script files, but Ruby is not my forte'. This does not occur in a Windows XP, RedHat, Cent OS, OpenSuse, nor Debian install of MetaSploit 3. I do not know if it is by design that Metasploit does not start FF. Will continue to look for problem.

Systems used to test: HP DV9225US and E Machines W4620, both systems 2 gigs ram (pc5300 for the HP, pc3200 for the W4620), stock video configuration for both (Nvidia GeForce Go 7600 for DV9225US, ATI X-300 for W4620). WIFI disabled, ethernet only. CPU's: DV9225US - AMD tl-60, W4620 - AMD mt-32. Install methodology: Local install (real) from USB stick. BT3 installed in ReiserFS file system.

Local network: file server disconnected (physical removal of network node) Trace to Inet: 110.0.255.100 (local router node), 110.0.255.1, 192.168.0.1 (dsl router).

Console output: here

Unicorn-scan [FIXED - muts]

When ran from Menu item and Konsole:

Main [Error   parse.l:158] error opening file `/usr/local/etc/unicornscan/unicorn.conf'
: No such file or directory Main exiting unable to get configuration: system error
No such file or directory. :

Fix: -shamen virtuel

cp -a /etc/unicornscan /usr/local/etc/
cp /usr/local/etc/unicornscan/unicorn.conf /usr/local/etc/unicornscan/unicornscan.conf

-purehate

slapt-get [FIXED - muts]

The default install of slapt-get seems to not work with most download mirrors, upgrade will solve all your problems. Slapt-Get-0.9.10e

tar zxpf slapt-get-0.9.10e.tar.gz 
cd slapt-get-0.9.10e
make && make install

-pjottrr confirmed -purehate

TCP suite of tools [FIXED - muts & max]

We had this problem in the last version of BT. For some reason the newer betas of tcpreplay do not work well so with this suite of tools. You have to downgrade to the latest stable version 2.3.5. Credit for this goes to xploitz who discovered it long ago and I decided to try his idea before anything else. Cheers download here

tar zxvf tcpreplay-2.3.5.tar.gz
cd tcpreplay-2.3.5
./configure
make
make install

Sipvicious (FIXED IN CVS)

The svmap.py is flawed in some way. rm it and get the newest update -fix by BadKarmaPR & posted by pureh@te

cd /pentest/voip/sipvicious
rm svmap.py
svn update

Wireless Card Compatibility

Senao NL-2511CD PLUS EXT2

  • Driver : HostAP
  • Chipset : prism 2.5
  • Firmware : 1.74 (is suggested)
  • Notice: will error if inserted before removing orinoco,hermes drivers and loading hostap. Error output 1 & 2
  • Note: system will lock up, fail to shutdown, lockout keyboard. SSH still allows keyboard access.
  • Fails Injection test, Monitor mode not effected.

Possible reasons: here-PrairieFire

Intel IPW3945 [UPDATED - Hope it fixes the problem - muts]

  • Driver : Iwlwifi-1.0.0
  • Fails to connect to WPA/2 Access Point in any variation of algorithms.

Output: here Starting at line 40.

  • ipw3945/ABG sometimes connects to WPA2 Access Point using wireless assistant after a random number of tries. Once connected disconnects at seemingly random times.

Intel IPW3945 airmon-ng conflict

  • Driver: iwl3945
  • PC: Lenovo Z61m
  • Fails to go into monitor mode with airmon-ng
  • Message:

/usr/local/sbin/airmon-ng: line 338: /sys/class/ieee80211/phy0/add_iface: Permission denied mon0: ERROR while getting interface flags: No such device

ZyDAS ZD1211 [FIXED - muts]

  • 802.11b/g USB card
  • Sold as Sitecom WL-113 in The Netherlands
  • Driver : zd1211rw
  • Error: usb 1-1: Coul not load firmware file zd1211/zd1211_ub. Error number -2

However, freely available (and confirmed working) firmware is available at http://sourceforge.net/project/showfiles.php?group_id=129083

  • Packet injection is not working; confirmed using Aireplay-ng and file2air. Problem is due to only partial patch applied to drivers, kernel module ieee80211_tx.c is not patched to check for monitor-mode before transmitting frame. The following patch needs to be applied to ieee80211_tx.c around line 294:
 +        if(ieee->iw_mode == IW_MODE_MONITOR)
 +        {
 +                txb = ieee80211_alloc_txb(1, skb->len,
 +                                        ieee->tx_headroom, GFP_ATOMIC);
 +                if (unlikely(!txb)) {
 +                        printk(KERN_WARNING "%s: Could not allocate TXB\n",
 +                        ieee->dev->name);
 +                        goto failed;
 +                }
 +
 +                txb->encrypted = 0;
 +                txb->payload_size = skb->len;
 +                memcpy(skb_put(txb->fragments[0],skb->len), skb->data, skb->len);
 +
 +                goto success;
 +        }
 +
 +
       ether_type = ntohs(((struct ethhdr *)skb->data)->h_proto);


Full patch available at http://802.11ninja.net/lorcon/browser/trunk/patch/zd1211rw_inject-2.6.20-gentoo-r4.patch. --jwright


BT3 ddrescue missing [FIXED IN CVS]

  • Just removed from wishlist and added to cvs

BT3 gpsd missing [FIXED IN CVS]

  • Just removed from wishlist and added to cvs

BT3 rsh stuff missing [FIXED IN CVS]

  • Just added rusers and rsh stuff to cvs

BT3 nfs - showmount stuff missing [FIXED IN CVS]

  • Just added to cvs

BT3 whishlist synaptic touchpad driver missing [FIXED IN CVS]

  • Just added to cvs - will not configure or do anything with it but its a package in there

BT3 PXE Server / JTR MPI Bug

  • BT3 USB edition booted from ISO into PXE Server mode. DHCP/Terminal Service starts up fine.
  • When another BT3 terminal client instance boots up thru PXE/DHCP, it crashes with the following sequence:
 * Copying content of rootcopy directory
 * creating /etc/fstab
 linuxrc: linuxrc: 188: cannot create union/etc/fstab: Directory nonexistent
 GFS2: path_lookup on /mnt/boot returned error
 GFS2: gfs2 mount does not exist
 * changing root directory...
 Fatal error occured - Can't find executable chroot 
 * Something went wrong and we can't continue. This should never happen.
 * Please reboot your computer with Ctrl+Alt+Delete ...
 /union #

Wishes/Requests for BT3 final

  • I'm making this request but I don't want anybody to get mad, because I think you are all doing a great work. Would it be possible that you could move the system of reporting bugs to a platform specifically desgined for that ? I think it would be great if you could move this whole thing to launchpad (or something similar), because there are thousands of people who could help you to find bugs, repair them, and translate BT. Or if you could just move this to another system, I think it would be great an easier to do all that stuff. Thanks anyway, and please don't get me wrong, I'm just saying this sincerely. (and I'm not an expert in this, so I could be wrong).
  • FreeRadius2.0.2-server with freeradius-wpe patch Source patch (Added)
  • The ability to read info files via info or info2man ect...
  • Please bring back gspdrive
  • partial missing: kismet - missing gpsmap and its deps
  • Battery monitor to display the correct amount of time/charge left on Eeepc
  • wireshark-1.0.0 (Added)
  • [2] Airraid - similar to fakeap but for atheros chipsets.
  • Firefox-2.0.0.14 (Added)
  • Aircrack-ng 1 beta 2 (Added)
  • Firefox with add-ons such as User Agent Switcher, TamperData, ShowIP and Shazou etc. (To make Firefox a semi pen testing suite too) - Already includes enough
  • WICD - An open source wired and wireless network manager for Linux which aims to provide a simple interface to connect to networks with a wide variety of settings.
  • Support for the new WG111v3 netgear wireless card

BackTrack 2

Configuration file

  • /pentest/wireless/karma-20060124/bin/monitor-mode.sh have an error in line 16. For fix that you need to take off this " /usr ".
  • Menu Bug Documents / BackTrack / wiki.remote-exploit.org should be backtrack.offensive-security.com -ziplock

Menu Fix LZM [MAX: Wrong, its correct like this - FIXED]

  • Menu Bug In Fluxbox, the command associated with Kismet is "start-kismet" when it should be "start-kismet-ng".
  • Aircrack-ng 0.7 Buffer overflow http://milw0rm.com/exploits/3724
  • Airoscript DOES work, however tries save to /home/root which does NOT exist by default. Just create directory before you start airoscript. Link2
  • /usr/bin/assistant symlink to ../lib/qt-3.3/bin/assistant is a dead link.It should be ../lib/qt-3.3.6/bin/assistant -netguy

Driver

  • rtl8187 driver behaves weird when its used in mode managed, what happens is that when one issues a "iwconfig wlan0 essid nameofap" the last letter of the essid is cut off,thus iwconfig will say "wlan0 802.11b/g ESSID: "nameofa" and therefore not associate. Re-injection works flawless.
  • rtl8187 driver fails to set the WEP key, "Error for wireless request "Set Encode" (8B2A)
    • Speaking of weird rtl8187 behavior, did anyone bother to read the comments for the driver patch: "Driver currently does not support Wired [sic] Extensions versions greater then [sic] 20." aircrack-ng According to cat /proc/net/wireless, BT2 shipped with Wireless Extensions v21. Whoops.
  • ifconfig command for changing mac-address doesn't work with rtl8187 and IPW2200, workaround is the included "macchanger".
  • PostGres: When starting Postgres "cannot access 'var/postgres/' No such file or directory. "Cannot access the server conf. file "var/postgres/postgresql.conf.
  • Apache: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /usr/local/apache/adodb/drivers/adodb-mysql.inc.php on line 376

Hardware

  • LiveCD boot on MacBook (not Macbook Pro) Fix Bug double keystrokes, making login impossible no problem. -NIbirus
    • Cheat code: 'bt noacpi irqpool acpi=force'
    • no quotes. This will fix the double keystrokes, problem and will boot fine still testing so feel free to change boot codes some divers need fix."still working on it"
  • System locks up under following conditions
    • Hardware: Dell Inspiron 3500 (but the pre-release beta works ok)
    • Hardware: Dell Latitude C610 (but the pre-release beta works ok)
    • Hardware: IBM ThinkPad T42,PROXIM ORiNOCO 802.11b/g Gold (Model: 8470-WD)
    • Booting Backtrack with 8470-WD Inserted
    • Setting up a VAP as and AP
    • Setting up a second for monitoring
    • Bridging the AP to the Wired LAN
    • Running Kismet
    • After a while the whole system locks up, although sometimes it runs for a few hours
    • Basic Command log [[3]]
  • Lucent Orinoco Silver PCMCIA don't works with kismet.
    • kismet shows: Source 0 (HermesI): Enabling monitor mode for orinoco source interface eth1 channel 6... FATAL: Could not find 'monitor' private ioctl or use the newer style 'mode monitor' command. This typically means that the drivers have not been patched or the correct drivers are being loaded. See the troubleshooting section of the README for more information.
    • This is because of the firmware issue. Only specific and older versions of the firmware supports it as far as I know.
  • Broadcom BCM4306 802.11b/g (rev 3) is find by the BT2-final, but dont work (ADDRCONF(NETDEV_UP): eth0: link is not ready).
  • Cardbus (32-bit pcmcia) use "bt irqpoll" if shows no PCI interrupts & disabling cardbus in dmesg (e.g. using ubiquiti SRC card)

Software

  • Airoscript: Does not work with new madwifi drivers and ubiquiti SRC, changing MAC, setting to monitor mode, fragmentation attack freezes system.
  • Airpwn: Does not properly work unless reconfigured.
  • Ark: Always crashes. How can I open .tgz files with another tool? - $tar -zxvf filename.tgz - Ark can be fixed by upgrading it (reference?) Also, consider installing Xarchiver.
  • Autopsy/Sleuthkit: Autopsy thinks the directory /root/for_bt/sleuthkit-2.06 should exist. Causes: file type sorting, and viewing files causes missing libmagic.so error.Fix(lzm)
  • Autoscan: If you want to open port 80 with firefox: Can't find the '/usr/bin/mozilla-firefox' program! should be /usr/bin/firefox (K-G)
  • bootinst.bat: in the "boot" dir needed the additional parameter "-f" for the command "syslinux.exe" to work for my USB harddisk (not USB stick)
  • dhcpcd: does not work with Atheros wireless cards when the macchanger tool has been used on either ath0 or wifi0. This seems to help some users in this exact situation: MadWireless. Make sure to follow changes at the bottom of the page. This page solves this problem completely Xploitz Solution
  • Dns Predict: Dns predict missing the t at the end of predict giving incorrect syntax error.
  • Firefox: java plugin cannot be configured to work with Firefox 2.0.0.2. Fix here. I dispute this being a "bug" as many people have reported the installation procedure in the referenced thread does work. -theprez98
  • kismet: gpsmap throws segmentation fault when including legend. With ImageMagick-6.3.2 fonts are not accessed, so gpsmap complains about "courier" not found.
  • start-kismet-ng from cli or menu shortcut results in crash when initiating kbuildsycoca.: kdeui:warning: [virtual bool KSharedPixmap::x11event(XEvent*)] illegal selection notify event. kedui:warning: [krootpixmap.cpp:293] loading of desktop background failed.
  • 'Leo here text editor has wrong file permissions and thus cannot be started by typing "leo" on the command line. Use "chmod +x /opt/leo/src/leo.py" to correct this.
  • Nikto Doesn't work with https webserver' Nikto, has no usage command specified.
  • Scapy: scapy throws segmentation fault when depressing the delete key. Scapy authors noted problem is in mixes of libraries on backtrack distribution. See Bug: Scapy Trak Bug Repository
  • SmbClient missing usage syntax.
  • SQL Injection: file '/pentest/database/mysql/bsqlbf.pl': No such file or directory.
  • Transfering files via USB: If you do not manually umount the drive, transfered files will not store on USB flash drive after removal.
  • update-aircrack.sh: when run, there are errors about airoscript at the end. -I have never had any problems running the update-aircrack script. -theprez98
  • wlassistant: new version needed for WPA

Feature requests

  • Ability to have a "Save Changes" when using usb boot. - You already can, there are at least two methods for doing this
  • Add a better integration of Dual Monitors --> Accelerated-X.
  • Add desktop 3d support, ex.: Beryl or other.
  • Fix/Add installer for HardDrive Installation
  • Manually update modules. You already can
  • Need driver to detect SATA HD on MS-RS480M2 motherboard.
  • Option to disable USB support.
  • Please add a boot menu with parameters (noacpi, irqpoll,etc..) You already can, just press TAB on the selection you want to add them to and edit the command line.

Apps

Personal tools