Sinisterly
can anyone make a tutorial for installing and using cracking tools on Linux ? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+---- Forum: Requests (https://sinister.ly/Forum-Requests--826)
+---- Thread: can anyone make a tutorial for installing and using cracking tools on Linux ? (/Thread-can-anyone-make-a-tutorial-for-installing-and-using-cracking-tools-on-Linux)

Pages: 1 2 3 4


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - darkninja1980 - 09-12-2018

(09-11-2018, 08:59 AM)vex. Wrote: Have you tried looking at Linux alternatives for the Windows hacking tools you mentioned?

I am trying to use the normal cracking tools but each time I do right. my virus scan take it away.


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - mothered - 09-12-2018

(09-12-2018, 06:47 AM)darkninja1980 Wrote:
(09-11-2018, 08:59 AM)vex. Wrote: Have you tried looking at Linux alternatives for the Windows hacking tools you mentioned?

I am trying to use the normal cracking tools but each time I do right. my virus scan take it away.

What AV are you using?

Either disable It's active/real-time protection or as previously mentioned, add the tools In the AV's exclusion list. Personally, when using tools of this nature, I don't have an antivirus Installed.


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - darkninja1980 - 09-12-2018

(09-12-2018, 11:00 AM)mothered Wrote:
(09-12-2018, 06:47 AM)darkninja1980 Wrote:
(09-11-2018, 08:59 AM)vex. Wrote: Have you tried looking at Linux alternatives for the Windows hacking tools you mentioned?

I am trying to use the normal cracking tools but each time I do right. my virus scan take it away.

What AV are you using?

Either disable It's active/real-time protection or as previously mentioned, add the tools In the AV's exclusion list. Personally, when using tools of this nature, I don't have an antivirus Installed.

I have mcafee


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - mothered - 09-12-2018

(09-12-2018, 03:35 PM)darkninja1980 Wrote:
(09-12-2018, 11:00 AM)mothered Wrote:
(09-12-2018, 06:47 AM)darkninja1980 Wrote: I am trying to use the normal cracking tools but each time I do right. my virus scan take it away.

What AV are you using?

Either disable It's active/real-time protection or as previously mentioned, add the tools In the AV's exclusion list. Personally, when using tools of this nature, I don't have an antivirus Installed.

I have mcafee

Did you add an exception to all your tools?


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - darkninja1980 - 09-12-2018

(09-12-2018, 03:58 PM)mothered Wrote:
(09-12-2018, 03:35 PM)darkninja1980 Wrote:
(09-12-2018, 11:00 AM)mothered Wrote: What AV are you using?

Either disable It's active/real-time protection or as previously mentioned, add the tools In the AV's exclusion list. Personally, when using tools of this nature, I don't have an antivirus Installed.

I have mcafee

Did you add an exception to all your tools?

not yet. but I have to do this step.
https://smarthelp.mcafee.com/help/mcafee/17.x/total%20protection/en-us/GUID-7A7B8997-88DB-46C3-9A64-1240B3A98E6A.html


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - mothered - 09-12-2018

(09-12-2018, 04:28 PM)darkninja1980 Wrote:
(09-12-2018, 03:58 PM)mothered Wrote:
(09-12-2018, 03:35 PM)darkninja1980 Wrote: I have mcafee

Did you add an exception to all your tools?

not yet. but I have to do this step.
https://smarthelp.mcafee.com/help/mcafee/17.x/total%20protection/en-us/GUID-7A7B8997-88DB-46C3-9A64-1240B3A98E6A.html

Same thing.

That should take care of your Issue.


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - darkninja1980 - 09-12-2018

(09-12-2018, 04:30 PM)mothered Wrote:
(09-12-2018, 04:28 PM)darkninja1980 Wrote:
(09-12-2018, 03:58 PM)mothered Wrote: Did you add an exception to all your tools?

not yet. but I have to do this step.
https://smarthelp.mcafee.com/help/mcafee/17.x/total%20protection/en-us/GUID-7A7B8997-88DB-46C3-9A64-1240B3A98E6A.html

Same thing.

That should take care of your Issue.

I even found this tutorial on one of the cracking websites.
1) Open a terminal console and type : sudo apt-get wine
2) Once the installation finished, type : wine
You will get something like that, it means that the installation is correctly installed :
└──╼ #wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
3) Then download sentry mba
4) Create the folder where you want to put the program.
5) Unzip it in this folder( for me it's : cd /home/----/Desktop/Sentry)
6) On your terminal, go where you unziped the .rar program :
cd /home/-----/Desktop/Sentry
7) Then you can launch this program by typing on your terminal :
wine Sentry_MBA.exe
That's it. This program is made for windows, so don't expect high perfomances for Linux, but it's better than nothing.
You can also create a shortcut on your desktop:
1) Type on your terminal :
cd /home/----/Desktop
2) Open the text editor :
sudo nano
3) Insert it :
[Desktop Entry]
Name=Sentry MBA
Exec=wine /home/-----/Desktop/Sentry/Sentry_MBA.exe
Type=Application
Categories=Wine;
4) Press Ctrl+X and Y to save


is there a different text editor that I can use besides nano ?


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - mothered - 09-13-2018

(09-12-2018, 04:55 PM)darkninja1980 Wrote:
(09-12-2018, 04:30 PM)mothered Wrote:
(09-12-2018, 04:28 PM)darkninja1980 Wrote: not yet. but I have to do this step.
https://smarthelp.mcafee.com/help/mcafee/17.x/total%20protection/en-us/GUID-7A7B8997-88DB-46C3-9A64-1240B3A98E6A.html

