Posts

Create Google Auth - consent screen

Create Google Auth configuration → SUKSES, consent screen sudah aktif. Google Auth Platform/ Clients / Create Clint: Create OAuth client ID, pilih Aplication Type: [Web application, Android,, Chrome Extension, iOS, TVs and Limited Input devices, Desktop app, Universal Windows Platform (UWP)] dan isi Name* (Desktopclient 1) > Create The name of your OAuth 2.0 client. This name is only used to identify the client in the console and will not be shown to end users. Note: It may take 5 minutes to a few hours for settings to take effect Create tampil Client ID dan Client Secret dg status Enabled, lanjut download, dan OK selesai. test users Oauth Consent screen https://console.cloud.google.com/auth/clients?inv=1&invt=Ab3sdQ&project=fabled-era-466003-m6

main.py Saham Turun v5

main.py Saham Turun v3 (belum bisa)

import json import pandas as pd import requests import time from google.oauth2.credentials import Credentials from google_auth_oauthlib.flow import InstalledAppFlow from googleapiclient.discovery import build # ------------------------------ # 1️⃣ Baca config.json # ------------------------------ with open('config.json') as f: config = json.load(f) SPREADSHEET_ID = config['spreadsheet_id'] TELEGRAM_TOKEN = config['telegram_token'] CHAT_ID = config['telegram_chat_id'] # ------------------------------ # 2️⃣ Range spreadsheet # Ganti sesuai nama sheet & range # ------------------------------ RANGE_NAME = 'Sheet1!A:F' # Sesuaikan dengan header kamu # ------------------------------ # 3️⃣ Scope Google Sheets API # ------------------------------ SCOPES = ['https://www.googleapis.com/auth/spreadsheets.readonly'] # ------------------------------ # 4️⃣ Fungsi buat service Google Sheets # ------------------------------ def get_sheet...

main.py Saham Turun v1 (belum bisa)

import pandas as pd import requests import json import time import os.path from google.oauth2.credentials import Credentials from google_auth_oauthlib.flow import InstalledAppFlow from google.auth.transport.requests import Request from googleapiclient.discovery import build # CONFIG SCOPES = ['https://www.googleapis.com/auth/spreadsheets.readonly'] with open('config.json') as f: config = json.load(f) SPREADSHEET_ID = config['spreadsheet_id'] TELEGRAM_TOKEN = config['telegram_token'] CHAT_ID = config['telegram_chat_id'] RANGE_NAME = 'Sheet1!A1:H1061' # --- GOOGLE SHEETS API --- def get_sheet_service(): creds = None if os.path.exists('token.json'): creds = Credentials.from_authorized_user_file('token.json', SCOPES) # Kalau token.json tidak ada atau expired: if not creds or not creds.valid: if creds and creds.expired and creds.refresh_token: creds.refresh(Request()) ...

Deteksi dan Blokir Jaringan Wifi Mencurigakan Otomatis

Sistem Pemantauan dan Pemblokiran Aktivitas Jaringan Otomatisa A. Pengantar Deteksi dan Blokir Jaringan Wifi Mencurigakan secara Otomatis adalah sebuah tool jaringan berbasis Scapy yang dirancang untuk melakukan berbagai fungsi pengujian dan pemantauan jaringan lokal (LAN). Pertama, tool ini mampu mendeteksi perangkat yang terhubung di jaringan menggunakan metode ARP scanning serta sniffing terhadap lalu lintas IP yang bersifat khusus, seperti multicast , broadcast , dan lalu lintas IP lokal lainnya. Kedua, alat ini memiliki kemampuan untuk melakukan ARP spoofing , yaitu proses manipulasi tabel ARP pada perangkat target guna melakukan man-in-the-middle attack atau pemantauan lalu lintas jaringan. Proses ini dapat dikonfigurasi untuk menyerang satu atau beberapa host sekaligus. Saat proses ARP spoofing dihentikan, tool ini akan secara otomatis mengembalikan (restore) entri ARP ...

Deteksi dan Blokir Jaringan Mencurigakan Otomatis

Sistem Pemantauan dan Pemblokiran Aktivitas Jaringan Otomatisa 📘 Topik Interaktif: Hover Biru Muda & Glow 📘 Topik Interaktif: Hover Biru Muda & Glow 📘 Topik Interaktif: Hover Biru Muda & Glow A. Pengantar A1. Saham Kososng A2. Obligasi Kososng B. Fitur 📌 Kososng B1. Deteksi IP LAN dan Gateway - Sudah Ada Kosong B2. Deteksi perangkat aktif via ARP - Sudah Ada Kosong B3. Sniff IP multicast/broadcast/link-local - Sudah Ada Kosong B4. Simpan hasil deteksi ke file CSV - Sudah Ada Kosong B5. Spoof dan Restore ARP - Sudah Ada Kosong B6. Validasi hak akses (root/admin)- Sudah Ada Kosong B7. Blokir IP/Perangkat Teknik ini memanfa...

Contoh Hasil Deteksi Jaringan Wifi (non kode)

[+] Ditemukan 1 target.    [0] 192.168.1.2 - 92:24:25:03:50:be [+] Target otomatis: 192.168.1.2 (92:24:25:03:50:be) [+] Menjalankan ARP Spoofing... Tekan CTRL+C untuk berhenti. WARNING: You should be providing the Ethernet destination MAC address when sending an is-at ARP. WARNING: You should be providing the Ethernet destination MAC address when sending an is-at ARP. WARNING: more You should be providing the Ethernet destination MAC address when sending an is-at ARP. WARNING: You should be providing the Ethernet destination MAC address when sending an is-at ARP. WARNING: You should be providing the Ethernet destination MAC address when sending an is-at ARP. Dengan CTRl C: [!] Menghentikan spoofing. Mengembalikan ARP... WARNING: more You should be providing the Ethernet destination MAC address when sending an is-at ARP. [+] ARP tabel telah dipulihkan.   D:\Python\AmanWifi>