Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K 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
A curated list of various bug bounty tools

ContentsContinue reading on Medium »
Read more...
Hacking Security Ebooks

👉Comment on any broken links or requests for books. 👉Follow me on Twitter:https://twitter.com/root_babu 👉Follow me on…Continue reading on Medium »
Read more...
hacking: security in practice
Can anyone tell me why this is not working?

I am just getting started into kali. Was following a tutorial for scanning ports. This code is supposed to show open ports, but it doesn't shows any ports open.
#!/bin/python import sys import socket from datetime import datetime #Define our target if len(sys.argv) == 2: #sys.argv is same as $1 in bash ie. taking the first argument target = socket.gethostbyname(sys.argv[1]) #translating hostname to ipv4 else: print('Invalid amount of argument') print('Syntax: python3 scanner.py
submitted by /u/muzillafirefox
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Log4j CVE-2021-44228
https://www.reddit.com/r/redteamsec/comments/tm2ted/log4j_cve202144228/

Hi all! I'm making an assignment for my university which consists in executing a pentest on a docker. By scanning with nessus I found a Log4j vulnerability and I'm trying to get the PoC of it. I searched on the web but I didn't find any interesting info about how to do that. Anyone has got some ideas? According to nessus, it seems to be related to LDAP service. (vulnerability got found on tcp port 80) https://preview.redd.it/m4vk6psk6bp81.png?width=1345&format=png&auto=webp&s=6d0e5541c4aa627f4c610943d185342a7c269909 submitted by /u/_1NiCk1_ (https://www.reddit.com/user/_1NiCk1_)
[link] (https://www.reddit.com/r/redteamsec/comments/tm2ted/log4j_cve202144228/) [comments] (https://www.reddit.com/r/redteamsec/comments/tm2ted/log4j_cve202144228/)

___________________________
@hacking_Attack
@Hacking_Video
Instagram and Facebook Account Takeover if another user account is logged into your system/mobile

Hi, I'm Praveen Kumar, let's start with how we can take complete takeover and access to other Facebook and Instagram accounts if it's…Continue reading on Medium »
Read more...