Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe Crocc Crew Writeup
https://cdn-images-1.medium.com/max/766/1*MQ3kv02HN-NV0cKSD9fNiA.png
Crocc Crew Walkthrough
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe Crocc Crew Writeup
https://cdn-images-1.medium.com/max/766/1*MQ3kv02HN-NV0cKSD9fNiA.png
Crocc Crew Walkthrough
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe Crocc Crew Writeup
Crocc Crew Walkthrough
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe — That’s The Ticket WriteUp
https://cdn-images-1.medium.com/max/1261/1*NRv1UBkxUTrAB3eTgA19_w.png
That’s the Ticket is a boot2root CTF on TryHackMe. The room has “Medium” difficulty.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe — That’s The Ticket WriteUp
https://cdn-images-1.medium.com/max/1261/1*NRv1UBkxUTrAB3eTgA19_w.png
That’s the Ticket is a boot2root CTF on TryHackMe. The room has “Medium” difficulty.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe — That’s The Ticket WriteUp
That’s the Ticket is a boot2root CTF on TryHackMe. The room has “Medium” difficulty.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cyber Security and theHuman Response
https://cdn-images-1.medium.com/max/682/1*AYLuHPZIGPScILQyxuEcwg.jpeg
Before I start with this article I would like to ask, have you ever been the victim of hacking or unlawful accessing of your data?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Cyber Security and theHuman Response
https://cdn-images-1.medium.com/max/682/1*AYLuHPZIGPScILQyxuEcwg.jpeg
Before I start with this article I would like to ask, have you ever been the victim of hacking or unlawful accessing of your data?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cyber Security and the Human Response
Before I start with this article I would like to ask, have you ever been the victim of hacking or unlawful accessing of your data?
“Neighbour” CTF Walkthrough from TryHackMe
https://medium.com/@rdillon73/neighbour-ctf-walkthrough-from-tryhackme-79245614bdd3?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@rdillon73/neighbour-ctf-walkthrough-from-tryhackme-79245614bdd3?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
“Neighbour” CTF Walkthrough from TryHackMe
Hello!
Hello!Continue reading on Medium » (https://medium.com/@rdillon73/neighbour-ctf-walkthrough-from-tryhackme-79245614bdd3?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
“Neighbour” CTF Walkthrough from TryHackMe
Hello!
Kali Linux Tutorials
Jscythe : Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript Code
Jscythe abuses the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code, even if their debugging capabilities are disabled.
Tested and working against Visual Studio Code, Discord, any Node.js application and more!
How?
1. Locate the target process.
2. Send
3. Determine debugging port by diffing open ports before and after sending
4. Get the websocket debugging URL and session id from http://localhost:.
5. Send a
6. Profit.
Building
cargo build --release
Running
Target a specific process and execute a basic expression:
./target/debug/jscythe --pid 666 --code "5 - 3 + 2"
Execute code from a file:
./target/debug/jscythe --pid 666 --script example_script.js
The
require('child_process').spawnSync('/System/Applications/Calculator.app/Contents/MacOS/Calculator', { encoding : 'utf8' }).stdout
Search process by expression:
./target/debug/jscythe --search extensionHost --script example_script.js
Other Options
Run
Click Here To Download
___________________________
@hacking_Attack
@Hacking_Video
Jscythe : Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript Code
Jscythe abuses the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code, even if their debugging capabilities are disabled.
Tested and working against Visual Studio Code, Discord, any Node.js application and more!
How?
1. Locate the target process.
2. Send
SIGUSR1signal to the process, this will enable the debugger on a port (depending on the software, sometimes it’s random, sometimes it’s not).3. Determine debugging port by diffing open ports before and after sending
SIGUSR1.4. Get the websocket debugging URL and session id from http://localhost:.
5. Send a
Runtime.evaluaterequest with the provided code.6. Profit.
Building
cargo build --release
Running
Target a specific process and execute a basic expression:
./target/debug/jscythe --pid 666 --code "5 - 3 + 2"
Execute code from a file:
./target/debug/jscythe --pid 666 --script example_script.js
The
example_script.jscan require any node module and execute any code, like:require('child_process').spawnSync('/System/Applications/Calculator.app/Contents/MacOS/Calculator', { encoding : 'utf8' }).stdout
Search process by expression:
./target/debug/jscythe --search extensionHost --script example_script.js
Other Options
Run
jscythe --helpfor the complete list of options.Click Here To Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Jscythe:Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript Code
Jscythe abuses the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code
Hacking on Medium
Roblox Hacks — Arsenal and Tycoon
Roblox is one of the most popular online multiplayer gaming platforms today. I’ve been playing it quite a bit lately, and have been…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Roblox Hacks — Arsenal and Tycoon
Roblox is one of the most popular online multiplayer gaming platforms today. I’ve been playing it quite a bit lately, and have been…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Roblox Hacks — Arsenal and Tycoon
Roblox is one of the most popular online multiplayer gaming platforms today. I’ve been playing it quite a bit lately, and have been…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Experts Warn of Browser Extensions Spying On Users via Cloud9 Chrome Botnet Network
https://cdn-images-1.medium.com/max/602/0*Z8cZpm6smpt8GSU7.jpg
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Experts Warn of Browser Extensions Spying On Users via Cloud9 Chrome Botnet Network
https://cdn-images-1.medium.com/max/602/0*Z8cZpm6smpt8GSU7.jpg
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Experts Warn of Browser Extensions Spying On Users via Cloud9 Chrome Botnet Network
The Keksec threat actor has been linked to a previously undocumented malware strain, which has been observed in the wild masquerading as an extension for Chromium-based web browsers to enslave…
How i get $100 in just 10 minutes !
Hello everyone ! this is my first medium write up, im very sorry if i have a bad grammar, because english is not my mother tongue. So a…Continue reading on Medium »
Read more...
Hello everyone ! this is my first medium write up, im very sorry if i have a bad grammar, because english is not my mother tongue. So a…Continue reading on Medium »
Read more...
How i get $100 in just 10 minutes !
https://medium.com/@jodyritonga/how-i-get-100-in-just-10-minutes-b018b28645ce?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@jodyritonga/how-i-get-100-in-just-10-minutes-b018b28645ce?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i get $100 in just 10 minutes !
Hello everyone ! this is my first medium write up, im very sorry if i have a bad grammar, because english is not my mother tongue. So a…
Hello everyone ! this is my first medium write up, im very sorry if i have a bad grammar, because english is not my mother tongue. So a…Continue reading on Medium » (https://medium.com/@jodyritonga/how-i-get-100-in-just-10-minutes-b018b28645ce?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i get $100 in just 10 minutes !
Hello everyone ! this is my first medium write up, im very sorry if i have a bad grammar, because english is not my mother tongue. So a…
hacking: security in practice
Are there wizards out there that can actually read a machine language (in hex)?
Just wondering if anyone can do it.
submitted by /u/Disastrous_Goat_8979
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Are there wizards out there that can actually read a machine language (in hex)?
Just wondering if anyone can do it.
submitted by /u/Disastrous_Goat_8979
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Are there wizards out there that can actually read a machine...
Just wondering if anyone can do it.
hacking: security in practice
Accessing Older BugCrowd Reports
Has anyone been able to scrape more than the most recent 7 days from BugCrowd's crowdstream of disclosed reports? If so, please share some insight or an open source tool used. Trying to do this legally because it's for soon-to-be published research.
HackerOne was easy and I have mountains of reports from them, but I need to have diversity in my research.
Google search and GitHub searches have not been useful so far. Thanks in advance.
Edit: My first post with the same content was auto deleted for including "How" or something in the title.
submitted by /u/honcohi
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Accessing Older BugCrowd Reports
Has anyone been able to scrape more than the most recent 7 days from BugCrowd's crowdstream of disclosed reports? If so, please share some insight or an open source tool used. Trying to do this legally because it's for soon-to-be published research.
HackerOne was easy and I have mountains of reports from them, but I need to have diversity in my research.
Google search and GitHub searches have not been useful so far. Thanks in advance.
Edit: My first post with the same content was auto deleted for including "How" or something in the title.
submitted by /u/honcohi
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Accessing Older BugCrowd Reports
Has anyone been able to scrape more than the most recent 7 days from BugCrowd's crowdstream of disclosed reports? If so, please share some insight...