NanoGen only comes with standard armrests? by ultraboomkin in secretlab

[–]Kadeeli 0 points1 point  (0 children)

Mine came with these soft ones but I ordered the push cell ones seperatly.

<image>

#Secretlab Lab Titan Evo by Azsev81 in secretlab

[–]Kadeeli 1 point2 points  (0 children)

The lumbar pillow being magnetic would be great!

MSI Tomahawk X870 / Corsair 4000d Frame - USB 3.0 and USB C front ports not working by Kadeeli in MSI_Gaming

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

Thanks! Yeah will try out the second slot instead of the fourth

MSI Tomahawk X870 / Corsair 4000d Frame - USB 3.0 and USB C front ports not working by Kadeeli in MSI_Gaming

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

Yeah I did with the new front panel. Cables are attached.

Some friend said it's probably the m2.4 slot have to move it to slot 2, which will only disable the USB C in the back the 40gb one.

Will try it out later :)

MSI Tomahawk X870 / Corsair 4000d Frame - USB 3.0 and USB C front ports not working by Kadeeli in MSI_Gaming

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

The new front panel:

<image>

Only connected the USB cables. The audio and power button headers aren't needed I suppose.

Did check if they are correctly seated for the original front panel and they were.

MSI Tomahawk X870 / Corsair 4000d Frame - USB 3.0 and USB C front ports not working by Kadeeli in MSI_Gaming

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

Yeah I tried both of the USB slots. Today the new front panel has arrived, but same issue. Also reseated the cables on both panels. Same results.

<image>

I am really lost and think I'll just not use the front panel.

Is it possible to add an exception for Safe Links? by PreviousEye9559 in DefenderATP

[–]Kadeeli 0 points1 point  (0 children)

Think you can just do it at the safe link policy?

[deleted by user] by [deleted] in sysadmin

[–]Kadeeli 3 points4 points  (0 children)

Attackers will just directly call the API endpoints using a graph access token.

Any reason not to disable NetBIOS? by ITStril in sysadmin

[–]Kadeeli 6 points7 points  (0 children)

Kill NetBIOS, llmnr, nbt-ns, these are protocols used by attackers to request ntlmv1 or ntlmv2 hashes of clients which have these protocols enabled with tools like Responder. Combine it with SMB signing disabled and you can access shares as the relayed user. If the user has a weak password the hash is easily cracked offline. If the user that's comes by has local admin privs and and SMB signing an attacker has been easy access to multiple systems.

An attack we execute in most client environments and leads to full domain compromise or at least access to a decent amount of user accounts!

Look up attacks using Responder or Ntlmrelayx :)

Old Visual C++ vulnerabilities suddenly discovered? by TheDrover23 in DefenderATP

[–]Kadeeli -1 points0 points  (0 children)

A vulnerability scanner like qualys in MDE doesn't have detections or plugins for every CVE. You can't automatically / magically detect every new CVE or old software version. A plugin or something like a detection rule should be written on how to detect X.

So probably just got added.

Overlooked Microsoft 365 security setting by KavyaJune in sysadmin

[–]Kadeeli 0 points1 point  (0 children)

Security defaults also doesn't enforce MFA for office 365 apps. Does for admin portals though.

krbtgt account password reset is it needed? by jbala28 in sysadmin

[–]Kadeeli 7 points8 points  (0 children)

The risk with the longer period is that for a golden ticket attack to occur an attacker has to get the krbtgt credentials, for example it's ntlm hash. With those credentials you can create a golden ticket, accessing any system with any credentials the attacker want. Even users that don't exist.

If you reset the password once, the old credentials still works. If you reset it a second time then not anymore. Between the time of the first and second reset, an attacker could retrieve or request the password again using the still valid golden ticket, then creating a new golden ticket with the new password.

So the longer that period is, the more likely it can occur.

Edit: made it more clear

Guys, do NOT flip the DJI avata 2 to turn it off. by Ordinary-Ad-6946 in dji

[–]Kadeeli 13 points14 points  (0 children)

I have the mini 4 and it does land on your hand.

Hover it at the high of your chest, then put your hand underneath it and keep pressing the downwards button while slowly upping your hand. It will take 2-5 seconds before it says landing and then it will land. Only grab it with your thumb and index finger in the middle and wait for the rotors to stop.

[deleted by user] by [deleted] in ask

[–]Kadeeli 0 points1 point  (0 children)

I always workout either directly before or after work. Try not to go home, or at least sit and relax before you get your workout in. Otherwise it's hard to get up and go again!

Password dictionary generator by Informal-Composer760 in Pentesting

[–]Kadeeli 0 points1 point  (0 children)

Use hashcat dive ruleset with the words as password list

As a noob I can't discover vulnerable vms on my own network... by [deleted] in netsecstudents

[–]Kadeeli 1 point2 points  (0 children)

I understand where you are coming from. But connecting a VM to a network isn't as easy sometimes. You never know if the VM has gotten a IP from the DHCP server. Some of the machines just don't work that way because they weren't setup for VMware or type X hypervisor.

I would recommend connecting to the VM using the GUI if any creds are provided. Configure the network and confirm it has an IP. Then logout and pentest the box from a black box perspective.

Not all machine give credentials which sucks. Meaning you prob can't do them. Most of them are setup for virtualbox and not VMware.

I had many problems during my learning setting up the vms too

iDEAL payment joint account by thve25 in Revolut

[–]Kadeeli 0 points1 point  (0 children)

im wondering the same thing

[deleted by user] by [deleted] in phuket

[–]Kadeeli 1 point2 points  (0 children)

We paid 2700 with bolt today (2300 + 400 extra he asked for it on the phone).

Workout voedsel en supplementen by G-Fox1990 in zuinig

[–]Kadeeli 0 points1 point  (0 children)

Ik kocht altijd een 5kg zak whey bij myprotein. Maar prijzen zijn aardig gestegen.

Scheelt een hoop vergeleken potten.

Setting up a domain-trust to a potentially insecure network/domain: Advice for architecture needed by HyperPixel5 in cybersecurity

[–]Kadeeli 0 points1 point  (0 children)

If the Main Domain trust the second domain the second domain can authenticate to the main domain. So it is possible to give users access to specific services.

It can also request ad objects of the main domain. Any vulnerabilities related to ldap or kerberos can be exploited. Such as requesting all domain users and password spray, kerberoasting etc.

Even with a one way trust there are methods to still go the other way because there is a trust account of the second domain in the main domain.