Is it possible to install all the tools from Xiaopan into Kali, like Feeding Bottle, Inflator, etc, just like it is in Xiaopan with its own menu or like, what would be the install lines be?
Yes because I installed those programs on Kali Linux Look around for instructions on how to install those in linux in the forum. Minidwep as well. https://xiaopan.co/forums/threads/xiaopan-pro-ii.7860/
I have 64bit Kali Linux installed, (not a VM) I'm trying to learn the software but it would be nice to have some good GUI's installed as well.
Inflator GUI http://dishingtech.blogspot.com.au/2012/05/reaver-inflator-gui-download.html FeedingBottle http://dishingtech.blogspot.com.au/2012/05/install-feedingbottle-in-backtrack-or.html WPSCrackGUI http://dishingtech.blogspot.com.au/2012/05/how-to-download-install-wpscrackgui-on.html instilled 64bit kali to my hdd iso and lazykali u do a Clean, update, upgrade and dist-upgrade your Kali installation. Code: Select All apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
thanks for your reply but i am not interested in downloading for download sites that require you to download there exe files first, i would guess any virus they wish to send as well, also your links are for backtrack not kali? strange, maybe I not understand
Yes you do not understand @c.lee All Linux systems run the same way. Most of those are deb files. Deb files = Debian, Debian = Kali same process of install and it works Shouldn't need to download an exe. Probably a download manager, uncheck the box...... Also you can run any file with virus total to check for viruses.
These should all install on both os, as said you need i386 libs to run 32bit apps. These are normal file sharing sites should be no need to download exe's, if your worried about virus's download in linux.
Ok I will try it out but the first in your list (Minidwep GTK) requested sent an exe file and that made me think something isn't correct, try it yourself!
You need to do more research in this forum. Use search. @Manihera Whaanga gave you instructions on how to install. That version to download is old. Use the latest. Think harder. Get adblock or something. You also might have adware. No exe after I tried to download Xiaopan watermark covered the download but I can assure you the deb file was downloaded Regardless, if you read the dishingtech blog post and read the link it would have taken you to the newer version https://xiaopan.co/forums/threads/minidwep-for-ubuntu-backtrack-other-linux-32-bit-64bit.235/
could do with some help here: root@Kali:~# dpkg -i'/root/Desktop/Minidwep 40420/minidwep-gtk-40420-ubuntu-64bit.deb' dpkg: error: unknown option -/ Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Options marked [*] produce a lot of output - pipe it through `less' or `more' ! root@Kali:~# '/root/Desktop/Minidwep 40420/minidwep-gtk-40420-ubuntu-64bit.deb' bash: /root/Desktop/Minidwep 40420/minidwep-gtk-40420-ubuntu-64bit.deb: Permission denied root@Kali:~#
Come on man. Use copy paste. There should be a space here. Also code your links if you are using code in the forums Code: Select All dpkg -i '/root/Desktop/Minidwep 40420/minidwep-gtk-40420-ubuntu-64bit.deb' http://dishingtech.blogspot.com.au/2012/05/download-install-minidwep-gtk-in.html