Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
hacking: security in practice
Hacking videos w educational and entertainment value?

Im just starting to get into the IT world, and my goal is to get into penetration testing. Right now im working on basic certifications to get general knowledge before my OSCP which hopefully ill start before the year ends. That being said, im looking for some hacking videos that i can learn from, but are also entertaining enough that i can get high and just chill w when im done studying for the night. Any youtube or other video streaming platform recommendations would be awesome!

submitted by /u/piehero2
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
dsicord hacks

dsucord hakcs

submitted by /u/yyrczzz
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Some Tough Questions
https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/

1-What are the biggest mistakes you made or you see others make when learning about pen-testing? What are the most common mistakes at the pro level? 2-If you had to train me for 4 weeks for a zero to mastery competition on pen-testing, and 1 million dollars was on the line, what would that training look like? What about 8 weeks? What would your roadmap and sequencing be? 3- What do you think are the commonalities amongst the top TryHackMe/HackTheBox competitors? 4B- Which of these commanalities are not taught at TryHackMe/HackTheBox or online courses? 4C- Which neglected commonality (found in answer 4B) could I get good at abnormally quickly. 4- If you were to create a 'cheat sheet' that listed the most important principles or concepts in pen-testing, what would be on it? 5-What small projects would you recommend a new person to make to keep them motivated? 6-How do you retain your knowledge? Do you take notes with pen and paper or digitally? Do you prefer to remember through practice and building projects instead submitted by /u/s-pi1313 (https://www.reddit.com/user/s-pi1313)
[link] (https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/) [comments] (https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Ghidra JDK home directory issue

I downloaded Ghidra from here
wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.1.1_build/ghidra_10.1.1_PUBLIC_20211221.zip
Extract it
7z x ghidra_10.1.1_PUBLIC_20211221.zip
Change directory
cd ghidra_10.1.1_PUBLIC
List directory
$ ls -lh total 48K drwxr-xr-x 5 user user 4.0K Dec 21 13:41 docs drwxr-xr-x 5 user user 4.0K Dec 21 13:41 Extensions drwxr-xr-x 9 user user 4.0K Dec 21 13:41 Ghidra -rwxr-xr-x 1 user user 883 Dec 21 13:41 ghidraRun -rw-r--r-- 1 user user 344 Dec 21 13:41 ghidraRun.bat drwxr-xr-x 6 user user 4.0K Dec 21 13:41 GPL -rw-r--r-- 1 user user 12K Dec 21 13:41 LICENSE drwxr-xr-x 2 user user 4.0K Dec 21 13:41 licenses drwxr-xr-x 2 user user 4.0K Dec 21 13:41 server drwxr-xr-x 2 user user 4.0K Dec 21 13:41 support
Run the binary, but need to specify JDK path
$ ./ghidraRun Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true ****************************************************************** JDK 11+ (64-bit) could not be found and must be manually chosen! ****************************************************************** Enter path to JDK home directory (ENTER for dialog):
So, I checked Java version
$ java --version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true openjdk 11.0.12 2021-07-20 OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2) OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2, mixed mode, sharing)
I also checked java path
$ which java /usr/bin/java
And it's realpath
$ realpath /usr/bin/java /usr/lib/jvm/java-11-openjdk-amd64/bin/java
However, when I put the directory, I'm getting the following error
$ ./ghidraRun Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true ****************************************************************** JDK 11+ (64-bit) could not be found and must be manually chosen! ****************************************************************** Enter path to JDK home directory (ENTER for dialog): /usr/lib/jvm/java-11-ope Not a valid JDK home directory. Not a directory! Enter path to JDK home directory (ENTER for dialog): /usr/lib/jvm/java-11-ope Not a valid JDK home directory. Missing bin directory! Enter path to JDK home directory (ENTER for dialog): /usr/lib/jvm/java-11-ope Not a valid JDK home directory. JDK is missing javac executable! Enter path to JDK home directory (ENTER for dialog):
What's wrong in this case? What should I do to fix it?

submitted by /u/w0lfcat
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
OSINT digital intelligence

What are some uncommon methods do you know of gathering info of targets?

Any suggesions for softwares used by intelligence and law agencies for investigations and information gathering?

example-Cellebrite

submitted by /u/thecirclingfly
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
How I was able to find multiple vulnerabilities of a Symfony Web Framework web application

Found high severity vulnerability just from reconnaissance. Found multiple vulnerabilities on a web application that used the Symfony web…Continue reading on Medium »
Read more...
Setting up a Free VPS for Bug Bounty & More

Finding Bugs can be Time consuming and as for day-to-day life, you are not sitting on your one computer all day unless you are a…Continue reading on Medium »
Read more...