home.social

#phishwarn — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phishwarn, aggregated by home.social.

fetched live
  1. @MBrandtner @Over50butnotold
    Stop... Elster schickt Mails - sofern man es so eingerichtet hat.
    Aber: dort sind keine Links drin, auf die man klicken kann, sondern nur Text.

    Und wenn die richtige Mail zum richtigen Zeitpunkt kommt, dann fällt quasi jeder drauf rein - Ehrenwort!
    Danke für die Info!
    #PhishWarn

  2. After converting all images to #WebP and minifying all the #CSS and #JS assets, #PhishWarn got a performance score of 💯 from #Google for desktop browsers! 🥳

    🔗 phishwarn.codeberg.page
    🔗 codeberg.org/PhishWarn/PhishWa

  3. Did you know that #PhishWarn automatically adjusts its theme to your system settings? That's why it's now listed on darktheme.club! 😎

    🔗 phishwarn.codeberg.page

  4. Have you ever wanted to see whether your friends, relatives or colleagues would fall for #phishing?

    If you send them a fake “phishing” #email you can link to #PhishWarn instead of an actually malicious website, e.g.: “Click here to log in to your :amazon: Amazon account.”

    PhishWarn is an educational page that warns the user that they'd have fallen prey to a #scam (if it had been real), and informs them how they can protect themselves in the future. 🛡️

    🔗 phishwarn.codeberg.page

    PhishWarn is available in 🇬🇧 English and 🇩🇪 German. It's based on #Hugo and its source code is hosted @codeberg: 🔗 codeberg.org/PhishWarn/PhishWa

  5. I'm proud to announce my new #FOSS project on #Codeberg: Sijacom!

    It stands for "Simple Joining And Content Management" and is a tiny static website generator. I originally created it for my #PhishWarn project because I needed some sort of #CMS but didn't want to dive into huge projects like #Hugo.

    Check it out: codeberg.org/pixelcode/Sijacom

    By the way: You're free to translate #Sijacom into any language on @Bubu's #Weblate: weblate.bubu1.eu/projects/sija ☺️

    #Pascal #FreePascal #Lazarus

  6. Currently working on a really, really easy-to-use static website generator. Results are highly promising until now. I need some sort of #CMS for my #PhishWarn project as it's growing and I'm too lazy to learn how to operate #Hugo or something like that. So stay tuned.

    #Pascal #FreePascal #Lazarus #codeberg

  7. What other tips* do you know about how to recognise #phishing and how to avoid being phished?

    * that are not mentioned on #PhishWarn yet

    How to recognise phishing: pixelcode.codeberg.page/phishw
    How to prevent being phished: pixelcode.codeberg.page/phishw

    #Codeberg

  8. Check out #PhishWarn's new #darkmode at pixelcode.codeberg.page/phishw!

    Note that as I want to avoid JavaScript I just implemented the CSS media query "prefers-color-scheme: dark". That's why you need to either activate your system's dark mode or use @rugk's browser addon "Dark Website Forcer": 🔗 github.com/rugk/website-dark-m

  9. Today I finally used #CSS variables for the first time!

    It's good practice defining colours once in the CSS file's top section and using them as variables all over the document so that you don't have to make dozens of changes just to implement for example a new accent colour.

    The code then looks like this:

    :root {
    --dark-red: rgb(192,0,0);
    }

    .header {
    background-color: var(--dark-red);
    }

    #PhishWarn

  10. Progress with #PhishWarn goes on and on. Check out pixelcode.codeberg.page/phishw to see what has been changed, updated and added already. 😎

    And as always, feel free to open a new issue for any feedback, suggestions etc. on codeberg.org/pixelcode/PhishWa ☺️

  11. Did you know that the "Read more..." elements on #PhishWarn's website don't require any #JavaScript?

    In fact, it's an HTML5 feature and works really well. Basically, it works like this:

    <h1>Headline</h1>
    <details>
    <summary>Read more...</summary>
    You can put the additional text inside this.
    </details>

    Try it out on pixelcode.codeberg.page/phishw

  12. I've just put #PhishWarn into a seperate repository so it's now possible to open issues and merge requests for those who have any suggestions: codeberg.org/pixelcode/PhishWa ☺️

  13. For those who noticed: #PhishWarn doesn't load the Bootstrap Icons not from jsdelivr.net anymore as I've resolved the issue that was preventing me from locally hosting them. The problem was that I forgot to download the Bootstrap font LOL 😅🤦‍♂️

  14. Have you ever wanted to see if your friends would fall for phishing?

    For this purpose, I have just created a website that you can link to instead of a harmful, real phishing site. #PhishWarn warns the user that he/she has just almost become a phishing victim.

    ⚠️ pixelcode.codeberg.page/phishw

    Of course, PhishWarn is completely harmless! Also, it's #FOSS and its source code can be found on @codeberg, by the way: codeberg.org/pixelcode/pages/s