Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


can anyone make a tutorial for installing and using cracking tools on Linux ? filter_list
Author
Message
RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #11
(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.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #12
(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.
[Image: AD83g1A.png]

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #13
(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
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #14
(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?
[Image: AD83g1A.png]

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #15
(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...98E6A.html
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #16
(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...98E6A.html

Same thing.

That should take care of your Issue.
[Image: AD83g1A.png]

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #17
(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...98E6A.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 ?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #18
(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...98E6A.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.
[Image: AD83g1A.png]

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #19
(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 ?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: can anyone make a tutorial for installing and using cracking tools on Linux ? #20
(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.
[Image: AD83g1A.png]

Reply







Users browsing this thread: 3 Guest(s)