Aug 05, 2023, 11:36 PM
|
Best hacking programming language
by Xixuegui - Wednesday June 14, 2023 at 12:15 PM
|
|
Aug 06, 2023, 11:16 AM
python bash and go are all good
Aug 08, 2023, 01:49 PM
(This post was last modified: Aug 08, 2023, 01:53 PM by bakedbeansmaster.)
There is so much more context needed than "Best language" and ""Python or Go". There are many sides to picking a good language.
I reckon the first question would be: what do you want to achieve? How many platforms do you want your code to run on? Does the source code need to be obfuscated/unreadable? For example: anyone with your Python software can just open it up and read it right away. This becomes harder with languages like C or Rust, especially if you apply proper obfuscation. Does your code need to run on virtually anything? Java or a CPython implementation are probably a good choice. Choosing between compiled or interpreted may also be important for specific use cases.c (Aug 04, 2023, 11:52 AM)MadRobot Wrote: the best assembler, but few people know it It all depends. Assembly is powerful only if it's used for the right case. I don't think any sane person would, for example, write an automated phishing framework in assembly. It would certainly be possible but the sheer waste of time and added overhead and complexity would make it a bad choice of language.
Aug 18, 2023, 11:45 PM
Python. Considering how versatile it is
Aug 19, 2023, 05:31 AM
It's should be Python, but Go language will also have the potenials
Aug 27, 2023, 01:57 AM
PYTHON And GO
Mar 11, 2024, 08:44 AM
How can I leak datas
Oct 19, 2024, 10:44 PM
anything works until you scale it up, but python is easy and quick
Nov 01, 2024, 07:14 PM
Depends what u want to do. Scripting => python or bash, malware => c or some assembler
Nov 02, 2024, 02:13 PM
If you want to write malware, I 100% recommend Go, as it allows you to access all Windows APIs through syscalls. You could do this in Python as well, but it would use a lot of memory, which might alert the antivirus. However, if you're looking to exploit vulnerabilities in Bluetooth, Wi-Fi, etc., I recommend Python due to its faster development process.
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Acunetix 23.7 | 37 | 7,107 |
1 hour ago Last Post: Usercomplex |
||
| [FREE] Database Searcher Telegram | 1,004 | 80,237 |
Apr 24, 2026, 12:13 PM Last Post: FAKE_NBOBN00 |
||
| ✅ Top 10 Google Dorks For SQL Injections | 9 | 217 |
Apr 24, 2026, 02:54 AM Last Post: elliotalderson4 |
||
| [2026] Bypass AV / EDR | 62 | 768 |
Apr 24, 2026, 02:44 AM Last Post: elliotalderson4 |
||
| Cardable Giftcard Websites | 8 | 236 |
Feb 10, 2026, 01:08 PM Last Post: mreai |
||




