Download BadOutlook (https://github.com/S4R1N/BadOutlook)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 7 — Solve the Sleigh’s CAN-D-BUS Problem
https://cdn-images-1.medium.com/max/1666/1*rhPwCkeXt3ijhZXlqWGULw.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
SANS Holiday Hack Challenge 2020: Objective 7 — Solve the Sleigh’s CAN-D-BUS Problem
https://cdn-images-1.medium.com/max/1666/1*rhPwCkeXt3ijhZXlqWGULw.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 8 — Broken Tag Generator
https://cdn-images-1.medium.com/max/818/1*jpmWXAM8eUh6CkTAkxc4MQ.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
SANS Holiday Hack Challenge 2020: Objective 8 — Broken Tag Generator
https://cdn-images-1.medium.com/max/818/1*jpmWXAM8eUh6CkTAkxc4MQ.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 9— ARP Shenanigans
https://cdn-images-1.medium.com/max/764/1*9XFpB_r46NlRZC4q95JjOg.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
SANS Holiday Hack Challenge 2020: Objective 9— ARP Shenanigans
https://cdn-images-1.medium.com/max/764/1*9XFpB_r46NlRZC4q95JjOg.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 10— Defeat Fingerprint Sensor
https://cdn-images-1.medium.com/max/600/1*KBkVrRFuoERDKaVCKcu9RA.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
SANS Holiday Hack Challenge 2020: Objective 10— Defeat Fingerprint Sensor
https://cdn-images-1.medium.com/max/600/1*KBkVrRFuoERDKaVCKcu9RA.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 11a — Naughty/Nice List with Blockchain Investigation…
https://cdn-images-1.medium.com/max/1080/1*USDS-8oPKgwV15Rh4H0uCA.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
SANS Holiday Hack Challenge 2020: Objective 11a — Naughty/Nice List with Blockchain Investigation…
https://cdn-images-1.medium.com/max/1080/1*USDS-8oPKgwV15Rh4H0uCA.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Bermain - main dengan makhluk vulnerability unik bernama Gigachad
https://cdn-images-1.medium.com/max/1359/1*5zcTre4m9_3Dd1rbYu7jiw.png
Tulisan ini adalah panduan untuk Gigachad level 1
Continue reading on Medium »
Bermain - main dengan makhluk vulnerability unik bernama Gigachad
https://cdn-images-1.medium.com/max/1359/1*5zcTre4m9_3Dd1rbYu7jiw.png
Tulisan ini adalah panduan untuk Gigachad level 1
Continue reading on Medium »
BadOutlook - (Kinda) Malicious Outlook Reader
A simple PoC which leverages the Outlook Application Interface (COM Interface) to execute shellcode on a system based on a specific trigger subject line. By utilizing the Microsoft.Office.Interop.Outlook namespace, developers can represent the entire Outlook Application (or at least according to Microsoft). This means that the new application should be able to do anything from reading emails (yes this also includes archives, trash, etc.) to sending them out. Building on the millions of pre-existing C# shellcode loaders, an email with a trigger subject line and base64 encoded shellcode in the body can be sent to the host with a weaponized instance of this program. The program will then read the email and execute the shellcode embedded in the email.Additional Notes: This can be used to build an Entire C2 Framework that relies on E-Mails as a mean of communication (Where the Implant never speaks to the internet directly) There does appear to be a security warning which informs the user of an application attempting to access Outlook data This can be turned off with when an administrator modifies the registry as shown here. Minor testing showed that Injecting this process into an Outlook client does not cause the alert to appear (Additional testing would be much appriciated <3) PoC Applicaiton Polling Outlook for Trigger Trigger Email With Shellcode Creation Email Recived By Outlook Client Shellcode Execution by BadOutlook Application Download BadOutlook
Read more...
A simple PoC which leverages the Outlook Application Interface (COM Interface) to execute shellcode on a system based on a specific trigger subject line. By utilizing the Microsoft.Office.Interop.Outlook namespace, developers can represent the entire Outlook Application (or at least according to Microsoft). This means that the new application should be able to do anything from reading emails (yes this also includes archives, trash, etc.) to sending them out. Building on the millions of pre-existing C# shellcode loaders, an email with a trigger subject line and base64 encoded shellcode in the body can be sent to the host with a weaponized instance of this program. The program will then read the email and execute the shellcode embedded in the email.Additional Notes: This can be used to build an Entire C2 Framework that relies on E-Mails as a mean of communication (Where the Implant never speaks to the internet directly) There does appear to be a security warning which informs the user of an application attempting to access Outlook data This can be turned off with when an administrator modifies the registry as shown here. Minor testing showed that Injecting this process into an Outlook client does not cause the alert to appear (Additional testing would be much appriciated <3) PoC Applicaiton Polling Outlook for Trigger Trigger Email With Shellcode Creation Email Recived By Outlook Client Shellcode Execution by BadOutlook Application Download BadOutlook
Read more...
Interested but dunno where to start
https://www.reddit.com/r/Pentesting/comments/mfaqvi/interested_but_dunno_where_to_start/
<!-- SC_OFF -->Hello, this is the first time I'm ever using this but I was interested in getting pen certified. I'm still in school for computer science and I have some knowledge with java, python, c, c++ and other languages. I don't know where to start when getting ready to take the test. I looked on the website that offered the year use of the program and two tries for the test but before I go spending over $1000 or $2000 on it, I kinda wanted to know where I stand. If anyone could help, that would be appreciated! <!-- SC_ON --> submitted by /u/FellSoren (https://www.reddit.com/user/FellSoren)
[link] (https://www.reddit.com/r/Pentesting/comments/mfaqvi/interested_but_dunno_where_to_start/) [comments] (https://www.reddit.com/r/Pentesting/comments/mfaqvi/interested_but_dunno_where_to_start/)
https://www.reddit.com/r/Pentesting/comments/mfaqvi/interested_but_dunno_where_to_start/
<!-- SC_OFF -->Hello, this is the first time I'm ever using this but I was interested in getting pen certified. I'm still in school for computer science and I have some knowledge with java, python, c, c++ and other languages. I don't know where to start when getting ready to take the test. I looked on the website that offered the year use of the program and two tries for the test but before I go spending over $1000 or $2000 on it, I kinda wanted to know where I stand. If anyone could help, that would be appreciated! <!-- SC_ON --> submitted by /u/FellSoren (https://www.reddit.com/user/FellSoren)
[link] (https://www.reddit.com/r/Pentesting/comments/mfaqvi/interested_but_dunno_where_to_start/) [comments] (https://www.reddit.com/r/Pentesting/comments/mfaqvi/interested_but_dunno_where_to_start/)
Intigriti — XSS Challenge 0321
XSS with CSRF BypassContinue reading on InfoSec Write-ups »
Read more...
XSS with CSRF BypassContinue reading on InfoSec Write-ups »
Read more...
Intigriti — XSS Challenge 0321
https://infosecwriteups.com/intigriti-xss-challenge-0321-472ae0a48254?source=rss------bug_bounty-5
https://infosecwriteups.com/intigriti-xss-challenge-0321-472ae0a48254?source=rss------bug_bounty-5