Thursday, April 21, 2022

Ukarine war (Russia- Intel- Mosvka crusier)

 o que emerge da Intel internacional, sobre o cruzeiro Mokska:

  1. Desapareceu após ser atingido por um míssil, mas submergiu devido a uma tempestade que estava ocorrer
  2. Estava armado com armas nucleares, e foi atingido por americanos e por intel militar americana
  3. carregava uma "dirty bomb", tbm Intel militar americana
eis, que a OSINT da Marinha, verifica por imagens de satélite a 13 de Março, que o Movska, ou "havendo dúvidas" do mesmo porte que este cruziero de guerra, estaria ladeado de 2 outros pequenos navios.
è estritamente necessária esta estratégia, para "evadir" os misseis inimigos
Tecnicamente, a Marinha usa a seguinte táctica de formaçao:





Wednesday, April 20, 2022

ATM hacking (hack folder)

 

import java.util.Scanner;
public class ATM {
//----------- Constant -----------
public static final int password = 1234;
public static final int maxWithdraw = 20000;
//----------- Method -----------
public static void welcome() {
}
public static boolean checkPass(int pass) {
return pass == password;
}
public static boolean checkLimit(int amount) {
return amount <= maxWithdraw;
}
public static boolean check100(int amount) {
return amount % 100 == 0;
}
public static void showBanknotes(int amount) {
System.out.println("You need " + amount + " baht");
int numberOfFiftyNotes = amount / 50;
amount = amount % 50;
int numberOfTwentyNotes = amount / 20;
amount = amount % 20;
int numberOfTenCoins = amount / 10;
//amount = amount / 10;
System.out.println();
System.out.println("You get " + numberOfFiftyNotes + " fifty notes");
System.out.println("You get " + numberOfTwentyNotes + " twenty notes");
System.out.println("You get " + numberOfTenCoins + " ten coins");
}
public static void goodbye() {
System.out.println("Good bye.");
}
public static void main(String[] args) {
System.out.println("-------ATM--------");
welcome();
Scanner keyboard = new Scanner(System.in);
System.out.print("Enter 4-digit password: ");
int keypass = keyboard.nextInt();
if (checkPass(keypass)) {
System.out.print("Enter amount of withdraw: ");
int withdraw = keyboard.nextInt();
if (checkLimit(withdraw)) {
if (check100(withdraw)) {
showBanknotes(withdraw);
} else {
System.out.println("Sorry. Amount is not divisible by 100");
}
} else {
System.out.println("Sorry. Under or over withdrawal limit");
}
} else {
System.out.println("Sorry. Wrong password");
}
goodbye();
}
}

Wednesday, April 13, 2022

IRS hacking (hack folder)

 back to warfare!

😉 So logj4, was mitigated bcs they changed the default login...shame on me!
I hv some news today! Check it out!
Fastjson 1.2.47 remote command execution leak - Karatos
BLOG.KARATOS.IN
Fastjson 1.2.47 remote command execution leak - Karatos
1. Introduction to Vulnerability Fastjosn is undoubtedly the king of vulnerabilities in the past two years. One-handed deserialization of RCE has affected countless manufacturers. At present, the stability of versions below 1.2.48 is affected, and the Autotype version below 1.2.68 will be affected.....

Intel André Ventura " portugueses não querem trabalhar " Emigrantes

 https://cheganos.com/andre-ventura-os-portugueses-nao-querem-trabalhar-nisto-video/