Jump to content

MANA Attack, for the Pineapple.


Zylla

Recommended Posts

On 5.1.2017 at 9:42 PM, zibri said:

Hi Zylla!
I applied the confs/commands (i.e. in my case was sdB) and everything is configured properly.

So far I didn't get any issues on dmesg about the sdb USB :)

Sadly there is something wrong when I try to execute /usr/share/mana-toolkit/run-mana/mana-pineapple.sh


root@Pineapple:/#  /usr/share/mana-toolkit/run-mana/mana-pineapple.sh
-ash: /usr/share/mana-toolkit/run-mana/mana-pineapple.sh: not found

At this point I thought was because we installed it on /sd… so I did…


root@Pineapple:/# chmod +x /sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh

root@Pineapple:~# /sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh

killall: hostapd-mana: no process killed

killall: sslsplit: no process killed

killall: python: no process killed

Pineapple seems to be: ONLINE.

RTNETLINK answers: File exists

Configuration file: /etc/mana-toolkit/hostapd-mana.conf

Using interface wlan1 with hwaddr 00:c0:ca:8d:c6:48 and ssid "MANA"

RTNETLINK answers: File exists

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 56: cd: /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/: No such file or directory

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 59: cd: /usr/share/mana-toolkit/sslstrip-hsts/dns2proxy/: No such file or directory

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 61: cd: OLDPWD not set

wlan1: interface state UNINITIALIZED->ENABLED

wlan1: AP-ENABLED

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 64: sslsplit: command not found

MANA - Directed probe request for foreign SSID 'yyyyy' from e4:9a:79:yy:yy:yy

MANA - Directed probe request for foreign SSID 'xxxx' from 5c:f7:e6:xx:xx:xx

python: can't open file 'sslstrip.py': [Errno 2] No such file or directory

python: can't open file '/usr/share/mana-toolkit/net-creds/net-creds.py': [Errno 2] No such file or directory

MANA has started successfully! Press enter to kill it properly

python: can't open file 'dns2proxy.py': [Errno 2] No such file or directory

 

After it, I just added /sd/ to all /usr/share… paths within mana-pineapple.sh then I got:


root@Pineapple:~# /sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh

killall: hostapd-mana: no process killed

killall: sslsplit: no process killed

killall: python: no process killed

Pineapple seems to be: ONLINE.

RTNETLINK answers: File exists

Configuration file: /etc/mana-toolkit/hostapd-mana.conf

Using interface wlan1 with hwaddr 00:c0:ca:8d:c6:48 and ssid "MANA"

wlan1: interface state UNINITIALIZED->ENABLED

wlan1: AP-ENABLED

RTNETLINK answers: File exists

/sd/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 64: sslsplit: command not found

Traceback (most recent call last):

  File "sslstrip.py", line 27, in <module>

    from twisted.web import http

ImportError: No module named twisted.web

Traceback (most recent call last):

  File "dns2proxy.py", line 21, in <module>

    import dns.message

ImportError: No module named dns.message

Traceback (most recent call last):

  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>

    import logging

ImportError: No module named logging

MANA has started successfully! Press enter to kill it properly

killall: sslsplit: no process killed

killall: python: no process killed

root@Pineapple:~#

 

Overall I believe something is wrong with the installation process into the SD… some symlinks were not likely applied though.

Otherwise this should not have happened I guess:

root@Pineapple:/#  /usr/share/mana-toolkit/run-mana/mana-pineapple.sh
-ash: /usr/share/mana-toolkit/run-mana/mana-pineapple.sh: not found

 

Yeah, you're getting quite a lot of errors about missing python-libraries, and also sslsplit not being found.
It seems like the installation have failed somehow.
Which might happen if opkg fails to download some of the dependencies while installing.
It's very important you check that your Nano has a working internet-connection, and that you launch "opkg update" before installing the ipk file.

I recommend that you reset your Pineapple to default settings, and then apply the USB-memory stick "thing" again.
After getting that USB-memory stick  up and working: follow the installation procedures exactly as outlined in the first post.
 

Link to comment
Share on other sites

  • Replies 445
  • Created
  • Last Reply

Or you could try these commands before trying a reset:

cd /tmp
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
opkg update
opkg --dest sd --force-overwrite --force-reinstall install asleap_2.2-1_ar71xx.ipk hostapd-mana_2016-11-05_ar71xx.ipk
Link to comment
Share on other sites

trust me. I did follow exactly the steps line by line. ;)

at least twice ( after even factory reset and fw downgrade).( but without the usb trick)

Therefore i'll factory reset once again and try as suggested. Just to be sure ;)

p.s. the fw u r running is 1.1.3 or earlier version?

Link to comment
Share on other sites

2 hours ago, zibri said:

trust me. I did follow exactly the steps line by line. ;)

at least twice ( after even factory reset and fw downgrade).( but without the usb trick)

Therefore i'll factory reset once again and try as suggested. Just to be sure ;)

p.s. the fw u r running is 1.1.3 or earlier version?

I'm running 1.1.3 on my NANO, and i've also tested the installation on the earlier versions all back to 1.1.1.
I've never encountered these problems you are having, but i'm sure we'll figure it out! :)

Link to comment
Share on other sites

root@Pineapple:/tmp# rm -rf *.ipk
root@Pineapple:/tmp# ls
TZ                                     extroot                                overlay                                sess_13b5bfaee5310055b9fc3248f8cbf483
boot_ssid_count                        failsafe_button                        pineap.log                             shm
button_setup                           hosts                                  reporting.log                          spool
dhcp.leases                            lib                                    resolv.conf                            ssh-iQ6t89L7Lr
dnsmasq.d                              lock                                   resolv.conf.auto                       state
empty                                  log                                    run                                    sysinfo
etc                                    opkg-lists                             sd_action                              usr
root@Pineapple:/tmp# wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
--2017-01-09 23:26:33--  https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk [following]
--2017-01-09 23:26:35--  https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
Resolving raw.githubusercontent.com... 151.101.12.133
Connecting to raw.githubusercontent.com|151.101.12.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12093 (12K) [application/octet-stream]
Saving to: 'asleap_2.2-1_ar71xx.ipk'

asleap_2.2-1_ar71xx.ipk                      100%[=============================================================================================>]  11.81K  --.-KB/s    in 0.005s  

2017-01-09 23:26:35 (2.44 MB/s) - 'asleap_2.2-1_ar71xx.ipk' saved [12093/12093]

