Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.2K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
NimGetSyscallStub - Get Fresh Syscalls From A Fresh Ntdll.Dll Copy

Get fresh Syscalls from a fresh ntdll.dll copy. This code can be used as an alternative to the already published awesome tools NimlineWhispers and NimlineWhispers2 by @ajpc500 or ParallelNimcalls. The advantage of grabbing Syscalls dynamically is, that the signature of the Stubs is not included in the file and you don't have to worry about changing Windows versions. To compile the shellcode execution template run the following: nim c -d:release ShellcodeInject.nim The result should look like this: Download NimGetSyscallStub
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
How do you read webpack minified js files for XSS and stuff

I asked the same question in a JavaScript Reddit and they said webpack generated js isn't meant to be read by humans. While I know hackers who does it.

It is complex but I still want to get better at reviewing it. Any tips?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
I'm getting tracked down from buying insta bots.

I went on a website and did some free trial thing now i keep getting messages from random emails telling me to buy more followers and threating me, I deactivated my account and i dont know what to do.

(edit) He sent me my moms instagram account

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
what can a hacker do with your mobile

Hi, I have zero knowledge about hacking. I just want to know what happens if a hacker finds a mobile in worst case scenario?

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

___________________________
@hacking_Attack
@Hacking_Video
Get fresh Syscalls (https://www.kitploit.com/search/label/Syscalls) from a fresh ntdll.dll copy. This code can be used as an alternative to the already published awesome tools NimlineWhispers (https://github.com/ajpc500/NimlineWhispers) and NimlineWhispers2 (https://github.com/ajpc500/NimlineWhispers2) by @ajpc500 (https://twitter.com/ajpc500) or ParallelNimcalls (https://github.com/frkngksl/ParallelNimcalls).
The advantage of grabbing Syscalls dynamically is, that the signature of the Stubs is not included in the file and you don't have to worry about changing Windows (https://www.kitploit.com/search/label/Windows) versions. To compile the shellcode execution template run the following: nim c -d:release ShellcodeInject.nim
The result should look like this:

___________________________
@hacking_Attack
@Hacking_Video
Escalating Open Redirect to XSS

Hello everyone. Myself Sagar Sajeev.Continue reading on Medium »
Read more...
Bypassing unexpected IDOR

Hello guys, I am back again with another writeup on my very recent bug finding on HackerOne Private VDP. In this writeup I am gonna tell…Continue reading on Medium »
Read more...