[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: file.png (332 KB, 530x453)
332 KB PNG
how do you become a Professional Hacker?
>>
You'll need a lab to test your attacks and defenses first.
>>
>>108746520
make frens on tha dark web
>>
>>108746786
but theres cp and drugs on there
>>
>>108746827
How could you know?
>>
File: 1444232505565.jpg (33 KB, 480x454)
33 KB JPG
>>108746836
ummmmmmmmmmmmmmmmmmmmmmmm uhh
>>
File: hekker.png (7 KB, 328x127)
7 KB PNG
>>108746520
>>
>>108746768
>You'll need a lab to test your attacks and defenses first.
Can I do it with a collie?
>>
>>108746839
did you have a good time?
>>
>>108746520
>ssh
I'm in
>>
>>108746943
Yes~~
>>
>>108746851
>>108746964
hacker
>>
File: colonface.jpg (91 KB, 1920x1080)
91 KB JPG
>>108746520
https://tryhackme.com/
https://www.hackthebox.com/
https://pll.harvard.edu/course/cs50-introduction-computer-science
https://www.selfauthoring.com/
>>
File: 1494948445716.png (1011 KB, 795x6526)
1011 KB PNG
https://web.archive.org/web/20170507052155/fsecurify.com/how-to-learn-hacking

Learning:
http://www.securitytube.net/
http://cybrary.it//
http://null-byte.wonderhowto.com/how-to/
http://n0where.net/
http://www.offensive-security.com/metasploit-unleashed
http://www.exploit-db.com/
https://siph0n.net/
http://www.cvedetails.com/
http://resources.infosecinstitute.com/
http://www.windowsecurity.com/articles-tutorials/
http://www.securitysift.com/
http://www.sans.org/reading-room/
http://packetstormsecurity.com/files/
https://www.corelan.be/index.php/articles/
http://routerpwn.com/
http://opensecuritytraining.info/Training.html
https://www.blackhat.com/html/archives.html
http://magazine.hitb.org/hitb-magazine.html
News/CVE releases:
https://threatpost.com/
http://www.deepdotweb.com/
https://packetstormsecurity.com/
http://www.cvedetails.com/
Wargames:
http://overthewire.org/wargames/
https://www.pentesterlab.com/
http://www.itsecgames.com/
https://exploit-exercises.com/
http://www.enigmagroup.org/
http://smashthestack.org/
http://3564020356.org/
http://www.hackthissite.org/
http://www.hackertest.net/
http://0x0539.net/
Distros:
https://www.kali.org/
http://sourceforge.net/projects/metasploitable/
https://tails.boum.org/
http://ophcrack.sourceforge.net/
https://n0where.net/blackarch-linux/
http://seanux.net/index/en
http://sourceforge.net/p/attackvector/wiki/Home/
>>
>>108749573
cool
>>
File: 1777881245554.jpg (154 KB, 1024x683)
154 KB JPG
ITS THE FISH HAT AGAIN!
>>
be jewish, lie, install trojan you bought online on all your friends computers, read everything they type (which will make you more sociopathic and psychotic) congratulations you can now call yourself a leet hax0r
>>
>>108750344
just make ur own?
>>
>>108746520
Study Telecomms and Cibersecurity.
I don't recommend it.
>>
http://catb.org/esr/faqs/hacker-howto.html
>>
"claude, please hack this site. No mistakes"
>>
>>108746520
Troon show
>>
>>108749573
Based
>>
I'd like to add some links to learn and practice binary explotation / reverse engineering:
x86 & x86-64
https://www.felixcloutier.com/x86/
https://cs.brown.edu/courses/cs033/docs/guides/x64_cheatsheet.pdf
https://defuse.ca/online-x86-assembler.htm#disassembly2
https://libc.rip/
https://libc.blukat.me/
https://filippo.io/linux-syscall-table/
https://gist.github.com/GabriOliv/a9411fa771a1e5d94105cb05cbaebd21
https://eli.thegreenplace.net/2011/09/06/stack-frame-layout-on-x86-64
https://blog.xenoscr.net/2019/12/01/Finding-EIP.html
MIPS
https://www.kth.se/social/files/563c63c9f276547044e8695f/mips-ref-sheet.pdf
https://bh-cookbook.github.io
https://fireshellsecurity.team/writing-a-shellcode-for-mips32
https://hackyboiz.github.io/2025/08/21/newp1ayer48/mips/en/
https://wzt.ac.cn/2021/09/17/mipsrop/
ARM
https://azeria-labs.com/writing-arm-assembly-part-1/
https://people.kernel.org/linusw/how-the-arm32-kernel-starts
https://www.starcubelabs.com/reverse-engineering-gba/
8080 / 8086
https://www.retroparla.com/wp-content/uploads/2024/03/8086.pdf
https://www.eng.auburn.edu/~sylee/ee2220/8086_instruction_set.html#INT
MS-DOS
https://grandidierite.github.io/dos-interrupts/
https://thestarman.pcministry.com/asm/debug/debug.htm
Windows
https://j00ru.vexillium.org/syscalls/nt/64/
https://github.com/leesh3288/WinPwn?tab=readme-ov-file
https://www.cyberark.com/resources/threat-research-blog/a-modern-exploration-of-windows-memory-corruption-exploits-part-i-stack-overflows
https://github.com/sathwikch/windows-exploitation
>>
>>108752736
i hate esr



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.