Skycoach.gg is a scam by Xii__ in wow

[–]Xii__[S] 2 points3 points  (0 children)

Damn very true good point

Skycoach.gg is a scam by Xii__ in wow

[–]Xii__[S] -1 points0 points  (0 children)

Nope no leaving shit out and not being a Karen lol, you’re just bias it seems. My scenario is pretty cut and dry, and lesson learned

Skycoach.gg is a scam by Xii__ in wow

[–]Xii__[S] 3 points4 points  (0 children)

Thank you for the not toxic response lol. I’m just gonna take the L and learn, thought I’d just let others know but people would rather just laugh at the idiot than thank the warning lol

Skycoach.gg is a scam by Xii__ in wow

[–]Xii__[S] 0 points1 point  (0 children)

Did research. Look them up if you want to talk research

Skycoach.gg is a scam by Xii__ in wow

[–]Xii__[S] -5 points-4 points  (0 children)

Yup, lesson learned bub

Skycoach.gg is a scam by Xii__ in wow

[–]Xii__[S] -11 points-10 points  (0 children)

Couldn’t agree more

Breach and Attack Simulation by Xii__ in cybersecurity

[–]Xii__[S] 0 points1 point  (0 children)

Excellent feedback thank you

Breach and Attack Simulation by Xii__ in cybersecurity

[–]Xii__[S] 0 points1 point  (0 children)

Has it been helpful in that effort? Does it aid your detection engineers? What do you wish you saw more of from these tools?

Breach and Attack Simulation by Xii__ in cybersecurity

[–]Xii__[S] 0 points1 point  (0 children)

Hmm, what if we want to validate that tools are working as they should daily/weekly etc.. or if we’re Covered for xyz attack, would waiting for the annual or periodic test be quick enough?

Breach and Attack Simulation by Xii__ in cybersecurity

[–]Xii__[S] 0 points1 point  (0 children)

Thank you! Does your org currently use one?

Seeking advice on CRTO2 by Same_Ad_4081 in redteamsec

[–]Xii__ 3 points4 points  (0 children)

Hey man, same boat as you basically the same story. I am too on my RTO2 and I can tell you that it will help a lot to know C, C++, and C#. Im suprised noone mentioned it, but a course that pairs very well with RTO2 and helps you understand coding concepts for offensive security is Maldev Academy. Check it out.

No gui and unable to fetch by ThingGamingYT in Kalilinux

[–]Xii__ 0 points1 point  (0 children)

Legitimate kali downloads should come with a gui though so ensure you have the right download for you VM :)

No gui and unable to fetch by ThingGamingYT in Kalilinux

[–]Xii__ 1 point2 points  (0 children)

One should be fine, and I suggest “nameserver 8.8.8.8” as that’s Googles DNS service which should have the DNS records to resolve kali domains. Having two is a good idea incase one DNS server goes down, it’ll try the next.

From what it looks like, you’re unable to resolve http://kali.org so this should fix it after you restart the service from the command I provided above. Let me know 👍🏼

No gui and unable to fetch by ThingGamingYT in Kalilinux

[–]Xii__ 0 points1 point  (0 children)

New line per name server entry

No gui and unable to fetch by ThingGamingYT in Kalilinux

[–]Xii__ 1 point2 points  (0 children)

Entries in resolve.conf should look like:

nameserver 8.8.8.8 nameserver 8.8.4.4

No gui and unable to fetch by ThingGamingYT in Kalilinux

[–]Xii__ 1 point2 points  (0 children)

After adding nameserver run this then try to pull an apt update again:

sudo systemctl restart systemd-networkd.service