Sinisterly
what is your favorite hacking tool? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+--- Thread: what is your favorite hacking tool? (/Thread-what-is-your-favorite-hacking-tool)

Pages: 1 2


what is your favorite hacking tool? - darkninja1980 - 09-07-2018

my favorite tool is wireshark!


RE: what is your favorite hacking tool? - Cr3aTor - 09-07-2018

I think tools are made for different purposes and needs, so basically I can't have a favorite tool since you need to use them for specific tasks.


RE: what is your favorite hacking tool? - mothered - 09-07-2018

I seldom use tools during my exploitation, but In terms of vulnerability assessment, Acunetix does the job well.


RE: what is your favorite hacking tool? - darkninja1980 - 09-07-2018

(09-07-2018, 07:43 AM)Cr3aTor Wrote: I think tools are made for different purposes and needs, so basically  I can't have a favorite tool since you need to use them for specific tasks.

(09-07-2018, 07:45 AM)mothered Wrote: I seldom use tools during my exploitation, but In terms of vulnerability assessment, Acunetix does the job well.

thank you for both of your input. Cool


RE: what is your favorite hacking tool? - Bish0pQ - 09-07-2018

(09-07-2018, 07:45 AM)mothered Wrote: I seldom use tools during my exploitation, but In terms of vulnerability assessment, Acunetix does the job well.

Have you ever heard of OWASP ZAP? It is open-source and I have personally used it a lot for pentesting websites and web applications. These are just very main scanners that don't do any exploitation and are simply for information gathering though.

@OP, like stated above, there aren't really a "fixed" amount of tools that you need to use to 'hack' or pentest something. It all depends on a shit load of variables. First step would always be information gathering, check what possible vulnerabilities there are, or finding the weakest link of the chain and go from there.

And I'm not sure if you're talking about hacking tools for web related things or also things like reverse engineering?


RE: what is your favorite hacking tool? - mothered - 09-07-2018

(09-07-2018, 11:03 AM)Bish0pQ Wrote: Have you ever heard of OWASP ZAP? It is open-source and I have personally used it a lot for pentesting websites and web applications.

Yes I've used It and although It's a somewhat basic form of analysis, I do find It of benefit.

It's simplistic GUI makes It a pleasure to use.

(09-07-2018, 11:03 AM)Bish0pQ Wrote: or also things like reverse engineering?

My favorite reverse engineering tools are OllyDbg (who doesn't have this) and all It's plugins, Import REC, PEiD (to detect packers and compilers) and of course the Win32dasm disassembler.


RE: what is your favorite hacking tool? - tschaikowsky - 09-07-2018

SQLMap in Combination with some priv8 Tools


RE: what is your favorite hacking tool? - darkninja1980 - 09-08-2018

(09-07-2018, 11:03 AM)Bish0pQ Wrote:
(09-07-2018, 07:45 AM)mothered Wrote: I seldom use tools during my exploitation, but In terms of vulnerability assessment, Acunetix does the job well.

Have you ever heard of OWASP ZAP? It is open-source and I have personally used it a lot for pentesting websites and web applications. These are just very main scanners that don't do any exploitation and are simply for information gathering though.

@OP, like stated above, there aren't really a "fixed" amount of tools that you need to use to 'hack' or pentest something. It all depends on a shit load of variables. First step would always be information gathering, check what possible vulnerabilities there are, or finding the weakest link of the chain and go from there.

And I'm not sure if you're talking about hacking tools for web related things or also things like reverse engineering?

(09-07-2018, 11:20 AM)mothered Wrote:
(09-07-2018, 11:03 AM)Bish0pQ Wrote: Have you ever heard of OWASP ZAP? It is open-source and I have personally used it a lot for pentesting websites and web applications.

Yes I've used It and although It's a somewhat basic form of analysis, I do find It of benefit.

It's simplistic GUI makes It a pleasure to use.

(09-07-2018, 11:03 AM)Bish0pQ Wrote: or also things like reverse engineering?

My favorite reverse engineering tools are OllyDbg (who doesn't have this) and all It's plugins, Import REC, PEiD (to detect packers and compilers) and of course the Win32dasm disassembler.

(09-07-2018, 04:06 PM)tschaikowsky Wrote: SQLMap in Combination with some priv8 Tools

what is priv8 tools?


RE: what is your favorite hacking tool? - mothered - 09-08-2018

(09-08-2018, 12:11 AM)darkninja1980 Wrote: what is priv8 tools?

I assume It's referring to personally-coded, or tools that have not been distributed online.


RE: what is your favorite hacking tool? - darkninja1980 - 09-10-2018

(09-08-2018, 04:10 AM)mothered Wrote:
(09-08-2018, 12:11 AM)darkninja1980 Wrote: what is priv8 tools?

I assume It's referring to personally-coded, or tools that have not been distributed online.

oh okay understand now. Smile