Same thing.

That should take care of your Issue.

I even found this tutorial on one of the cracking websites.
1) Open a terminal console and type :  sudo apt-get wine
2) Once the installation finished, type : wine
You will get something like that, it means that the installation is correctly installed :
└──╼ #wine
Usage: wine PROGRAM [ARGUMENTS...]  Run the specified program
wine --help  Display this help and exit
wine --version  Output version information and exit
3) Then download sentry mba
4) Create the folder where you want to put the program.
5) Unzip it in this folder( for me it's : cd /home/----/Desktop/Sentry)
6) On your terminal, go where you unziped the .rar program :
cd /home/-----/Desktop/Sentry
7) Then you can launch this program by typing on your terminal :
wine Sentry_MBA.exe
That's it. This program is made for windows, so don't expect high perfomances for Linux, but it's better than nothing.
You can also create a shortcut on your desktop:
1) Type on your terminal :
cd /home/----/Desktop
2) Open the text editor :
sudo nano
3) Insert it :
[Desktop Entry]
Name=Sentry MBA
Exec=wine /home/-----/Desktop/Sentry/Sentry_MBA.exe
Type=Application
Categories=Wine;
4) Press Ctrl+X and Y to save


is there a different text editor that I can use besides nano ?

Just do this:

* Install a VM on your Linux physical machine.
* Install a Windows OS on the VM.
* Do NOT Install an AV, and If using Windows 8 or Windows 10, disable Real-Time protection In Windows Defender.
* Run your tools to your heart's content.

Problem solved with both compatibility Issues with Linux and false positive detections via the AV.


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - darkninja1980 - 09-13-2018

(09-13-2018, 03:38 AM)mothered Wrote:
(09-12-2018, 04:55 PM)darkninja1980 Wrote:
(09-12-2018, 04:30 PM)mothered Wrote: Same thing.

That should take care of your Issue.

I even found this tutorial on one of the cracking websites.
1) Open a terminal console and type :  sudo apt-get wine
2) Once the installation finished, type : wine
You will get something like that, it means that the installation is correctly installed :
└──╼ #wine
Usage: wine PROGRAM [ARGUMENTS...]  Run the specified program
wine --help  Display this help and exit
wine --version  Output version information and exit
3) Then download sentry mba
4) Create the folder where you want to put the program.
5) Unzip it in this folder( for me it's : cd /home/----/Desktop/Sentry)
6) On your terminal, go where you unziped the .rar program :
cd /home/-----/Desktop/Sentry
7) Then you can launch this program by typing on your terminal :
wine Sentry_MBA.exe
That's it. This program is made for windows, so don't expect high perfomances for Linux, but it's better than nothing.
You can also create a shortcut on your desktop:
1) Type on your terminal :
cd /home/----/Desktop
2) Open the text editor :
sudo nano
3) Insert it :
[Desktop Entry]
Name=Sentry MBA
Exec=wine /home/-----/Desktop/Sentry/Sentry_MBA.exe
Type=Application
Categories=Wine;
4) Press Ctrl+X and Y to save


is there a different text editor that I can use besides nano ?

Just do this:

* Install a VM on your Linux physical machine.
* Install a Windows OS on the VM.
* Do NOT Install an AV, and If using Windows 8 or Windows 10, disable Real-Time protection In Windows Defender.
* Run your tools to your heart's content.

Problem solved with both compatibility Issues with Linux and false positive detections via the AV.

great. Smile
is there a different text editor that I can use besides nano ?


RE: can anyone make a tutorial for installing and using cracking tools on Linux ? - mothered - 09-14-2018

(09-13-2018, 05:36 PM)darkninja1980 Wrote:
(09-13-2018, 03:38 AM)mothered Wrote:
(09-12-2018, 04:55 PM)darkninja1980 Wrote: I even found this tutorial on one of the cracking websites.
1) Open a terminal console and type :  sudo apt-get wine
2) Once the installation finished, type : wine
You will get something like that, it means that the installation is correctly installed :
└──╼ #wine
Usage: wine PROGRAM [ARGUMENTS...]  Run the specified program
wine --help  Display this help and exit
wine --version  Output version information and exit
3) Then download sentry mba
4) Create the folder where you want to put the program.
5) Unzip it in this folder( for me it's : cd /home/----/Desktop/Sentry)
6) On your terminal, go where you unziped the .rar program :
cd /home/-----/Desktop/Sentry
7) Then you can launch this program by typing on your terminal :
wine Sentry_MBA.exe
That's it. This program is made for windows, so don't expect high perfomances for Linux, but it's better than nothing.
You can also create a shortcut on your desktop:
1) Type on your terminal :
cd /home/----/Desktop
2) Open the text editor :
sudo nano
3) Insert it :
[Desktop Entry]
Name=Sentry MBA
Exec=wine /home/-----/Desktop/Sentry/Sentry_MBA.exe
Type=Application
Categories=Wine;
4) Press Ctrl+X and Y to save


is there a different text editor that I can use besides nano ?

Just do this:

* Install a VM on your Linux physical machine.
* Install a Windows OS on the VM.
* Do NOT Install an AV, and If using Windows 8 or Windows 10, disable Real-Time protection In Windows Defender.
* Run your tools to your heart's content.

Problem solved with both compatibility Issues with Linux and false positive detections via the AV.

great. Smile
is there a different text editor that I can use besides nano ?

Nano Is Linux-based, and you won't be using that If you've Installed Windows on a VM on your Linux physical machine as explained above.