root@Pineapple:/tmp# wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
--2017-01-09 23:26:35--  https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk [following]
--2017-01-09 23:26:37--  https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
Resolving raw.githubusercontent.com... 151.101.12.133
Connecting to raw.githubusercontent.com|151.101.12.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9336883 (8.9M) [application/octet-stream]
Saving to: 'hostapd-mana_2016-11-05_ar71xx.ipk'

hostapd-mana_2016-11-05_ar71xx.ipk           100%[=============================================================================================>]   8.90M  1.11MB/s    in 8.0s    

2017-01-09 23:26:45 (1.11 MB/s) - 'hostapd-mana_2016-11-05_ar71xx.ipk' saved [9336883/9336883]

root@Pineapple:/tmp# opkg update
Downloading https://www.wifipineapple.com/nano/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_pineapple.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/management/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/routing/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
root@Pineapple:/tmp# opkg --dest sd --force-overwrite --force-reinstall install asleap_2.2-1_ar71xx.ipk hostapd-mana_2016-11-05_ar71xx.ipk
No packages removed.
Installing asleap (2.2-1) to sd...
Installing hostapd-mana (2016-11-05) to sd...
Segmentation fault
root@Pineapple:/tmp#

This segfault doesn't look very cool though :D

As final test... can you backup your NANO's FW and send it to me?

cd /tmp && dd if=/dev/mtd5 of=/tmp/sysbackup.bin

Curious to see if is some sort of HW at this point...

 

 

Link to comment
Share on other sites

I'm testing a new launch-script, and it would be awesome if you could try it out and report any bugs found, before i update the toolkit.

I've uploaded it to Pastebin: [link]

To test it you will need to download/transfer it to your nano/tetra, and then run "chmod +x" on the file to make it executable.
Thanks! :)

PS. if you experience problems with this, i'll image my mtd5 partition and upload it to you.

Link to comment
Share on other sites

Before trying your bash script I did the following steps:

- factory reset to 1.1.3

- Enabled USB to /sd (by following your steps)

- Installed MANA on the /sd (by following your steps)

- Downloaded and chmod +x your bash into /root/
 

root@Pineapple:~# ./test.sh
Device seems to be: ONLINE.
Remember: Press CTRL+C to kill MANA-Toolkit properly.

RTNETLINK answers: File exists
Configuration file: /sd/etc/mana-toolkit/hostapd-mana.conf
Using interface wlan1 with hwaddr 00:c0:ca:8d:c6:48 and ssid "MANA"
wlan1: interface state UNINITIALIZED->ENABLED
wlan1: AP-ENABLED
RTNETLINK answers: File exists
/sd/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2
./test.sh: line 142: sslsplit: command not found
MANA - Directed probe request for foreign SSID 'bentley' from 44:d4:e0:xx:xx:xx
Traceback (most recent call last):
  File "sslstrip.py", line 27, in <module>
    from twisted.web import http
ImportError: No module named twisted.web
Traceback (most recent call last):
  File "dns2proxy.py", line 21, in <module>
    import dns.message
ImportError: No module named dns.message
Traceback (most recent call last):
  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>
    import logging
ImportError: No module named logging

MANA - Directed probe request for foreign SSID 'aaaaa' from 44:d4:e0:xxxx
MANA - Directed probe request for foreign SSID 'bbbbbb' from 12:2d:42:xxxx
MANA - Directed probe request for foreign SSID 'bbbb' from 12:2d:42:xxxx

Here dmesg output: http://pastebin.com/Qne9LTba

Here logread output: http://pastebin.com/cLrh3pUt

 

 

Link to comment
Share on other sites

It's struggling with locating the sslsplit binary, which should be installed.
Should be confirmable by simply trying to run sslsplit.
Can be fixed by first "opkg upgrade" and then "opkg --dest sd install sslsplit"

The other issue seems to be related to a couple python-libraries.
This might be related to some libraries installing to the sd-card, while some libraries gets installed internally to /usr/lib/python2.7.

I usually fix this by deleting the internal folder /usr/lib/python2.7
And then creating a symlink from /sd/usr/lib/python2.7 to /usr/lib/python2.7
This way everything goes to one folder.
It might be a good idea to also reinstall the hostapd-mana.ipk file afterwards aswell, to be sure that the libraries now goes to the correct location.
 

rm -r /usr/lib/python2.7
ln -s /sd/usr/lib/python2.7 /usr/lib/python2.7
opkg update
opkg --dest sd --force-reinstall --force-overwrite hostapd-mana_2016-11-05_ar71xx.ipk sslsplit

The strange thing is that not everyone gets the same errors, even at factory settings.

PS. If you get an error message while trying to create the symlink, for example that the file: /sd/usr/lib/python2.7 doesn't exit. Then just create the directory by: "mkdir /sd/usr/bin/python2.7" first. The folder should get filled up with an exact copy of everything it needs to work after re-installing hostapd-mana.ipk

Link to comment
Share on other sites

Just did as u mentioned.

The only difference is this:

root@Pineapple:/tmp# opkg --dest sd --force-reinstall --force-overwrite hostapd-mana_2016-11-05_ar71xx.ipk sslsplit
/bin/opkg: unknown sub-command hostapd-mana_2016-11-05_ar71xx.ipk
usage: opkg [options...] sub-command [arguments...]
where sub-command is one of:
<...>

 regexp could be something like 'pkgname*' '*file*' or similar
 e.g. opkg info 'libstd*' or opkg search '*libop*' or opkg remove 'libncur*'

So I simply did:
 

root@Pineapple:/tmp# opkg --dest sd --force-overwrite install hostapd-mana_2016-11-05_ar71xx.ipk
Installing hostapd-mana (2016-11-05) to sd...
Configuring hostapd-mana.
grep: /usr/lib/opkg/info/hostapd-mana.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/hostapd-mana.list': No such file or directory
root@Pineapple:/tmp#

So far so good!

About sslplit, I installed in advance with opkg --dest sd install sslsplit

And at least now everything is loading properly.

One thing is still running though, after i hit CTRL-C to terminate your script are sslstrip, dns2proxy, etc.
I guess, you will implement a graceful exit of them as well withing your script. ;]

