mushorg / oschameleon

OS Fingerprint Obfuscation for modern Linux Kernels
MIT License
75 stars 23 forks source link

TypeError 3 parameters expected 2 given. #9

Closed SamuelArnold closed 5 years ago

SamuelArnold commented 7 years ago

I am running Kali 2017. I tried to install and use but had some issues. It hangs until an NMAP scan then crashes. asking for another parameter. I am sorry I am a noob when it comes to this.

oschameleon error Below Is how I was got to the error

                                    echo "OSChemeleon"
                cp -a ./Bin/oschameleon /opt/oschameleon
                myvar="$PWD"
                cd /opt/oschameleon

                apt-get install python-nfqueue
                apt-get install python-scapy
                apt-get install python-gevent
                apt-get install python-netifaces
                echo -e "\e[42m====Install Dependecies Complete!============="
                echo -e "\e[49m"

                sudo python /opt/oschameleon/setup.py build
                    sudo python /opt/oschameleon/setup.py install
                echo -e "\e[42m====Build install Complete!============="
                echo -e "\e[49m"

                cd /opt/oschameleon/oschameleon
                sudo python /opt/oschameleon/oschameleon/oschameleonRun.py --template template/SIMATIC_300_PLC.txt
                cd "$myvar"
                echo "===== Complete ======="
glaslos commented 5 years ago

Which version of Python and python-nfqueue are you using?

divyamadhav commented 5 years ago

Hi,

I am getting the same error with this program. Can you please tell me how to rectify it .

Thanks

glaslos commented 5 years ago

Which version of Python and python-nfqueue are you using?

divyamadhav commented 5 years ago

I am using python 2.7 and python-nfqueue version 0.6-1

glaslos commented 5 years ago

Fixed in master