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
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Top Basic Kali Linux Commands — 2021

https://cdn-images-1.medium.com/max/656/0*ZQ9c84h7aeLVhSVY.png
Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing, It is maintained and funded by…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackerMan Sergio: CSRF Tutorial (DVWA High Security Level)

https://cdn-images-1.medium.com/max/1194/1*G0ja7KSm5fRGVH_IBnm76A.png
Today we will learn how to conduct a Cross-Site Request Forgery attack on the DVWA (Damn Vulnerable Web Application) on the high security…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cross-Site Request Forgery test case

https://cdn-images-1.medium.com/max/669/0*EDLJXjBJd2dUxK7E.png
Cross-site request forgery(csrf) also known as one-click attack or session riding is type of attack where application server accept the…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is Encryption?

Hey folks, welcome to this module, In this tutorial, we will study What is encryption and what is decryption techniques, What are the…

Continue reading on Medium »
Cross-Site Request Forgery test case

Cross-site request forgery(csrf) also known as one-click attack or session riding is type of attack where application server accept the…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
IOTA's (cryptocurrency) organises a CTF for their cryptography libary. Price: $5000

Stronghold is an open-source software library that was originally built to protect IOTA Seeds, but can be used to protect any digital secret. It is a secure database for working with cryptography, which ensures that secrets (like private keys) are never revealed. It provides its own peer-to-peer communication layer, so that different apps can securely communicate using the state-of-the-art Noise Protocol over libp2p. Stronghold will form a secure base for the new IOTA Firefly wallet and will be integrated into IOTA Identity. Blog post

submitted by /u/Keenstijl
[link] [comments]
hacking: security in practice
What are some great networking certifications to strenghen an ethical hacker's resume?

I am new to hacking and I want to create a studying schedule. Having a certification as a goal seems ideal, so what would be a certification in networking fundamentals that are usefull in hacking?

submitted by /u/cantthinkofanicename
[link] [comments]
hacking: security in practice
Searching for recoding-robust steganography library

As mentioned above, I search for a library able to embed data into an image so that the content even can be restored after the filetyp of the image is changed from e.g. png to jpeg or the jpeg is recompressed? Python preferred... Can anyone help me, please?

submitted by /u/Josef-Knecht
[link] [comments]
hacking: security in practice
Internet Restricted Country

Hey guys, basically I need your advice.

I am from a country that has the worst internet censorship to the point where most basic stuff like Instagram, Facebook, BBC news and etc are restricted. When we use VPN to avoid block the internet gets soo slow to the point where they can use the internet but with a huge pain a waiting time. However, it happens that one day that VPN stops working at all (maybe they blocking them too). My sister currently located in that country, I can not talk to her via Facetime and etc, so I have to directly call her using apps like Yolla. I spend tons of money to keep a balance to call her directly but she says that these calls are always listened to by authorities. So questions:

1. How can she avoid those blocks, what generally people from countries with heavily restricted internet can do?
2. What my sister can do so they could not listen to help phone talks? Or me maybe.

Thank you, all of you for your response.

p.s I am not a hacker and I am just entry-level at CSC so thought you guys have more experience in those to give me valuable advice.

submitted by /u/nineteen19nineteen19
[link] [comments]
OffensivePipeline - Tool To Download, Compile (Without Visual Studio) And Obfuscate C# Tools For Red Team Exercises
http://www.kitploit.com/2021/03/offensivepipeline-tool-to-download.html
OffensivePipeline allows to download, compile (without Visual Studio) and obfuscate C# tools for Red Team exercises. OffensivePipeline downloads the tool from the git repository, then compiles it with msbuild and finally obfuscates it with ConfuserEx (https://github.com/mkaring/ConfuserEx/tree/v1.4.1).
Examples
List all tools: OffensivePipeline.exe list
Build all tools: OffensivePipeline.exe all
Build a tool OffensivePipeline.exe t toolName