root@Pineapple:~# top
Mem: 58312K used, 2892K free, 9652K shrd, 7880K buff, 16448K cached
CPU:   0% usr   9% sys   0% nic  90% idle   0% io   0% irq   0% sirq
Load average: 2.18 1.83 0.99 2/55 2060
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
 2060  1775 root     R     1380   2%   9% top
 1914     1 root     S    16408  27%   0% python sslstrip.py -l 10000 -a -w /sd
 1916     1 root     S    14408  24%   0% python dns2proxy.py -i wlan1
 1494     1 root     S    11116  18%   0% php-fpm: master process (/etc/php5-fp
 1496  1494 root     S    11116  18%   0% php-fpm: pool www
 1495  1494 root     S    11116  18%   0% php-fpm: pool www
 1773  1516 root     S     5888  10%   0% sshd: root@pts/0
 2032  1516 root     S     5872  10%   0% sshd: root@pts/1
 1241  1239 root     S     3984   7%   0% nginx: worker process
 1239     1 root     S     3780   6%   0% nginx: master process /usr/sbin/nginx
 1516     1 root     S     3280   5%   0% /usr/sbin/sshd -D
 1570     1 root     S     1872   3%   0% /usr/sbin/hostapd -P /var/run/wifi-ph
 1174     1 root     S     1500   2%   0% /sbin/netifd
    1     0 root     S     1412   2%   0% /sbin/procd
 1775  1773 root     S     1388   2%   0% -ash
 1653     1 root     S     1384   2%   0% /usr/sbin/ntpd -n -S /usr/sbin/ntpd-h
 2034  2032 root     S     1384   2%   0% -ash
 1230     1 root     S     1380   2%   0% /usr/sbin/crond -f -c /etc/crontabs -
 1142     1 root     S     1044   2%   0% /sbin/logd -S 16
 1850     1 nobody   S      928   2%   0% dnsmasq -z -C /sd/etc/mana-toolkit/dn

 

Overall, now works. Thanks! :)

In the evening I will try to put everything in the SD card. Just to see if it will work as well. Since I bought the NANO to not have around USB keys hanging from it ;]

Link to comment
Share on other sites

I'm glad you managed to fix it! :)

About the script and the "graceful exiting":
The script is supposed to launch several processes in the background, and then shutdown the processes correctly when ctr-c is pressed.
Even though i launch some of the processes in the background, i still get stdout from the processes on the screen. This is not supposed to happen.

The best would be nothing, except the only things i want to be displayed. For example: probes, probe-respones, mac-adresses, credentials, eap-keys, etc.
I guess this would require a single script that filters through the logs from each program, and then displays the correct stuff.
Perhaps a python, ruby, or a perl script would be a better choice to manage all this?. :)

But i digress.  One fix/upgrade at a time.

By the way; i'm currently running this on my sd-card successfully. Even though i'm just waiting for a kernel-panic, it still hasn't happened today.
I'm curious to as how long i can keep it going. . :)

Link to comment
Share on other sites

I started to install everything again on my SD card (brand new, class10) and already getting this in dmesg....

I honestly hope someone from Hak5 will look at these SD issues. Because I don't see any reason to buy the NANO without the ability to use the SD slot...

At this point, if this issue will not be fixed.... I will sell the NANO and focus on other (more reliable HW)...see ZSUN, NanoPi NEO, etc.

 

