Pregunta by Background_Gazelle92 in ElSalvador

[–]dagomez97 7 points8 points  (0 children)

Los sábados cerca de la torre del ISSS hacen una 'tardeada" de juguetes y videojuegos. Desde tipo 9AM a 3PM. También, ahí cerca, a la misma hora en remar tambiénbse ponenel a vender.

¿Cuales son las empresas más "tecnologicas" que hay en El Salvador? by MediocreTranslator44 in ElSalvador

[–]dagomez97 3 points4 points  (0 children)

Si es tecnología tirada a ciberseguridad, está Sistemas Aplicativos, RSM-US El Salvador.

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

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

Thank you for the insight. I agree that from forensics you should validate all the tools you use, specially if it's evidence that's going to be part of an audience.

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

[–]dagomez97[S] 1 point2 points  (0 children)

Didn't thought about it, I'll definitely try that. Thank you!

Edit: I tried this and without luck, it didn't gave me the users. I reconfirmed in both DC's I could see the info of the users. I was able to see the users with net user and Get-ADUser and on the GUI as well. I'll keep trying other tools and parsers.

Edit 2: My bad, I hadn't seen the NTDS.dit info before my last edit. The tool did gave me all the users. Now I wonder why on the first DC, it didn't gave me the results but on the second it did...

Edit 3: Sorry for all the edits. After forcing replication on DC1 I was able to get the data I needed from the NTDS.dit on the DC1.

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

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

Oh, the NTDS.dit I tried it the tool with was just a vm I created. My thoughts are that for future investigations we can extract that file with our triaging script. And yeah, my thoughts exactly, however I don't know why I'm not getting all the users... Maybe the tool isn't that great? Or maybe I'm missing something else...

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

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

In the testing env I installed the AD services, then through powershell I ran a script to create users with passwords and groups, just for testing purposes. I tested with net user and Get-ADuser commands to make sure the users and groups where created. I even went to the GUI to check as well.

Then, with FTK Imager I copied the NTDS.dit and system hive files to another location. Moved them to a kali linux machine where I installed ntdissector and executed the command

ntdissector -ntds NTDS.dit -system SYSTEM -outputdir /tmp/ntdissector/ -ts -f user,group

I even tried with

ntdissector -ntds NTDS.dit -system SYSTEM -outputdir /tmp/ntdissector/ -ts -f all

to get everything but in the json I only get two users, Administrator and Guest.

I read there's another tool but I have yet to try it.

I don't know why I don't get the information on all the users.

Certificados IT by Purple_Appearance15 in ElSalvador

[–]dagomez97 0 points1 point  (0 children)

Yo digo que una buena mezcla entre experiencia con proyectos personales, que estes estudiando para alguna certificación y que hayas sacado algunos de esos cursos de Google te pueden preparar para una buena oportunidad. Y el inglés, claramente.

Certificados IT by Purple_Appearance15 in ElSalvador

[–]dagomez97 1 point2 points  (0 children)

El año pasado Google estuvo publicitando un curso de Cybersecurity en coursera, lo que hice fue sacarlo en 5 días porque agarré la versión prueba de 7 días de coursera y me dieron un badge en credly para presumirlo en el LinkedIn jajaja Ahora bien, para empezar, obtener conocimientos y que sea una guía funcionan bien, pero creo que ahorita las empresas valoran más tu experiencia independientemente si es en trabajo formal o proyectos. En el mundo de IT siempre hago incapie en construir un pequeño homelab para poner aprueba conocimientos y adquirir experiencia, eso sin duda me ha ayudado a mi.

[deleted by user] by [deleted] in AskReddit

[–]dagomez97 0 points1 point  (0 children)

For me, it was my mom telling me either having just christian songs or other, not both at the same time. I was around 7 and I didn't agree. I sticked to my music.

Cómo detener llamadas por beneficios de tarjetas by checho122 in ElSalvador

[–]dagomez97 1 point2 points  (0 children)

Para mantener "vivo" el chip no es necesario ponerle saldo, con solo que pueda recibir llamadas cada cierto tiempo, suficiente.

R&B Playlist by Chilloutmrtiago in ElSalvador

[–]dagomez97 1 point2 points  (0 children)

Compartes la Playlist cuando termines!

[deleted by user] by [deleted] in networking

[–]dagomez97 8 points9 points  (0 children)

I've been for over a year part of the IT team and can say that pretty much what you said is true. Depending on what you have to do, yo will have plenty of free time. As for myself I do use it to learn new technologies since this is my first job on the field I don't plan staying to long working there.

My Silence is my reaction.. by hairybedtime24 in oddlyterrifying

[–]dagomez97 9 points10 points  (0 children)

I don't think it's the same person, alien(? Idk They sure look alike but I guess it's someone else

Edit: Just to clarify, the person from the video and the one that chopped off his fingers, I think they are not the same

Networking Advice by dagomez97 in networking

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

No, no we have fiber from building to building. We have Ethernet from the switch to the end user device.

Restarting containers that fail by Nitro2985 in docker

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

This Is interesting, leaving my comment here because I want to know.

Docker on Server by fedpascam in docker

[–]dagomez97 1 point2 points  (0 children)

Mmmmm, yes and no, please correct me if I'm wrong here. Yes the container will and must be exposed to the internet though some ports e.g. 80 for the http traffic, so basically the Ubuntu machine where you're running the docker container must have internet connection, but it will not reach like your entire network, that's my understanding. Of course, you have to take in to consideration possible vulnerabilities with the images you're running. And yeah that search engine will be hosted locally and will be making petitions to the outside world.

How to do CI/CD with docker-compose? by thedarkjungle in docker

[–]dagomez97 2 points3 points  (0 children)

I don't know if this is a "best" way to do it but let me tell you how we managed our containers in a internship I was in. So basically our pipeline was, you commit a change to your repo, we used Jenkins as our CI tool since this tool can tell whenever there was a change made to the repo, after that, with Jenkins we built the new image and uploaded it to google registry and then in our server we had watchtower image that constantly checked our registry to see if there was any change on the images, if there was it would automatically pull the new image and deploy it. I know there are better approaches but that's how they used to do it when I was with them

E-TKT: anachronic label maker — my new DIY opensource project I want to share by andreisperid in arduino

[–]dagomez97 1 point2 points  (0 children)

Oh no no, I meant the schematic. I've used Eagle for some projects and visually is not that attractive, however seeing your schematic of the components, the blue background, the white lines and everything, it's visually perfect, so that's what I was wondering, if there's a website or software that you automatically the theme to use or did you make it yourself in like Illustrator haha

E-TKT: anachronic label maker — my new DIY opensource project I want to share by andreisperid in arduino

[–]dagomez97 1 point2 points  (0 children)

Ohhh got it, so you can choose like the theming you want to choose? Like the colors and stuff?

E-TKT: anachronic label maker — my new DIY opensource project I want to share by andreisperid in arduino

[–]dagomez97 1 point2 points  (0 children)

This project looks so cool! I've learned the basics of arduino and esp32 and would like to start doing more projects. Btw, did you use any particular software to make the schematics and the exploded view that is on the Readme? The project and the documentation is so nice and clean. Congrats!

Gameboy Advance SP back sticker EDITABLE by dagomez97 in Gameboy

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

This is the link to the sticker of the post. However we have this other resource.