Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe: Hashing -Crypto 101 — Walkthrough
https://cdn-images-1.medium.com/max/808/1*gHYQiFwu69VI2vue7BB2tA.png
Hi! I am making these walkthroughs to keep myself motivated to learn cyber security, and ensure that I remember the knowledge gained by…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe: Hashing -Crypto 101 — Walkthrough
https://cdn-images-1.medium.com/max/808/1*gHYQiFwu69VI2vue7BB2tA.png
Hi! I am making these walkthroughs to keep myself motivated to learn cyber security, and ensure that I remember the knowledge gained by…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe: Hashing -Crypto 101 — Walkthrough
Hi! I am making these walkthroughs to keep myself motivated to learn cyber security, and ensure that I remember the knowledge gained by…
Hacking Articles Tips Tricks Videos Tutorials
GIF
Hacking on Medium
Find SSRF , LFI , XSS using httpx , waybackurls , gf , gau , qsreplace
https://cdn-images-1.medium.com/max/600/1*aPcGEHIbYlL_lj2KqQodqQ.gif
Hello Beautiful hackers
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Find SSRF , LFI , XSS using httpx , waybackurls , gf , gau , qsreplace
https://cdn-images-1.medium.com/max/600/1*aPcGEHIbYlL_lj2KqQodqQ.gif
Hello Beautiful hackers
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Find SSRF , LFI , XSS using httpx , waybackurls , gf , gau , qsreplace
Hello Beautiful hackers
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
CISA: Los exploits Log4Shell todavía se utilizan para piratear servidores VMware
https://cdn-images-1.medium.com/max/1598/0*Sjkq9_sCE9vvAFJ4
PUBLICADO EN 23 JUNIO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
CISA: Los exploits Log4Shell todavía se utilizan para piratear servidores VMware
https://cdn-images-1.medium.com/max/1598/0*Sjkq9_sCE9vvAFJ4
PUBLICADO EN 23 JUNIO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
CISA: Los exploits Log4Shell todavía se utilizan para piratear servidores VMware
PUBLICADO EN 23 JUNIO, 2022POR EHACKING
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
TrelloC2 - Simple C2 Over The Trello API
https://blogger.googleusercontent.com/img/a/AVvXsEhYBbHXwyhm74b8IQwmi-Wc-tE9lBbgcf0WU4kT9UfioRNG-DQPHJKs60BO3fiuhb0xYt7Ay1ERuT1VhtZ5iF1Iqpf8s_uKxFg1k2jmZgs8wHsj9GxN0lpNmrCqJS4uqFmU9aCtmnSw59QZty9hJhCtrLtrijfj4kMuRQzQD493lr0vyn0XZDou9LIP=w640-h228 Simple C2 over Trello's API (Proof-of-Concept)
By: Fabrizio Siciliano (@0rbz_) Update 12/30/2019Removed hardcoded API key and Token, use input() instead. RequirementsPython 3.x Setup1. Create a Trello account: https://trello.com/signup
2. Once logged in, get your API key: https://trello.com/app-key
3. Generate a Token (same page as app-key, follow the "Token" link)
4. Save both API key and Token, they're used in both the agent and operator scripts.
5. Browse to your board https://trello.com/b/[random]/[membername].json to get the list ID which is required in the agent script. You can find this in the json output under the "lists" item and within the "Things To Do" item "id" value. Usage1. Run agent.py on the target system. This is the implant, and once run, will supply the operator with a "CID" value. This is the card ID and is needed on the operator-side.
2. Run the operator.py script on the attacker host. It will prompt for the agent's CID which is provided at agent.py runtime.
3. Do what thou wilt...
4. The operator script currently only has two commands; "show_commands" and "kill_implant". The "show_commands" command simply prints the help menu while the "kill_implant" command deletes the card associated with agent which terminates the agent connection. Typing "?" at the operator prompt will also display the commands menu. Limitations*
The Trello API "description" field for cards, which is used for temporarily storing commands and resulting command output, is limited in size. I think it's something around 16k characters. This is OK for most commands, however, commands that return large output will cause the agent to die due to the Trello API returning a 400 Bad Request (size too large) status. Be mindful of commands and their expected outputs. I'll eventually work in some logic to determine command output size before sending it back to trello's servers for operator consumption.
*
This is not OPSEC-safe. All commands and command output will temporarily pass through Trello's servers and output will exist in the agents' "card" in cleartext temporarily. Although the traffic is TLS encrypted (in-transit) courtesy of Trello, and although the operator script makes an effort to "wipe the slate" clear of the command output, there's no telling whether this information is stored indefinitely. Ideally, the commands and command output should be saved to a "card" in an encrypted format, (i.e., AES), pulled down, and decrypted locally. This hasn't been built into the tool yet, and in its current state would require the machine the agent lives on to have certain libraries which might not be present in a default situtation. (Something to work on)
*
The operator script and implant are currently both designed to be run on Linux-based boxes. Windows implants are a work in progress at this point in time. MiscNote: This is simply a proof-of-concept to demonstrate legitimate services as command and control infrastructure and is 100% in alpha dev. Use at your own risk and on systems you've been authorized to access. (i.e., wherever the agent lives) Credits (ideas and concepts inspired by other works):* https://github.com/daniel-infosec/wikipedia-c2
* https://github.com/PaulSec/twittor
* https://github.com/Coalfire-Research/Slackor Download TrelloC2
___________________________
@hacking_Attack
@Hacking_Video
TrelloC2 - Simple C2 Over The Trello API
https://blogger.googleusercontent.com/img/a/AVvXsEhYBbHXwyhm74b8IQwmi-Wc-tE9lBbgcf0WU4kT9UfioRNG-DQPHJKs60BO3fiuhb0xYt7Ay1ERuT1VhtZ5iF1Iqpf8s_uKxFg1k2jmZgs8wHsj9GxN0lpNmrCqJS4uqFmU9aCtmnSw59QZty9hJhCtrLtrijfj4kMuRQzQD493lr0vyn0XZDou9LIP=w640-h228 Simple C2 over Trello's API (Proof-of-Concept)
By: Fabrizio Siciliano (@0rbz_) Update 12/30/2019Removed hardcoded API key and Token, use input() instead. RequirementsPython 3.x Setup1. Create a Trello account: https://trello.com/signup
2. Once logged in, get your API key: https://trello.com/app-key
3. Generate a Token (same page as app-key, follow the "Token" link)
4. Save both API key and Token, they're used in both the agent and operator scripts.
5. Browse to your board https://trello.com/b/[random]/[membername].json to get the list ID which is required in the agent script. You can find this in the json output under the "lists" item and within the "Things To Do" item "id" value. Usage1. Run agent.py on the target system. This is the implant, and once run, will supply the operator with a "CID" value. This is the card ID and is needed on the operator-side.
2. Run the operator.py script on the attacker host. It will prompt for the agent's CID which is provided at agent.py runtime.
3. Do what thou wilt...
4. The operator script currently only has two commands; "show_commands" and "kill_implant". The "show_commands" command simply prints the help menu while the "kill_implant" command deletes the card associated with agent which terminates the agent connection. Typing "?" at the operator prompt will also display the commands menu. Limitations*
The Trello API "description" field for cards, which is used for temporarily storing commands and resulting command output, is limited in size. I think it's something around 16k characters. This is OK for most commands, however, commands that return large output will cause the agent to die due to the Trello API returning a 400 Bad Request (size too large) status. Be mindful of commands and their expected outputs. I'll eventually work in some logic to determine command output size before sending it back to trello's servers for operator consumption.
*
This is not OPSEC-safe. All commands and command output will temporarily pass through Trello's servers and output will exist in the agents' "card" in cleartext temporarily. Although the traffic is TLS encrypted (in-transit) courtesy of Trello, and although the operator script makes an effort to "wipe the slate" clear of the command output, there's no telling whether this information is stored indefinitely. Ideally, the commands and command output should be saved to a "card" in an encrypted format, (i.e., AES), pulled down, and decrypted locally. This hasn't been built into the tool yet, and in its current state would require the machine the agent lives on to have certain libraries which might not be present in a default situtation. (Something to work on)
*
The operator script and implant are currently both designed to be run on Linux-based boxes. Windows implants are a work in progress at this point in time. MiscNote: This is simply a proof-of-concept to demonstrate legitimate services as command and control infrastructure and is 100% in alpha dev. Use at your own risk and on systems you've been authorized to access. (i.e., wherever the agent lives) Credits (ideas and concepts inspired by other works):* https://github.com/daniel-infosec/wikipedia-c2
* https://github.com/PaulSec/twittor
* https://github.com/Coalfire-Research/Slackor Download TrelloC2
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
TrelloC2 - Simple C2 Over The Trello API
Recon — All In One, Fast, Easy Recon Tool (HydraRecon)
https://medium.com/@imdon2126/recon-all-in-one-fast-easy-recon-tool-hydrarecon-990cf9e9f9ca?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@imdon2126/recon-all-in-one-fast-easy-recon-tool-hydrarecon-990cf9e9f9ca?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Let's Get started: (TLDR(:)
HydraRecon tool is an automated tool developed in the Python language which performs the task of Information Gathering and Crawling the…
HydraRecon tool is an automated tool developed in the Python language which performs the task of Information Gathering and Crawling the…Continue reading on Medium » (https://medium.com/@imdon2126/recon-all-in-one-fast-easy-recon-tool-hydrarecon-990cf9e9f9ca?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Let's Get started: (TLDR(:)
HydraRecon tool is an automated tool developed in the Python language which performs the task of Information Gathering and Crawling the…
NahamCon CTF 2022 — Web Exploitation — All Challenges — Writeup
https://medium.com/@0x34rootjkqsta/nahamcon-ctf-2022-web-exploitation-all-challenges-writeup-ae6e5f4454fb?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@0x34rootjkqsta/nahamcon-ctf-2022-web-exploitation-all-challenges-writeup-ae6e5f4454fb?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
NahamCon CTF 2022 — Web Exploitation — All Challenges — Writeup
Hello my name is rootjkqsta. I am Bug Bounty Hunter, Web App Pentester, Security Researcher and CTF player. So I was thinking why not to…
Hello my name is rootjkqsta. I am Bug Bounty Hunter, Web App Pentester, Security Researcher and CTF player. So I was thinking why not to…Continue reading on Medium » (https://medium.com/@0x34rootjkqsta/nahamcon-ctf-2022-web-exploitation-all-challenges-writeup-ae6e5f4454fb?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
NahamCon CTF 2022 — Web Exploitation — All Challenges — Writeup
Hello my name is rootjkqsta. I am Bug Bounty Hunter, Web App Pentester, Security Researcher and CTF player. So I was thinking why not to…
Intigriti — XSS Challenge — January 2022 — Bug Bounty Hunting — Writeup
https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-january-2022-bug-bounty-hunting-writeup-dc839e6c3ba3?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-january-2022-bug-bounty-hunting-writeup-dc839e6c3ba3?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Intigriti — XSS Challenge — January 2022 — Bug Bounty Hunting — Writeup
Hello guys I am back. I was bored so I decided to post some Intigriti’s writeups until new XSS challenge comes now at June 20. So let’s…
Hello guys I am back. I was bored so I decided to post some Intigriti’s writeups until new XSS challenge comes now at June 20. So let’s…Continue reading on Medium » (https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-january-2022-bug-bounty-hunting-writeup-dc839e6c3ba3?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Intigriti — XSS Challenge — January 2022 — Bug Bounty Hunting — Writeup
Hello guys I am back. I was bored so I decided to post some Intigriti’s writeups until new XSS challenge comes now at June 20. So let’s…
Intigriti — XSS Challenge — February 2022 — Bug Bounty Hunting — Writeup
https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-february-2022-bug-bounty-hunting-writeup-c2f53494755d?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-february-2022-bug-bounty-hunting-writeup-c2f53494755d?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Intigriti — XSS Challenge — February 2022 — Bug Bounty Hunting — Writeup
Hello guys I am back. This challenge was awesome btw. So let’s start talking.
Hello guys I am back. This challenge was awesome btw. So let’s start talking.Continue reading on Medium » (https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-february-2022-bug-bounty-hunting-writeup-c2f53494755d?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Intigriti — XSS Challenge — February 2022 — Bug Bounty Hunting — Writeup
Hello guys I am back. This challenge was awesome btw. So let’s start talking.
SAUCERSWAP TESTNET BUG BOUNTY WITH 1,250,000 SAUCE AS REWARD
About SauceswapContinue reading on Medium »
Read more...
About SauceswapContinue reading on Medium »
Read more...
Intigriti — XSS Challenge — April 2022 — Bug Bounty Hunting — Writeup
https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-april-2022-bug-bounty-hunting-writeup-d6432ded0b9f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@0x34rootjkqsta/intigriti-xss-challenge-april-2022-bug-bounty-hunting-writeup-d6432ded0b9f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Intigriti — XSS Challenge — April 2022 — Bug Bounty Hunting — Writeup
Hello guys I am back again. So let’s start talking rn bc this writeup will be long.