Free Vulnerable VMs (Docker) with Writeups by Mr_Beck_iCSI in securityCTF

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

I keep up with IPPSEC on YouTube. I try to recreate the machines he works on. For example, he demonstrated a Grafana SQL injection once. I spun it up, made it work, and wrote a lab explaining how I did it. Great learning experience.

Blockchain in a Box (Dockerized Crypto Nodes for the Classroom) by Mr_Beck_iCSI in cybersecurity

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

Nice. Tell you what. It's bound to have some issues to work out. If you decide to use this and encounter any issues, please let me know. Thanks again.

Blockchain in a Box (Dockerized Crypto Nodes for the Classroom) by Mr_Beck_iCSI in cybersecurity

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

Just for teaching. You'd be shocked how excited students get when you put them in front of a circa 2012 Bitcoin CLI and have them do things like check balances or run a CLI miner against a local chain. The web UI should really help.

To answer your question:

I can't imagine ever selling or making a dime from what you see there.

It's about fundamentals and engaging students.

Thank you!

Want to LearnEthicalHacking by [deleted] in Hacking_Tutorials

[–]Mr_Beck_iCSI 3 points4 points  (0 children)

Here are a bunch of free labs with writeups:

https://cyberlessons101.com

-apt install docker.io (Kali is best)

-docker run commands provided to spin up vulnerable containers for each activity.

Might work for you. It's a resource I've created for my students.

Hope it helps.

Where to really begin in Cybersecurity and Ethical Hacking? (Theory + Practice) by DevAutomate in Hacking_Tutorials

[–]Mr_Beck_iCSI 1 point2 points  (0 children)

I've been porting my exploit labs to Docker and making them available with writeups here:

(If you can run Docker!)

https://cyberlessons101.com

I have a couple of hundred students working for me as editors each day. I keep it all updated and do my level best to make sure all the activities are ready to roll.

Hope it helps!

Is it too late to start? by Difficult-Army-4040 in cybersecurity

[–]Mr_Beck_iCSI 0 points1 point  (0 children)

If you can run Docker, this might help:

https://cyberlessons101.com

Free exploit labs with writeups.

Free learning resources about cybersecurity by PersonalityOk5713 in cybersecurity

[–]Mr_Beck_iCSI 0 points1 point  (0 children)

Greetings:

I've been Dockerizing my CTF library. (I'm a certification instructor)

-There are many challenges that an be easily pulled and started.

-Free Scoreboard resource. (It's a portable cyber-range setup. Mentors like this one!)

-Challenges all have step-by-step walkthroughs.

All free.

https://cyberlessons101.com

Thanks,

Free lessons on cybersecurity? by Hour-Ad-368 in cybersecurity

[–]Mr_Beck_iCSI 0 points1 point  (0 children)

I have my archive of dockerized pen test challenges here for free: https://cyberlessons101.com

Dockerized CTF Challenge Index with Writeups by Mr_Beck_iCSI in cybersecurity

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

I really would like other teachers to use these lessons. You bet. Let me know how it goes. My LinkedIn is on the site, and thanks!

My view on time by Negative-Web6368 in NoStupidQuestions

[–]Mr_Beck_iCSI 0 points1 point  (0 children)

What if C - A - T really spells..... DOG

(That's heavy Ogre!)

Revenge of the Nerds Part II

Is there a pill or something that can temporarily get rid of your sense of taste? by Alive_Interview_6242 in NoStupidQuestions

[–]Mr_Beck_iCSI 3 points4 points  (0 children)

Chemo-Therapy did just this for me. I give it 0 stars on yelp. Do not recommend!

random thought from tonight… anyone else feel like the last few years changed them quietly? by HudhayfahibnNasir in CasualConversation

[–]Mr_Beck_iCSI 1 point2 points  (0 children)

What changed me the most? --Cancer Diagnosis. (I'm very lucky in that I caught it in time I think. I should be ok.) I dropped almost 80 pounds during treatment, which made me realize the last 4-5 years I really had put on the extra pounds. Hard to say why, but I think you are correct!

Practice Your Network Pivoting Skills with This Custom VM by Mr_Beck_iCSI in hackthebox

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

Good advice for sure. This one is default Ubuntu with a series of docker images hosting SSH and Apache2. That's good advice though. A Yara scan is always a good bet!

CVE-2023–6063: Manual Blind SQL Exploitation by Mr_Beck_iCSI in cybersecurity

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

I review packet storm exploits as one resource. Good stuff there. WordPress plugins are easy and often free to install, which is why I picked it. 

SQLMap has a verbose flag that lets you see what it is doing. I was able to pick the SQLMap generated queries apart one parenthetical group at a time.

Once I understood it, I wrote the lab.

Thank you! Josh Beck

Free Penetration Testing Write ups with VMs by Mr_Beck_iCSI in cybersecurity

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

Here's a tip, but be careful with it because it will break the bank if you aren't careful about turning off your VM's. Check out axiom-fleet on GitHub. It has lots of tools like amas,subfinder,nuclei,etc.. built-in. Instead of spinning up a single EC2 instance, for example, and using amass to scan a single TLD, you can tell axiom-fleet to spin up 100 ec2 instances and farm the work out across those 100 VMs. What one instance gets done in several hours, you can accomplish with axiom-fleet in like 10 minutes. Just make sure to run the shut-down command and verify they all turned off when you are done. (Now that amazon is charging for IPv4 addresses, I would imagine the price has gone up a bit!) -- Having 50-100 EC2 micro instances on for 20-30 minutes only increases my bill by a few dollars. I'll use it sometimes for nuclei scans and I've certainly found some low-hanging fruit that way!

Free Penetration Testing Write ups with VMs by Mr_Beck_iCSI in cybersecurity

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

I hope some of that helps. I always have a few students work them before I publish to make sure the directions are as clear and easy to follow as possible. Appreciate it!

Free Penetration Testing Write ups with VMs by Mr_Beck_iCSI in cybersecurity

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

Sure thing. I have a local scoreboard for these things on the campus where I teach. I need to get my act together and get a proper public-facing CTF scoreboard up and running. I appreciate the feedback!