Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
How can SOC analysts stop ransomware from spreading with Network File Sharing?

So to make things clear, I heard a real story from a Network Engineer who was facing ransomware in their Network File Sharing system, and I came up with a question. What tools can SOC analysts use in addition to SIEM/SOAR to see through the logs or predict the attack? If the ransomware already passed the firewall and no threat was registered.

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

___________________________
@hacking_Attack
@Hacking_Video
Security Enthusiast — #Part1

السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ. Assalamu’alaikum Warahmatullahi Wabarakaatuh.Continue reading on Medium »
Read more...
Powering the Lamest: Self-XSS FTW!

Let’s see how you can leverage self-XSS! We will see how to leverage reflected and stored self-xss and I will leave some ideas in your…Continue reading on Medium »
Read more...
Deep Web
Can you tell me your experience?

Hello Guys, I want to create an account at a forum. I don‘t want to give any information about my person. Can you tell me how and if it is possible? They want an email, phone number.

I would really appreciate if someone can help!

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

___________________________
@hacking_Attack
@Hacking_Video
Cerbrutus - Network Brute Force Tool, Written In Python

Modular brute force tool written in Python, for very fast password spraying SSH, and FTP and in the near future other network services. COMING SOON: SMB, HTTP(s) POST, HTTP(s) GET, HTTP BASIC AUTH Thanks to @0dayctf, Rondons, Enigma, and 001 for testing and contributingInstallation: cd /optgit clone https://github.com/Cerbrutus-BruteForcer/cerbrutus Usage: python3 /opt/cerbrutus/cerbrutus.py --helpusage: cerbrutus.py -h -U USERS -P PASSWORDS -p PORT -t THREADS -q [QUIET [QUIET ...]] Host ServicePython based network brute forcing tool!positional arguments: Host The host to connect to - in IP or VHOST/Domain Name form Service The service to brute force (currently implemented 'SSH')optional arguments: -h, --help show this help message and exit -U USERS, --users USERS Either a single user, or the path to the file of users you wish to use -P PASSWORDS, --passwords PASSWORDS Either a single password, or the path to the password list you wish to use -p PORT, --port PORT The port you wish to target (only required if running on a non standard port) -t THREADS, --threads THREADS Number of threads to use -q QUIET [QUIET ...], --quiet QUIET [QUIET ...] Do not print banner /opt/cerbrutus/cerbrutus.py 10.10.10.10 SSH -U "username" -P /opt/wordlists/fasttrack.txt -t 10 ================================================================ / ] / ]| \ | \ | \| | || || | |/ / / / / _ | D )| o )| D ) | || || | ( \\_ / / | \_| / | || /| | ||_| |_|| | |\_ | / \_ | \_ | \ | O || \| : | | | | : |/ \ | \ || || . \| || . \ | | | | |\ | \\_||\_||\_|\\_||\_||\_|\\_|\\_,\_| |\_| \\_,\_| \\_| Network Brute Force Tool https://github.com/Cerbrutus-BruteForcer/cerbrutus ================================================================ < br/>[\* - Initialising password list...Read in 224 words from /opt/wordlists/fasttrack.txt+ - Running with 10 threads...\* - Starting attack against username@10.10.10.10\* - Trying: 65/224 Test Run: # The password is in line number 12600 in rockyou 64 threads -> 1400 seconds ~ 7 minutes (hydra took 30 minutes) 1000 threads -> 464 seconds -> 27 requests per second 100 threads took 1000 seconds -> 12 requests per second # the password is in line 460 100 threads took 32 seconds -> 14 requests per second 1000 threads took 16 seconds -> 28 requests per second 64 threads took 51 seconds -> 9 requests per second (hydra took the same time) # word number 20k in rockyou 1100 threads took 637 seconds which means 31 rps 110 threads took 1457 seconds so that's 13.7 rps Uses a custom implementation of paramiko to overcome a few minor issues with implementing it for ssh brute forcing. - https://github.com/paramiko/paramiko/ Download Cerbrutus
Read more...

___________________________
@hacking_Attack
@Hacking_Video