Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run it on kali linux #7

Open
deven60 opened this issue Jul 12, 2021 · 4 comments
Open

how to run it on kali linux #7

deven60 opened this issue Jul 12, 2021 · 4 comments

Comments

@deven60
Copy link

deven60 commented Jul 12, 2021

No description provided.

@santuhk
Copy link

santuhk commented Jul 16, 2021

go to BigBountyRecon folder (chmod +x BigBountyRecon.exe ) run wine BigBountyRecon.exe

@hackyshadab
Copy link

hackyshadab commented Oct 17, 2021

First of all Git clone the source code in your terminal.

Now copy the as it code which i have written and paste in your terminal. Make sure you have a ROOT permission in your terminal.

  sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine-bin:i386

After completing this installation type wine --version in your terminal to check the version of wine.

Open another terminal and copy and paste the codes which i have written.

  cd BigBountyRecon

  chmod +x BigBountyRecon.exe

Here we go...................

   wine BigBountyRecon.exe

If you think that this hack is use full then buy me a coffie

                                                Shadab The Hacker.....

@INVIZIBLE84
Copy link

First of all Git clone the source code in your terminal.

Now copy the as it code which i have written and paste in your terminal. Make sure you have a ROOT permission in your terminal.

  sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine-bin:i386

After completing this installation type wine --version in your terminal to check the version of wine.

Open another terminal and copy and paste the codes which i have written.

  cd BigBountyRecon
  chmod +x BigBountyRecon.exe

Here we go...................

   wine BigBountyRecon.exe

If you think that this hack is use full then buy me a coffie

                                                Shadab The Hacker.....

I am getting this error dude:)
E: Unable to locate package wine-bin:i386

@hackyshadab
Copy link

Method 1: Using Aptitude (Recommended)

  1. Update Repository (MUST):

    sudo apt update
  2. Add the 32-bit Architecture (if not added):

    sudo dpkg --add-architecture i386
  3. Install Wine Stable:

    sudo apt install wine wine32

Method 2: Using WineHQ Repository

  1. Install Dependency Packages:

    sudo dpkg --add-architecture i386
  2. Add WineHQ Repository:

    wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
    sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/debian/ buster main'

    Note: Ensure to replace 'buster' with your Kali Linux version name (e.g., 'kali-rolling') if it's different.

  3. Update Repository Information:

    sudo apt update
  4. Install Wine:

    sudo apt install --install-recommends winehq-stable

Additional Notes:

  • Always update your machine before downloading anything..

  • Always ensure you have root or sudo privileges...

  • Verify your Kali Linux version and replace 'buster' in the repository URL if needed...

  • If encountering issues, check WineHQ's official documentation or forums for any updated instructions or troubleshooting steps specific to Kali Linux...

      										`Shadab The hacker....`
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants