LetsLearnAbout.net

39 Followers
8 Following
137 Posts
Cybersecurity Student
CurrentlyLearning Cybersecurity
LanguagesPython, JavaScript, Dart
FrameworksDjango, Vue, Flutter
Websitehttps://letslearnabout.net/
MusicPunk, Ska, Oi!, Metal, Post Punk, Reggae and more
HobbiesTTRPG, Music, Playing bass, Reading, Videogames

I never tried the recon-ng module until now, and it seems great:

#recon-ng #reconnaissance #hacking

I was bored yesterday and I thought about rolling a Cleric or a Druid for DnD.

And I was thinking about rolling 3d6 or 4d6 dropping the lower result, and I tried to find a website to do the later. It took my a while before I could find one and I didn't liked it too much.

So, what you do when you want something and you are a developer? You do it yourself.

I played around a bit after lunch and I created one Python script to do it, and I Dockerized it.

You can roll:
1. 6 4d6 rolls, drop lower
2. 6 3d6 rolls
3. X 4d6 rolls, drop lower
4. X 3d6 rolls

And then it displays the result.

You can download the script from my GitHub:

https://github.com/david1707/docker-kubernetes-notes/tree/main/04%20-%20TTRPG%20python%20roll

Or the Docker from my DockerHub repo:
https://hub.docker.com/repository/docker/david1707/ttrpg_roller/general

docker push david1707/ttrpg_roller:v1

#Python #Docker #DnD #pathfinder

docker-kubernetes-notes/04 - TTRPG python roll at main · david1707/docker-kubernetes-notes

Docker & Kubernetes notes. Contribute to david1707/docker-kubernetes-notes development by creating an account on GitHub.

GitHub

I was bored yesterday and I thought about rolling a Cleric or a Druid for DnD.

And I was thinking about rolling 3d6 or 4d6 dropping the lower result, and I tried to find a website to do the later. It took my a while before I could find one and I didn't liked it too much.

So, what you do when you want something and you are a developer? You do it yourself.

I played around a bit after lunch and I created one Python script to do it, and I Dockerized it.

You can roll:
1. 6 4d6 rolls, drop lower
2. 6 3d6 rolls
3. X 4d6 rolls, drop lower
4. X 3d6 rolls

And then it displays the result.

You can download the script from my GitHub:

https://github.com/david1707/docker-kubernetes-notes/tree/main/04%20-%20TTRPG%20python%20roll

Or the Docker from my DockerHub repo:
https://hub.docker.com/repository/docker/david1707/ttrpg_roller/general

docker push david1707/ttrpg_roller:v1

#Python #Docker #DnD #pathfinder

docker-kubernetes-notes/04 - TTRPG python roll at main · david1707/docker-kubernetes-notes

Docker & Kubernetes notes. Contribute to david1707/docker-kubernetes-notes development by creating an account on GitHub.

GitHub
Thank you all for your patience as we got some social media and infrastructure stuff untangled. We are now verified here on Mastodon, and have linked back from our main website.

The @owasp @amass project has released the beta version of its Docker Compose! There are some obvious benefits to using this to run your attack surface mapping infrastructure:

- Having the framework automatically setup for you
- Being able to run Amass within a Windows environment
- Gaining the performance benefits of the PostgreSQL DBMS
- Using the @grafana dashboard to visualize the Open Asset Model data

The compose also allows you to leverage the IP2Location LITE geo information database to investigate and filter assets discovered.

https://github.com/owasp-amass/amass-docker-compose

GitHub - owasp-amass/amass-docker-compose: OWASP Amass Docker Compose for setting up a full instance of the infrastructure

OWASP Amass Docker Compose for setting up a full instance of the infrastructure - owasp-amass/amass-docker-compose

GitHub
Six new countries against commercial spyware: Poland and Ireland are among the new signatories of the US anti-spyware pact, and also Finland, Japan, South Korea and GERMANY https://edition.cnn.com/2024/03/17/politics/us-spyware-fight/ #Staatstrojaner

The Dangerous Propaganda Of Techno-Optimism

Techno-optimism is now a well funded campaign that promotes billionaire backed future innovations as opposed to already available systemic solutions.

https://www.youtube.com/watch?v=5iEUAp0QuPg

The Dangerous Propaganda Of Techno-Optimism

YouTube

I'm grasping at straws right now, but anyone knows how to tell the date of creation of a file using Volatility with a .raw image?

#volatility #forensics #forensicanalysis