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
NFT Security in Blockchain | QuillAudits

https://cdn-images-1.medium.com/max/1920/0*C--QSXSQ8Bn7s0ah
There have been several instances of NFT hacks and exploits in the past, and it is important for users of NFTs to be aware of these risks.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Are the so called hacking sites on the dark web actually legit?

This is just an inquiry and I fully understand that the practice is illegal. However I’m still curious whether or not these sites are legit.

submitted by /u/BigBananaWoman
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Are there any good free lesser-known IP grabbers?

Grabify seems to be quite popular and whenever someone uses a redirect checking tool, they can easily see "Grabify" and know it's an IP grabber. Are there any lesser-known IP grabbers that are less suspicious of being IP grabbers?

Are there any additional steps I could take to "mask" my IP grabber from someone who uses a url redirect checker like wheregoes.com?

submitted by /u/TheHunter920
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hacked

More of a rant, so feel free to pass.

My Facebook was hacked a couple days ago because I'm an idiot and wasn't paying attention and helped someone i thought was a friend. I'm usually on the ball with account security and my gut was telling me something was wrong but I disregarded it, like an absolute idiot. Needless to say I'm resigned to having lost my account, that I've had for years, but it's still gnawing in the back of my mind and I can't get it out.

I know FB doesn't give a sh!t about regular "nobodies" like me and that's fine, I'm just hoping they're able to recover anything or even get back to me.

I get some of the reasons why people do this, but its just so frustrating and defeating to have been taken; especially when I've lost years of memories that I can't recover.

Is there anything other than financial information I should reassess? What other information could have gotten exposed and/or what else should I do post hack?

submitted by /u/Intde
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Posters for protocols

Heya,

has any of you stumbled across any good posters? I would love to have a poster with the linux syntax for ftp, ssh, curl and so on and so fourth, but I can't seem to find anything.

submitted by /u/Logias321
[link] [comments]
laZzzy - Shellcode Loader, Developed Using Different Open-Source Libraries, That Demonstrates Different Execution Techniques
http://www.kitploit.com/2022/12/lazzzy-shellcode-loader-developed-using.html
laZzzy is a shellcode loader that demonstrates different execution techniques (https://www.kitploit.com/search/label/Techniques) commonly employed by malware. laZzzy was developed using different open-source header-only libraries. Features Direct syscalls and native (Nt*) functions (not all functions but most) Import Address Table (IAT) evasion Encrypted payload (XOR and AES) Randomly generated key Automatic padding (if necessary) of payload with NOPS (\x90) Byte-by-byte in-memory decryption (https://www.kitploit.com/search/label/Decryption) of payload XOR-encrypted strings PPID spoofing Blocking of non-Microsoft-signed DLLs (Optional) Cloning of PE icon and attributes (Optional) Code signing with spoofed cert
How to Use Requirements: Windows machine w/ Visual Studio and the following components, which can be installed from Visual Studio Installer > Individual Components: C++ Clang Compiler (https://www.kitploit.com/search/label/Compiler) for Windows and C++ Clang-cl for build tools