[   14.420000] ath: Country alpha2 being used: US
[   14.420000] ath: Regpair used: 0x3a
[   14.450000] ieee80211 phy1: Atheros AR9271 Rev:1
[   14.530000] sd 0:0:0:0: [sda] 31291392 512-byte logical blocks: (16.0 GB/14.9 GiB)
[   14.570000] sd 0:0:0:0: [sda] Write Protect is off
[   14.570000] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
[   14.570000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   14.610000]  sda: sda1 sda2
[   14.620000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   18.030000] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[   18.040000] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[   18.180000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   23.850000] Adding 1004024k swap on /dev/sdcard/sd2.  Priority:-1 extents:1 across:1004024k
[   24.060000] random: nonblocking pool is initialized
[   24.070000] device eth0 entered promiscuous mode
[   26.410000] eth0: link up (100Mbps/Full duplex)
[   26.410000] br-lan: port 1(eth0) entered forwarding state
[   26.420000] br-lan: port 1(eth0) entered forwarding state
[   28.420000] br-lan: port 1(eth0) entered forwarding state
[   29.670000] device wlan0 entered promiscuous mode
[   29.830000] device wlan0-1 entered promiscuous mode
[   29.830000] br-lan: port 3(wlan0-1) entered forwarding state
[   29.840000] br-lan: port 3(wlan0-1) entered forwarding state
[   30.080000] br-lan: port 2(wlan0) entered forwarding state
[   30.080000] br-lan: port 2(wlan0) entered forwarding state
[   30.540000] br-lan: port 3(wlan0-1) entered disabled state
[   32.080000] br-lan: port 2(wlan0) entered forwarding state
[   32.340000] br-lan: port 3(wlan0-1) entered forwarding state
[   32.340000] br-lan: port 3(wlan0-1) entered forwarding state
[   34.340000] br-lan: port 3(wlan0-1) entered forwarding state
[  278.490000] ------------[ cut here ]------------
[  278.490000] WARNING: CPU: 0 PID: 1888 at fs/inode.c:339 inc_nlink+0x50/0x74()
[  278.500000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[  278.610000] CPU: 0 PID: 1888 Comm: rm Not tainted 3.18.36 #40
[  278.620000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000031 00000000 80111e34
[  278.620000]    00000001 80d6e198 802ffa20 803565e3 00000760 803b34d0 82bc6de0 80d6e198
[  278.620000]    8345fa80 00000031 83c233b8 800a35b4 00000003 80080410 00000153 80d6e198
[  278.620000]    80303050 82945b54 00000000 00000000 00000000 00000000 00000000 00000000
[  278.620000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  278.620000]    ...
[  278.650000] Call Trace:
[  278.650000] [<80071038>] show_stack+0x50/0x84
[  278.660000] [<80080518>] warn_slowpath_common+0x84/0xb4
[  278.660000] [<800805d0>] warn_slowpath_null+0x18/0x24
[  278.670000] [<80111e34>] inc_nlink+0x50/0x74
[  278.670000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
[  278.680000] [<80105038>] vfs_mkdir+0x8c/0xec
[  278.680000] [<801662dc>] ovl_create_real+0xc4/0x134
[  278.690000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
[  278.690000] [<80168da8>] ovl_copy_up+0xb0/0xfc
[  278.700000] [<80166c8c>] ovl_do_remove+0x84/0x3dc
[  278.700000] [<8010540c>] vfs_unlink+0xcc/0x190
[  278.710000] [<80109780>] do_unlinkat+0x100/0x20c
[  278.710000] [<80062b5c>] handle_sys+0x11c/0x140
[  278.710000]
[  278.720000] ---[ end trace 350250660c6252b7 ]---
[  278.730000] ------------[ cut here ]------------
[  278.730000] WARNING: CPU: 0 PID: 1888 at fs/inode.c:339 inc_nlink+0x50/0x74()
[  278.740000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[  278.850000] CPU: 0 PID: 1888 Comm: rm Tainted: G        W      3.18.36 #40
[  278.860000] Stack : 00000000 00000000 00000000 00000000 803b4292 0000003e 00000000 80111e34
[  278.860000]    00000001 80d0bf68 802ffa20 803565e3 00000760 803b34d0 82bc6de0 80d0bf68
[  278.860000]    8345fa80 00000031 ffffffef 800a35b4 00000003 8008039c 00000153 80d0bf68
[  278.860000]    80303050 82945c34 00000000 00000000 00000000 00000000 00000000 00000000
[  278.860000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  278.860000]    ...
[  278.890000] Call Trace:
[  278.890000] [<80071038>] show_stack+0x50/0x84
[  278.900000] [<80080518>] warn_slowpath_common+0x84/0xb4
[  278.900000] [<800805d0>] warn_slowpath_null+0x18/0x24
[  278.910000] [<80111e34>] inc_nlink+0x50/0x74
[  278.910000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
[  278.920000] [<80105038>] vfs_mkdir+0x8c/0xec
[  278.920000] [<801662dc>] ovl_create_real+0xc4/0x134
[  278.930000] [<8016647c>] ovl_check_empty_and_clear+0x130/0x240
[  278.930000] [<80166dd8>] ovl_do_remove+0x1d0/0x3dc
[  278.940000] [<8010905c>] vfs_rmdir+0x84/0x11c
[  278.940000] [<801095f8>] do_rmdir+0xec/0x174
[  278.950000] [<80062b5c>] handle_sys+0x11c/0x140
[  278.950000]
[  278.950000] ---[ end trace 350250660c6252b8 ]---
[  278.960000] ------------[ cut here ]------------
[  278.960000] WARNING: CPU: 0 PID: 1888 at fs/inode.c:282 drop_nlink+0x28/0x64()
[  278.970000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[  279.080000] CPU: 0 PID: 1888 Comm: rm Tainted: G        W      3.18.36 #40
[  279.090000] Stack : 00000000 00000000 00000000 00000000 803b4292 0000003e 00000000 80112c2c
[  279.090000]    00000001 83b05800 802ffa20 803565e3 00000760 803b34d0 82bc6de0 83b05800
[  279.090000]    80d0bf68 83c233b8 00000000 800a35b4 00000003 8008039c 0000011a 83b05800
[  279.090000]    80303050 82945cec 00000000 00000000 00000000 00000000 00000000 00000000
[  279.090000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  279.090000]    ...
[  279.120000] Call Trace:
[  279.130000] [<80071038>] show_stack+0x50/0x84
[  279.130000] [<80080518>] warn_slowpath_common+0x84/0xb4
[  279.140000] [<800805d0>] warn_slowpath_null+0x18/0x24
[  279.140000] [<80112c2c>] drop_nlink+0x28/0x64
[  279.150000] [<80150d48>] jffs2_rmdir+0xa0/0xc8
[  279.150000] [<8010905c>] vfs_rmdir+0x84/0x11c
[  279.150000] [<80166138>] ovl_cleanup+0x48/0x9c
[  279.160000] [<80166f60>] ovl_do_remove+0x358/0x3dc
[  279.160000] [<8010905c>] vfs_rmdir+0x84/0x11c
[  279.170000] [<801095f8>] do_rmdir+0xec/0x174
[  279.170000] [<80062b5c>] handle_sys+0x11c/0x140
[  279.180000]
[  279.180000] ---[ end trace 350250660c6252b9 ]---
[  279.190000] ------------[ cut here ]------------
[  279.190000] WARNING: CPU: 0 PID: 1888 at fs/inode.c:282 drop_nlink+0x28/0x64()
[  279.200000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[  279.310000] CPU: 0 PID: 1888 Comm: rm Tainted: G        W      3.18.36 #40
[  279.320000] Stack : 00000000 00000000 00000000 00000000 803b4292 0000003e 00000000 80112c2c
[  279.320000]    00000001 80d0b088 802ffa20 803565e3 00000760 803b34d0 82bc6de0 80d0b088
[  279.320000]    00000000 00000004 83b05800 800a35b4 00000003 8008039c 0000011a 80d0b088
[  279.320000]    80303050 82945b44 00000000 00000000 00000000 00000000 00000000 00000000
[  279.320000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  279.320000]    ...
[  279.350000] Call Trace:
[  279.360000] [<80071038>] show_stack+0x50/0x84
[  279.360000] [<80080518>] warn_slowpath_common+0x84/0xb4
[  279.370000] [<800805d0>] warn_slowpath_null+0x18/0x24
[  279.370000] [<80112c2c>] drop_nlink+0x28/0x64
[  279.380000] [<801514a4>] jffs2_rename+0x328/0x388
[  279.380000] [<801060c4>] vfs_rename+0x3d8/0x698
[  279.380000] [<80168be0>] ovl_copy_up_one+0x494/0x5ac
[  279.390000] [<80168da8>] ovl_copy_up+0xb0/0xfc
[  279.390000] [<80166c8c>] ovl_do_remove+0x84/0x3dc
[  279.400000] [<8010540c>] vfs_unlink+0xcc/0x190
[  279.400000] [<80109780>] do_unlinkat+0x100/0x20c
[  279.410000] [<80062b5c>] handle_sys+0x11c/0x140
[  279.410000]
[  279.410000] ---[ end trace 350250660c6252ba ]---
[  279.430000] ------------[ cut here ]------------
[  279.430000] WARNING: CPU: 0 PID: 1888 at fs/inode.c:282 drop_nlink+0x28/0x64()
[  279.440000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[  279.550000] CPU: 0 PID: 1888 Comm: rm Tainted: G        W      3.18.36 #40
[  279.560000] Stack : 00000000 00000000 00000000 00000000 803b4292 0000003e 00000000 80112c2c
[  279.560000]    00000001 83b05800 802ffa20 803565e3 00000760 803b34d0 82bc6de0 83b05800
[  279.560000]    83c233b8 83c5a178 ffffffef 800a35b4 00000003 8008039c 0000011a 83b05800
[  279.560000]    80303050 82945c4c 00000000 00000000 00000000 00000000 00000000 00000000
[  279.560000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  279.560000]    ...
[  279.590000] Call Trace:
[  279.600000] [<80071038>] show_stack+0x50/0x84
[  279.600000] [<80080518>] warn_slowpath_common+0x84/0xb4
[  279.610000] [<800805d0>] warn_slowpath_null+0x18/0x24
[  279.610000] [<80112c2c>] drop_nlink+0x28/0x64
[  279.620000] [<80150d48>] jffs2_rmdir+0xa0/0xc8
[  279.620000] [<8010905c>] vfs_rmdir+0x84/0x11c
[  279.620000] [<80166138>] ovl_cleanup+0x48/0x9c
[  279.630000] [<80166514>] ovl_check_empty_and_clear+0x1c8/0x240
[  279.630000] [<80166dd8>] ovl_do_remove+0x1d0/0x3dc
[  279.640000] [<8010905c>] vfs_rmdir+0x84/0x11c
[  279.640000] [<801095f8>] do_rmdir+0xec/0x174
[  279.650000] [<80062b5c>] handle_sys+0x11c/0x140
[  279.650000]
[  279.650000] ---[ end trace 350250660c6252bb ]---

 

Link to comment
Share on other sites

I feel you pain man, it's a little pointless without the sd-card.
I'm 99% certain that the problem lies with the kernel, somewhere. And i've forward everything i've found myself, and managed to find elsewhere.
I've seen people complaining about the exact same issue on their Arduino running on the 3.18.5 kernel. Which is the same kernel-version running on the Pineapples at the moment (3.18.x)

I haven't gotten any "response" from Hak5 about this exact problem. But i'm pretty certain they're aware of it.
I know they have had issues with sd-cards on the nano before, that got fixed. So fingers crossed.

I'm also gonna order a ZSUN, just for the lulz and fun. I love tinkering with these Atheros chips! :)

Link to comment
Share on other sites

2 minutes ago, Zylla said:

I feel you pain man, it's a little pointless without the sd-card.
I'm 99% certain that the problem lies with the kernel, somewhere. And i've forward everything i've found myself, and managed to find elsewhere.
I've seen people complaining about the exact same issue on their Arduino running on the 3.18.5 kernel. Which is the same kernel-version running on the Pineapples at the moment (3.18.x)

I haven't gotten any "response" from Hak5 about this exact problem. But i'm pretty certain they're aware of it.
I know they have had issues with sd-cards on the nano before, that got fixed. So fingers crossed.

I'm also gonna order a ZSUN, just for the lulz and fun. I love tinkering with these Atheros chips! :)

Yeah, Atheros chipsets are really cool to play with (since the good old FONERA back ten years ago :D )

As I told to Sebkinne, ZSUN is really nice toy. And I would even consider a legit HAk5 version of it (since pushing pineapple's FW in it violates hak5's EULA) ;]
Sad that, you will see is not hard to push it into the ZSUN. :)

At this point, I will put on hold my NANO and continue to use Nethunter.

However, I hope u r right and is a kernel issue. P.S. Anyone in Openwrt community reported similar errors? Maybe they already have a defect opened in the bugtracker.

 

 

Link to comment
Share on other sites

I've updated the repositories and the installation package.

Changes: New launch script, that works seamlessly on both the TETRA, and the NANO.
It will now locate the sd-card automatically, which fixes a few bugs that some people experienced.

It will also tell you if the wireless interface is "down" or not working. For example if you're using monitor-mode.

Also, you can now launch the attack by typing 'launch-mana' in the terminal.
But a working copy also exists at /usr/share/mana-toolkit/run-mana/mana-pineapple.sh

I'm working on more... :)

Link to comment
Share on other sites

did a reset, mounted usb, installed ur newest packages and got 2 errors... :D

installation:

root@Pineapple:/tmp# opkg update
Downloading https://www.wifipineapple.com/nano/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_pineapple.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/management/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/routing/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
root@Pineapple:/tmp# opkg --dest sd --force-overwrite install asleap_2.2-1_ar71x
x.ipk hostapd-mana_2017-01-12_ar71xx.ipk
Installing asleap (2.2-1) to sd...
Installing hostapd-mana (2017-01-12) to sd...
Installing tinyproxy (1.8.3-2) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/tinyproxy_1.8.3-2_ar71xx.ipk.
Installing stunnel (5.14-1) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/stunnel_5.14-1_ar71xx.ipk.
Installing ip (4.0.0-1) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/base/ip_4.0.0-1_ar71xx.ipk.
Installing python (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python_2.7.9-5_ar71xx.ipk.
Installing python-compiler (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-compiler_2.7.9-5_ar71xx.ipk.
Installing python-ctypes (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-ctypes_2.7.9-5_ar71xx.ipk.
Installing python-db (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-db_2.7.9-5_ar71xx.ipk.
Installing python-decimal (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-decimal_2.7.9-5_ar71xx.ipk.
Installing python-distutils (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-distutils_2.7.9-5_ar71xx.ipk.
Installing python-email (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-email_2.7.9-5_ar71xx.ipk.
Installing python-gdbm (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-gdbm_2.7.9-5_ar71xx.ipk.
Installing python-logging (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-logging_2.7.9-5_ar71xx.ipk.
Installing python-multiprocessing (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-multiprocessing_2.7.9-5_ar71xx.ipk.
Installing python-ncurses (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-ncurses_2.7.9-5_ar71xx.ipk.
Installing python-pydoc (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-pydoc_2.7.9-5_ar71xx.ipk.
Installing python-unittest (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-unittest_2.7.9-5_ar71xx.ipk.
Installing python-xml (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-xml_2.7.9-5_ar71xx.ipk.
Configuring ip.
grep: /usr/lib/opkg/info/ip.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/ip.list': No such file or directory
Configuring python-db.
grep: /usr/lib/opkg/info/python-db.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-db.list': No such file or directory
Configuring python-decimal.
grep: /usr/lib/opkg/info/python-decimal.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-decimal.list': No such file or direct                                  ory
Configuring python-distutils.
grep: /usr/lib/opkg/info/python-distutils.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-distutils.list': No such file or dire                                  ctory
Configuring tinyproxy.
grep: /usr/lib/opkg/info/tinyproxy.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/tinyproxy.list': No such file or directory
Configuring stunnel.
grep: /usr/lib/opkg/info/stunnel.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/stunnel.list': No such file or directory
Configuring python-compiler.
grep: /usr/lib/opkg/info/python-compiler.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-compiler.list': No such file or direc                                  tory
Configuring python-ctypes.
grep: /usr/lib/opkg/info/python-ctypes.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ctypes.list': No such file or directo                                  ry
Configuring python-email.
grep: /usr/lib/opkg/info/python-email.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-email.list': No such file or director                                  y
Configuring python-gdbm.
grep: /usr/lib/opkg/info/python-gdbm.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-gdbm.list': No such file or directory
Configuring python-logging.
grep: /usr/lib/opkg/info/python-logging.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-logging.list': No such file or direct                                  ory
Configuring python-multiprocessing.
grep: /usr/lib/opkg/info/python-multiprocessing.control: No such file or directo                                  ry
cat: can't open '/usr/lib/opkg/info/python-multiprocessing.list': No such file o                                  r directory
Configuring python-ncurses.
grep: /usr/lib/opkg/info/python-ncurses.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ncurses.list': No such file or direct                                  ory
Configuring python-pydoc.
grep: /usr/lib/opkg/info/python-pydoc.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-pydoc.list': No such file or director                                  y
Configuring python-unittest.
grep: /usr/lib/opkg/info/python-unittest.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-unittest.list': No such file or direc                                  tory
Configuring python-xml.
grep: /usr/lib/opkg/info/python-xml.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-xml.list': No such file or directory
Configuring python.
grep: /usr/lib/opkg/info/python.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python.list': No such file or directory
Configuring hostapd-mana.
grep: /usr/lib/opkg/info/hostapd-mana.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/hostapd-mana.list': No such file or director                                  y
Configuring asleap.
grep: /usr/lib/opkg/info/asleap.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/asleap.list': No such file or directory

start...
 


root@Pineapple:~# launch-mana
Device seems to be: ONLINE.
Remember: Press CTRL+C to kill MANA-Toolkit properly.

RTNETLINK answers: File exists
Configuration file: /sd/etc/mana-toolkit/hostapd-mana.conf
RTNETLINK answers: File exists
Using interface wlan1 with hwaddr 00:c0:ca:8f:94:c9 and ssid "MANA"
/sd/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2
wlan1: interface state UNINITIALIZED->ENABLED
wlan1: AP-ENABLED
Generated RSA key for leaf certs.
SSLsplit 0.4.11 (built 2016-02-19)
Copyright (c) 2009-2014, Daniel Roethlisberger <daniel@roe.ch>
http://www.roe.ch/SSLsplit
Build info: V:FILE
Features: -DHAVE_NETFILTER
NAT engines: netfilter*
netfilter: !IP_TRANSPARENT SOL_IPV6 !IPV6_ORIGINAL_DST
Local process info support: no
compiled against OpenSSL 1.0.2d 9 Jul 2015 (1000204f)
rtlinked against OpenSSL 1.0.2h  3 May 2016 (1000208f)
TLS Server Name Indication (SNI) supported
OpenSSL is thread-safe with THREADID
Using SSL_MODE_RELEASE_BUFFERS
SSL/TLS protocol availability: ssl3 tls10 tls11 tls12
SSL/TLS algorithm availability: RSA DSA ECDSA DH ECDH EC
OpenSSL option availability: SSL_OP_NO_COMPRESSION SSL_OP_NO_TICKET SSL_OP_ALLOW                                  _UNSAFE_LEGACY_RENEGOTIATION SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS SSL_OP_NO_SESSIO                                  N_RESUMPTION_ON_RENEGOTIATION SSL_OP_TLS_ROLLBACK_BUG
compiled against libevent 2.0.22-stable
rtlinked against libevent 2.0.22-stable
1 CPU cores detected
SSL/TLS protocol: negotiate
proxyspecs:
- [0.0.0.0]:10025 tcp plain netfilter
- [0.0.0.0]:10465 ssl plain netfilter
- [0.0.0.0]:10110 tcp plain netfilter
- [0.0.0.0]:10995 ssl plain netfilter
- [0.0.0.0]:10143 tcp plain netfilter
- [0.0.0.0]:10993 ssl plain netfilter
- [0.0.0.0]:10080 tcp http netfilter
- [0.0.0.0]:10443 ssl http netfilter
Loaded CA: '/C=ZA/ST=Gauteng/L=Pretoria/O=SensePost/OU=MANA/CN=MANA/emailAddress                                  =research@sensepost.com'
Using libevent backend 'epoll'
Event base supports: edge yes, O(1) yes, anyfd no
Inserted events:
  0x92dd38 [fd 7] Read Persist
  0x92e164 [fd 8] Read Persist
  0x92e1cc [fd 9] Read Persist
  0x92e25c [fd 10] Read Persist
  0x92e2ec [fd 11] Read Persist
  0x92e37c [fd 12] Read Persist
  0x92e40c [fd 13] Read Persist
  0x92e49c [fd 14] Read Persist
  0x92aa4c [fd 15] Read Persist
  0x92dc28 [fd 6] Read Persist
  0x92aaa8 [fd 3] Signal Persist
  0x92abb8 [fd 1] Signal Persist
  0x92ac38 [fd 2] Signal Persist
  0x92acb8 [fd 13] Signal Persist
Initialized 2 connection handling threads
Started 2 connection handling threads
Starting main event loop.
Traceback (most recent call last):
  File "sslstrip.py", line 27, in <module>
    from twisted.web import http
ImportError: No module named twisted.web
Traceback (most recent call last):
  File "dns2proxy.py", line 21, in <module>
    import dns.message
ImportError: No module named dns.message
Traceback (most recent call last):
  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>
    import logging
ImportError: No module named logging

but think i know how to fix....testing later

Link to comment
Share on other sites

On 11.1.2017 at 10:12 AM, Zylla said:

The strange thing is that not everyone gets the same errors, even at factory settings.

Zibri and me are getting the same errors as it seems...

meanwhile...lalala woking the way you two describe :D

so installed doing the following from scratch, meaning from factory reset: (if you own a nano at least^^)

*mount usb instead of sd like described above by editing fstab*
cd /tmp
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2017-01-12_ar71xx.ipk
opkg update
opkg --dest sd --force-overwrite install asleap_2.2-1_ar71xx.ipk hostapd-mana_2017-01-12_ar71xx.ipk
*wait until finished...its some time :D *
rm -r /usr/lib/python2.7
ln -s /sd/usr/lib/python2.7 /usr/lib/python2.7
opkg --dest sd install sslsplit
opkg update
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2017-01-12_ar71xx.ipk
opkg --dest sd --force-overwrite install hostapd-mana_2017-01-12_ar71xx.ipk
launch-mana

 

Link to comment
Share on other sites

8 hours ago, Ch4rma said:

Zibri and me are getting the same errors as it seems...

meanwhile...lalala woking the way you two describe :D

so installed doing the following from scratch, meaning from factory reset: (if you own a nano at least^^)


*mount usb instead of sd like described above by editing fstab*
cd /tmp
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2017-01-12_ar71xx.ipk
opkg update
opkg --dest sd --force-overwrite install asleap_2.2-1_ar71xx.ipk hostapd-mana_2017-01-12_ar71xx.ipk
*wait until finished...its some time :D *
rm -r /usr/lib/python2.7
ln -s /sd/usr/lib/python2.7 /usr/lib/python2.7
opkg --dest sd install sslsplit
opkg update
wget https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2017-01-12_ar71xx.ipk
opkg --dest sd --force-overwrite install hostapd-mana_2017-01-12_ar71xx.ipk
launch-mana

 

I noticed something out of order here.
The hostapd-mana package-file contains an entire copy of a working python-library directory with all it's working libraries needed to run everything.
Which gets copied to the python-lib directory. (sometimes there exist two directories on the nano)

I just noticed that you deleted one of the python-dirs and created the sym-link, after installing everything.
This should be done before installing. Which would ensure that when you're installing, the python-files gets copied to the correct place.
Yes, you did "re-install" it after the sym-linking, but forgot to add the "--force-reinstall" flag to the opkg command.
I suggest trying that, and then report back! :)

If you do everything in the same order, the last command should look like this

opkg --dest sd --force-overwrite --force-reinstall install hostapd-mana_2017-01-12_ar71xx.ipk

Or just do the sym-linking in the beginning, before installing anything.

Link to comment
Share on other sites

6 hours ago, Jsync said:

How do I get Mana on to the Pine nano step by step do I need to ash into it and what is this ZSun U guys are talking about I tried to find out what it is but it's wifi card reader?

Read my first post in this tread, it contains a procedure for installing it over SSH on you Tetra, or your Nano.

About the ZSUN. You are correct, it's a wifi card reader, which actually contains a tiny "router" capable of running OpenWRT.

Link to comment
Share on other sites

9 hours ago, Ch4rma said:

did a reset, mounted usb, installed ur newest packages and got 2 errors... :D

installation:


root@Pineapple:/tmp# opkg update
Downloading https://www.wifipineapple.com/nano/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_pineapple.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/management/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/routing/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
root@Pineapple:/tmp# opkg --dest sd --force-overwrite install asleap_2.2-1_ar71x
x.ipk hostapd-mana_2017-01-12_ar71xx.ipk
Installing asleap (2.2-1) to sd...
Installing hostapd-mana (2017-01-12) to sd...
Installing tinyproxy (1.8.3-2) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/tinyproxy_1.8.3-2_ar71xx.ipk.
Installing stunnel (5.14-1) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/stunnel_5.14-1_ar71xx.ipk.
Installing ip (4.0.0-1) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/base/ip_4.0.0-1_ar71xx.ipk.
Installing python (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python_2.7.9-5_ar71xx.ipk.
Installing python-compiler (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-compiler_2.7.9-5_ar71xx.ipk.
Installing python-ctypes (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-ctypes_2.7.9-5_ar71xx.ipk.
Installing python-db (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-db_2.7.9-5_ar71xx.ipk.
Installing python-decimal (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-decimal_2.7.9-5_ar71xx.ipk.
Installing python-distutils (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-distutils_2.7.9-5_ar71xx.ipk.
Installing python-email (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-email_2.7.9-5_ar71xx.ipk.
Installing python-gdbm (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-gdbm_2.7.9-5_ar71xx.ipk.
Installing python-logging (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-logging_2.7.9-5_ar71xx.ipk.
Installing python-multiprocessing (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-multiprocessing_2.7.9-5_ar71xx.ipk.
Installing python-ncurses (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-ncurses_2.7.9-5_ar71xx.ipk.
Installing python-pydoc (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-pydoc_2.7.9-5_ar71xx.ipk.
Installing python-unittest (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-unittest_2.7.9-5_ar71xx.ipk.
Installing python-xml (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packa                                  ges/packages/python-xml_2.7.9-5_ar71xx.ipk.
Configuring ip.
grep: /usr/lib/opkg/info/ip.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/ip.list': No such file or directory
Configuring python-db.
grep: /usr/lib/opkg/info/python-db.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-db.list': No such file or directory
Configuring python-decimal.
grep: /usr/lib/opkg/info/python-decimal.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-decimal.list': No such file or direct                                  ory
Configuring python-distutils.
grep: /usr/lib/opkg/info/python-distutils.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-distutils.list': No such file or dire                                  ctory
Configuring tinyproxy.
grep: /usr/lib/opkg/info/tinyproxy.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/tinyproxy.list': No such file or directory
Configuring stunnel.
grep: /usr/lib/opkg/info/stunnel.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/stunnel.list': No such file or directory
Configuring python-compiler.
grep: /usr/lib/opkg/info/python-compiler.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-compiler.list': No such file or direc                                  tory
Configuring python-ctypes.
grep: /usr/lib/opkg/info/python-ctypes.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ctypes.list': No such file or directo                                  ry
Configuring python-email.
grep: /usr/lib/opkg/info/python-email.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-email.list': No such file or director                                  y
Configuring python-gdbm.
grep: /usr/lib/opkg/info/python-gdbm.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-gdbm.list': No such file or directory
Configuring python-logging.
grep: /usr/lib/opkg/info/python-logging.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-logging.list': No such file or direct                                  ory
Configuring python-multiprocessing.
grep: /usr/lib/opkg/info/python-multiprocessing.control: No such file or directo                                  ry
cat: can't open '/usr/lib/opkg/info/python-multiprocessing.list': No such file o                                  r directory
Configuring python-ncurses.
grep: /usr/lib/opkg/info/python-ncurses.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ncurses.list': No such file or direct                                  ory
Configuring python-pydoc.
grep: /usr/lib/opkg/info/python-pydoc.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-pydoc.list': No such file or director                                  y
Configuring python-unittest.
grep: /usr/lib/opkg/info/python-unittest.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-unittest.list': No such file or direc                                  tory
Configuring python-xml.
grep: /usr/lib/opkg/info/python-xml.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-xml.list': No such file or directory
Configuring python.
grep: /usr/lib/opkg/info/python.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python.list': No such file or directory
Configuring hostapd-mana.
grep: /usr/lib/opkg/info/hostapd-mana.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/hostapd-mana.list': No such file or director                                  y
Configuring asleap.
grep: /usr/lib/opkg/info/asleap.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/asleap.list': No such file or directory

start...
 


root@Pineapple:~# launch-mana
Device seems to be: ONLINE.
Remember: Press CTRL+C to kill MANA-Toolkit properly.

RTNETLINK answers: File exists
Configuration file: /sd/etc/mana-toolkit/hostapd-mana.conf
RTNETLINK answers: File exists
Using interface wlan1 with hwaddr 00:c0:ca:8f:94:c9 and ssid "MANA"
/sd/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2
wlan1: interface state UNINITIALIZED->ENABLED
wlan1: AP-ENABLED
Generated RSA key for leaf certs.
SSLsplit 0.4.11 (built 2016-02-19)
Copyright (c) 2009-2014, Daniel Roethlisberger <daniel@roe.ch>
http://www.roe.ch/SSLsplit
Build info: V:FILE
Features: -DHAVE_NETFILTER
NAT engines: netfilter*
netfilter: !IP_TRANSPARENT SOL_IPV6 !IPV6_ORIGINAL_DST
Local process info support: no
compiled against OpenSSL 1.0.2d 9 Jul 2015 (1000204f)
rtlinked against OpenSSL 1.0.2h  3 May 2016 (1000208f)
TLS Server Name Indication (SNI) supported
OpenSSL is thread-safe with THREADID
Using SSL_MODE_RELEASE_BUFFERS
SSL/TLS protocol availability: ssl3 tls10 tls11 tls12
SSL/TLS algorithm availability: RSA DSA ECDSA DH ECDH EC
OpenSSL option availability: SSL_OP_NO_COMPRESSION SSL_OP_NO_TICKET SSL_OP_ALLOW                                  _UNSAFE_LEGACY_RENEGOTIATION SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS SSL_OP_NO_SESSIO                                  N_RESUMPTION_ON_RENEGOTIATION SSL_OP_TLS_ROLLBACK_BUG
compiled against libevent 2.0.22-stable
rtlinked against libevent 2.0.22-stable
1 CPU cores detected
SSL/TLS protocol: negotiate
proxyspecs:
- [0.0.0.0]:10025 tcp plain netfilter
- [0.0.0.0]:10465 ssl plain netfilter
- [0.0.0.0]:10110 tcp plain netfilter
- [0.0.0.0]:10995 ssl plain netfilter
- [0.0.0.0]:10143 tcp plain netfilter
- [0.0.0.0]:10993 ssl plain netfilter
- [0.0.0.0]:10080 tcp http netfilter
- [0.0.0.0]:10443 ssl http netfilter
Loaded CA: '/C=ZA/ST=Gauteng/L=Pretoria/O=SensePost/OU=MANA/CN=MANA/emailAddress                                  =research@sensepost.com'
Using libevent backend 'epoll'
Event base supports: edge yes, O(1) yes, anyfd no
Inserted events:
  0x92dd38 [fd 7] Read Persist
  0x92e164 [fd 8] Read Persist
  0x92e1cc [fd 9] Read Persist
  0x92e25c [fd 10] Read Persist
  0x92e2ec [fd 11] Read Persist
  0x92e37c [fd 12] Read Persist
  0x92e40c [fd 13] Read Persist
  0x92e49c [fd 14] Read Persist
  0x92aa4c [fd 15] Read Persist
  0x92dc28 [fd 6] Read Persist
  0x92aaa8 [fd 3] Signal Persist
  0x92abb8 [fd 1] Signal Persist
  0x92ac38 [fd 2] Signal Persist
  0x92acb8 [fd 13] Signal Persist
Initialized 2 connection handling threads
Started 2 connection handling threads
Starting main event loop.
Traceback (most recent call last):
  File "sslstrip.py", line 27, in <module>
    from twisted.web import http
ImportError: No module named twisted.web
Traceback (most recent call last):
  File "dns2proxy.py", line 21, in <module>
    import dns.message
ImportError: No module named dns.message
Traceback (most recent call last):
  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>
    import logging
ImportError: No module named logging

but think i know how to fix....testing later

I finally got the same error now on my Nano. I'll debug it today, and see what i can find :)

Link to comment
Share on other sites

14 minutes ago, Zylla said:

Read my first post in this tread, it contains a procedure for installing it over SSH on you Tetra, or your Nano.

About the ZSUN. You are correct, it's a wifi card reader, which actually contains a tiny "router" capable of running OpenWRT.

Thanks I'll try it tomorrow when I get home from my holiday also what can be done with the ZSun and I know it can be used for file transfer and stuff but what else can it be used for cause u mentioned it to be a mini modem so what are its capabilities and other uses 

Thanks Zylla 

Link to comment
Share on other sites

1 minute ago, Jsync said:

Thanks I'll try it tomorrow when I get home from my holiday also what can be done with the ZSun and I know it can be used for file transfer and stuff but what else can it be used for cause u mentioned it to be a mini modem so what are its capabilities and other uses 

Thanks Zylla 

Well, you could use it as a replacement for the Pineapple. Or any other router which you control, to the the MiTM.

Link to comment
Share on other sites

OK. New update will come later today. I've located a bug which happens now on the Pineapple NANO.
It seems to happen when the sym-link doesn't exist, and the nano gets confused about which directory to use (internal/sd-card)

I'll update the thread when it's fixed. Perhaps in an hour, or two. Maybe more :)

But it's good we managed to squash this bug now. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...