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
Dark Reading: Attacks/Breaches
Shouldering the Increasingly Heavy Cloud Shared-Responsibility Model

There are a number of solutions that can help ensure security and compliance mandates are met in the cloud, but organizations should prioritize integration and policy-based management.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacking: It’s 80% Human, 20% Computer

https://cdn-images-1.medium.com/max/2600/0*8o31zFR5mGu-J-MM
Last week, as I was learning the fundamentals of reverse engineering, I made the decision to look into what makes a successful hack. I’m…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Nmap keeps returning different results?

sudo nmap -Pn -p- -A -vvv IP_ADDRESS

The same nmap command has told me that: 10 ports are open (but not 6379 for Redis), that 3 ports are open including 6379 for Redis, and that every single port is closed.

I’m doing a CTF so I don’t expect a firewall to be messing with my results, and this is against a Windows machine if it matters (hence the -Pn). I’ve tried varying the command a bit as well, but I still get inconsistent results.

TL;DR

Since defensive measures are unlikely, what could cause nmap to behave unpredictably? Could it be related to heavy traffic from other users? Is this somehow related to Windows, since I’ve only ever had this happen when scanning Windows machines?

I appreciate any input

submitted by /u/Agent-BTZ
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
What can be done with hosts stored in the Metasploit database?

Just been using Metasploit a bit recently and was just wondering what the point was of the database feature?

More specifically, can you use the hosts and their services which have been saved in the database (from an imported Nmap scan for example) to search for exploits which may be able to work on any of the hosts/services?

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