Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Crypto exchange Deribit loses $28 million in hack, halts withdrawals
https://cdn-images-1.medium.com/max/1200/1*NmIuGCRTutrLbWyxw8_omQ.jpeg
Deribit, the largest bitcoin options exchange by market share, lost $28 million in a hack. The company also halted withdrawals.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Crypto exchange Deribit loses $28 million in hack, halts withdrawals
https://cdn-images-1.medium.com/max/1200/1*NmIuGCRTutrLbWyxw8_omQ.jpeg
Deribit, the largest bitcoin options exchange by market share, lost $28 million in a hack. The company also halted withdrawals.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Crypto exchange Deribit loses $28 million in hack, halts withdrawals
Deribit, the largest bitcoin options exchange by market share, lost $28 million in a hack. The company also halted withdrawals.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacking into Scammers Portal — 2
https://cdn-images-1.medium.com/max/802/1*VUwWZVjEDWGJ8T2M0OSUHg.png
Greetings to all readers,
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hacking into Scammers Portal — 2
https://cdn-images-1.medium.com/max/802/1*VUwWZVjEDWGJ8T2M0OSUHg.png
Greetings to all readers,
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hacking into Scammers Portal — 2
Greetings to all readers,
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Upgrade Your Infosec Knowledge and Learn From the Speakers at IWCON 2022
https://cdn-images-1.medium.com/max/1500/1*iqdvXCQh_HjnS8NNLQsCmA.png
Register today to be a part of the coolest Cybersecurity conference and end 2022 on a bang!
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Upgrade Your Infosec Knowledge and Learn From the Speakers at IWCON 2022
https://cdn-images-1.medium.com/max/1500/1*iqdvXCQh_HjnS8NNLQsCmA.png
Register today to be a part of the coolest Cybersecurity conference and end 2022 on a bang!
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Upgrade Your Infosec Knowledge and Learn From the Speakers at IWCON 2022
Register today to be a part of the coolest Cybersecurity conference and end 2022 on a bang!
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Jscythe - Abuse The Node.Js Inspector Mechanism In Order To Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript Code
https://blogger.googleusercontent.com/img/a/AVvXsEgLC9Dxt9yBdiz2pq3Q2c74VF0pe_SsZ-WUdP5Si9Z6hkSqbUZV4E8-7312uXYH-WXijdbNanQGafOyRVPBAFrgm7vNOLJMAHmk6CRNx_hcnEkCNrhU-Z1WyrIBQ93rgNn6UUFoxpj5yIt3CQcO1jRhCPnqqWwSgTivtZXwfwz1q2G_wkXcUPNX3jNyTw=w640-h314
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
Running
Target a specific process and execute a basic expression:
Execute code from a file:
The
Search process by expression:
Other options
Run
License
This project is made with ♥ by @evilsocket and it is released under the GPL3 license.
Download Jscythe
___________________________
@hacking_Attack
@Hacking_Video
Jscythe - Abuse The Node.Js Inspector Mechanism In Order To Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript Code
https://blogger.googleusercontent.com/img/a/AVvXsEgLC9Dxt9yBdiz2pq3Q2c74VF0pe_SsZ-WUdP5Si9Z6hkSqbUZV4E8-7312uXYH-WXijdbNanQGafOyRVPBAFrgm7vNOLJMAHmk6CRNx_hcnEkCNrhU-Z1WyrIBQ93rgNn6UUFoxpj5yIt3CQcO1jRhCPnqqWwSgTivtZXwfwz1q2G_wkXcUPNX3jNyTw=w640-h314
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 --releaseRunning
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.jsThe
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' }).stdoutSearch process by expression:
./target/debug/jscythe --search extensionHost --script example_script.jsOther options
Run
jscythe --helpfor the complete list of options.License
This project is made with ♥ by @evilsocket and it is released under the GPL3 license.
Download Jscythe
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Jscythe - Abuse The Node.Js Inspector Mechanism In Order To Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript…
How I Get 5x Swag From Sony
https://medium.com/@0xnaeem/how-i-get-5x-swag-from-sony-102dbefd0c2c?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@0xnaeem/how-i-get-5x-swag-from-sony-102dbefd0c2c?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How I Get 5x Swag From Sony
Assalamu Alaikum
I am Naeem Ahmed Sayed.
This is my 2nd bug hunting writeup. I started to bug bounty on January 2020. I want to share with…
I am Naeem Ahmed Sayed.
This is my 2nd bug hunting writeup. I started to bug bounty on January 2020. I want to share with…
Assalamu Alaikum
I am Naeem Ahmed Sayed.
This is my 2nd bug hunting writeup. I started to bug bounty on January 2020. I want to share with…Continue reading on Medium » (https://medium.com/@0xnaeem/how-i-get-5x-swag-from-sony-102dbefd0c2c?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
I am Naeem Ahmed Sayed.
This is my 2nd bug hunting writeup. I started to bug bounty on January 2020. I want to share with…Continue reading on Medium » (https://medium.com/@0xnaeem/how-i-get-5x-swag-from-sony-102dbefd0c2c?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
Medium
How I Get 5x Swag From Sony
Assalamu Alaikum
I am Naeem Ahmed Sayed.
This is my 2nd bug hunting writeup. I started to bug bounty on January 2020. I want to share with…
I am Naeem Ahmed Sayed.
This is my 2nd bug hunting writeup. I started to bug bounty on January 2020. I want to share with…
Bug Bounty / Cybersecurity Resource Management Guide
https://thebinarybot.medium.com/bug-bounty-cybersecurity-resource-management-guide-ef415b7052ed?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://thebinarybot.medium.com/bug-bounty-cybersecurity-resource-management-guide-ef415b7052ed?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bug Bounty / Cybersecurity Resource Management Guide
thebinarybot
thebinarybotContinue reading on Medium » (https://thebinarybot.medium.com/bug-bounty-cybersecurity-resource-management-guide-ef415b7052ed?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bug Bounty / Cybersecurity Resource Management Guide
thebinarybot
Jscythe - Abuse The Node.Js Inspector Mechanism In Order To Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript Code
http://www.kitploit.com/2022/11/jscythe-abuse-nodejs-inspector.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/11/jscythe-abuse-nodejs-inspector.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Jscythe - Abuse The Node.Js Inspector Mechanism In Order To Force Any Node.Js/Electron/V8 Based Process To Execute Arbitrary Javascript…
jscythe abuses the node.js inspector mechanism (https://nodejs.org/en/docs/guides/debugging-getting-started/) in order to force any node.js/electron/v8 based process to execute arbitrary javascript code, even if their debugging (https://www.kitploit.com/search/label/Debugging) capabilities are disabled. Tested and working against Visual Studio Code, Discord, any Node.js application and more! How Locate the target process. Send SIGUSR1 signal to the process, this will enable the debugger (https://www.kitploit.com/search/label/Debugger) on a port (depending on the software, sometimes it's random, sometimes it's not). Determine debugging port by diffing open ports (https://www.kitploit.com/search/label/Open%20Ports) before and after sending SIGUSR1. Get the websocket (https://www.kitploit.com/search/label/WebSocket) debugging URL and session id from http://localhost:/json. Send a Runtime.evaluate request with the provided code. 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.js can require any node module and execute any code, like: require('child_process').spawnSync('/System/Applications/Calculator.app/Contents/MacOS/Calculator', { encoding (https://www.kitploit.com/search/label/Encoding) : 'utf8' }).stdout Search process by expression: ./target/debug/jscythe --search extensionHost --script example_script.js Other options Run jscythe --help for the complete list of options. License This project is made with ♥ by @evilsocket (https://twitter.com/evilsocket) and it is released under the GPL3 license.
Download Jscythe (https://github.com/evilsocket/jscythe)
___________________________
@hacking_Attack
@Hacking_Video
Download Jscythe (https://github.com/evilsocket/jscythe)
___________________________
@hacking_Attack
@Hacking_Video
Any tips for how to conduct first pentest gig?
https://www.reddit.com/r/Pentesting/comments/yk2ga1/any_tips_for_how_to_conduct_first_pentest_gig/
Hi, I've recently passed OSCP/CEH and have been asked by a friend who owns a small company to conduct a web app pentesting for them. I need to submit a proposal for them to review. This will be my first pentest gig so I have no prior experience, which also means I don't know what is expected in such proposals. Would anyone be able to help me with following questions I have? What should the proposal look like and what information should it encompass (type of test to conduct? Estimated time taken?)? What info do I need from client side in order for me to formulate this (e.g. scope / rules of engagement)? I imagine one also needs to look at the scale of web app in order to determine how long it takes to conduct the test and therefore before I can put together a proposal? I understand pentesting is different to CTF, as one needs to be more thorough with pentesting to find all vulnerabilities rather than to find the 1 vulnerability to exploit to capture the flag. How does one make sure that it is conducted thoroughly? Do you try to test every aspect of OWASP 10 on every aspect of the web app? I imagine pentesters use vulnerability scanners to assist them to be "thorough" but what are the scanners pentesters use for this? As I was trained in the OSCP framework, I don't know much about different scanners. I know only of Nikto, Nessus.. in addition to nmap scripts. With regards to reporting at the end, how does one determine the severity of the vulnerabilities found? Is this normally just the severity given to them in CVE / CWE? Or should it be a product of that and the consequence it has to the specific client? Any advices/guidances would be helpful and are greatly appreciated!! submitted by /u/afp_chx (https://www.reddit.com/user/afp_chx)
[link] (https://www.reddit.com/r/Pentesting/comments/yk2ga1/any_tips_for_how_to_conduct_first_pentest_gig/) [comments] (https://www.reddit.com/r/Pentesting/comments/yk2ga1/any_tips_for_how_to_conduct_first_pentest_gig/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/yk2ga1/any_tips_for_how_to_conduct_first_pentest_gig/
Hi, I've recently passed OSCP/CEH and have been asked by a friend who owns a small company to conduct a web app pentesting for them. I need to submit a proposal for them to review. This will be my first pentest gig so I have no prior experience, which also means I don't know what is expected in such proposals. Would anyone be able to help me with following questions I have? What should the proposal look like and what information should it encompass (type of test to conduct? Estimated time taken?)? What info do I need from client side in order for me to formulate this (e.g. scope / rules of engagement)? I imagine one also needs to look at the scale of web app in order to determine how long it takes to conduct the test and therefore before I can put together a proposal? I understand pentesting is different to CTF, as one needs to be more thorough with pentesting to find all vulnerabilities rather than to find the 1 vulnerability to exploit to capture the flag. How does one make sure that it is conducted thoroughly? Do you try to test every aspect of OWASP 10 on every aspect of the web app? I imagine pentesters use vulnerability scanners to assist them to be "thorough" but what are the scanners pentesters use for this? As I was trained in the OSCP framework, I don't know much about different scanners. I know only of Nikto, Nessus.. in addition to nmap scripts. With regards to reporting at the end, how does one determine the severity of the vulnerabilities found? Is this normally just the severity given to them in CVE / CWE? Or should it be a product of that and the consequence it has to the specific client? Any advices/guidances would be helpful and are greatly appreciated!! submitted by /u/afp_chx (https://www.reddit.com/user/afp_chx)
[link] (https://www.reddit.com/r/Pentesting/comments/yk2ga1/any_tips_for_how_to_conduct_first_pentest_gig/) [comments] (https://www.reddit.com/r/Pentesting/comments/yk2ga1/any_tips_for_how_to_conduct_first_pentest_gig/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Any tips for how to conduct first pentest gig?
Hi, I've recently passed OSCP/CEH and have been asked by a friend who owns a small company to conduct a web app pentesting for them. I need to...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Extracting Firmware from Linux Router using the U-Boot Bootloader and UART
https://external-preview.redd.it/ib4B1J_mx0_stVGxa33Kk3vWZ6uc_sbw7Su3TxPdZfc.jpg?width=320&crop=smart&auto=webp&s=7c36e1714ea61935e3bbde813e42cdfce0946155 submitted by /u/bladehax
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Extracting Firmware from Linux Router using the U-Boot Bootloader and UART
https://external-preview.redd.it/ib4B1J_mx0_stVGxa33Kk3vWZ6uc_sbw7Su3TxPdZfc.jpg?width=320&crop=smart&auto=webp&s=7c36e1714ea61935e3bbde813e42cdfce0946155 submitted by /u/bladehax
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Extracting Firmware from Linux Router using the U-Boot Bootloader...
Posted in r/hacking by u/bladehax • 1 point and 0 comments
Bug Bounty / Cybersecurity Resource Management Guide
thebinarybotContinue reading on Medium »
Read more...
thebinarybotContinue reading on Medium »
Read more...