mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,2K
utenti attivi

#bashcore

3 post3 partecipanti0 post oggi

WPScan is not included in BashCore because it is not fully open source:
its license requires payment for commercial use.

To stay true to the #FOSS philosophy, BashCore only ships tools that are 100% free and open—even for professional use.

That said, if you still want WPScan, you can install it manually, the live ISO has enough room for it.

BashCore gives you the tools. The choice is yours.

Completed this Web Hacking & Pentesting course two years ago — my entry point into ethical hacking.

I had a slow PC with poor RAM, so I built the first BashCore on a separate, even older machine.
Worked with both PCs connected through my phone’s hotspot. That was my lab.

Minimal setup, real-world practice. No excuses.

[Post-mortem: BashCore Stress Test Investigation]

Test ended on Day 5.
The system didn’t crash, but I noticed the fan was working overtime. The main suspect?
kworker/0:3+kacpid turns out it was busy with ACPI tasks (power management).
So technically… BashCore held up, but ACPI didn’t like the heat. Literally.
This is a known issue on older hardware with imperfect ACPI/BIOS support.

Takeaway:
BashCore is stable, it’s the laptop that needs therapy 🤒

[Stress Test Interrupted - Day 5]

After almost 5 days of flawless uptime on a 2009 Acer Aspire One, I came back home to find the netbook as warm as a toaster.
The fan was spinning like it was ready for takeoff... main suspect: #kworker.
No crash, but just to be safe, I shut it down. I’ll be away for 3 days.

So, the test ends here…

Scientific conclusion:
BashCore survives, but kworker has more stamina than I do 🤣

[Day 1 complete – BashCore Uptime Test]
One full day running non-stop from a USB 2.0 stick on an Acer Aspire One D160 (2009, 2 GB RAM, no battery).

RAM: 800 MB / 1.91 GB
Load avg: 0.60 0.70 0.43
Stress-ng still running at ~18% CPU
Zero crashes, zero hangs. Still responsive.

Uptime test continues... 6 days to go!

[Update – 8 hours later]
BashCore still holding strong.

RAM steady at 700 MB

Load average: 0.25 0.18 0.20

No GUI, no disk writes, 6 active terminals

Running from a USB 2.0 stick (8 GB!)

Host: Acer Aspire One D160 (2009, 2 cores, 2 GB RAM, no battery, Wi-Fi only) 😅

Uptime test continues. 6.5 days to go.

Testing BashCore's stability.
This week, I'm running a continuous 7-day uptime test on BashCore: #noGUI, minimal setup, real usage.

6 terminals, 6 tasks:

- htop

- tshark (live capture)

- ping (via proxychains + Tor)

- msfconsole

- stress loop: while true; do echo ""; sleep 5; done

- stress-ng --cpu 1 --cpu-load 15 --timeout 7d

Running on an old Acer Aspire One (D160) with 2 GB RAM with NordVPN installed.

No disk writes. No frills. Just to see if it holds.

🔥 Finally fixed a long-standing issue in my LiveBuild setup! 🔥

For months, start-stop-daemon and dpkg-divert were throwing warnings during the build, suggesting --no-rename. After countless tests, the fix was simpler than expected: an appropriate hook in LiveBuild did the trick!

Lesson learned: sometimes the solution is right in front of us! 🛠️

From day one, TShark has been an essential part of #BashCore. It’s not just a substitute for Wireshark—it’s the same powerful engine, but fully command-line. If you’re serious about network analysis and pentesting, mastering TShark is a must.

It has nothing less than Wireshark, just no GUI. Learn it, and you’ll have full control over packet capture and analysis, even on minimal systems.

wireshark.org/docs/man-pages/t

www.wireshark.orgtshark(1)