BigBountyRecon
BigBountyRecon copied to clipboard
how to run it on kali linux
go to BigBountyRecon folder (chmod +x BigBountyRecon.exe ) run wine BigBountyRecon.exe
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.....
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
Method 1: Using Aptitude (Recommended)
-
Update Repository (MUST):
sudo apt update
-
Add the 32-bit Architecture (if not added):
sudo dpkg --add-architecture i386
-
Install Wine Stable:
sudo apt install wine wine32
Method 2: Using WineHQ Repository
-
Install Dependency Packages:
sudo dpkg --add-architecture i386
-
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.
-
Update Repository Information:
sudo apt update
-
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....`