Postingan

Hardware USB3380 Testing

Gambar
  USB3380 Hardware: PCILeech uses PCIe hardware devices to read and write from the target system memory. This is achieved by using DMA over PCIe. No drivers are needed on the target system. Check out the PCILeech project for general information. PCILeech supports multiple hardware. USB3380 based hardware is only able to read 4GB of memory natively, but is able to read all memory if a kernel module (KMD) is first inserted into the target system kernel. FPGA based hardware is able to read all memory. PCILeech use the PLX Technologies USB3380 chip. The actual chip can be purchased for around $15, but it's more convenient to purchase a development board on which the chip is already mounted. Development boards can be purchased from BPlus Technology, or on eBay / Ali Express. Please note that adapters may be required too depending on your requirements. Please also note that the USB3380 is currently sold out. http://www.bplus.com.tw/PLX.html The hardware confirmed...

Kernel Dev pt2

 # Example file to demonstrate remote python functionality with the LeechAgent. # # Example: # pcileech.exe -device <device> -remote rpc://<spn or insecure>:host agent-execpy -in agent-find-rwx.py # # The python script will be executed in a child process to the LeechAgent in # the user-context of the LeechAgent. If the agent is running as a service this # is most likely SYSTEM. It's also possible to use this functionality to run # Python scripts on the remote host without using the memory analysis functionality. # # Please check out agent installation instructions at: # https://github.com/ufrisk/LeechCore/wiki/LeechAgent # https://github.com/ufrisk/LeechCore/wiki/LeechAgent_Install # # # Example to load LeechCore for Python connecting to the memory acqusition device # specified in the PCILeech -device parameter. Please uncomment to activate. # Guide at: https://github.com/ufrisk/LeechCore/wiki/LeechCore_API_Python # ''' import leechcorepyc lc = leechcorepyc....

Kernel Developer Bonty Riot part 1

 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28729.10 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcileech", "pcileech\pcileech.vcxproj", "{DFFA1B4C-279B-4356-ADB1-08A6F4795931}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcileech_shellcode", "pcileech_shellcode\pcileech_shellcode.vcxproj", "{5C698F13-6E9F-46F3-95FC-55376A65D8BF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41BC2617-A896-4D63-9F5E-ED26C5A613B8}"     ProjectSection(SolutionItems) = preProject         LICENSE = LICENSE         readme.md = readme.md     EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pcileech_kmd", "pcileech_kmd", "{2A4F90E3...

WERITE UP NGAJI IT

Hallo semuanya perkenalkan nama saya Arya mastigo novitra, umumnya saya di panggil Arya. Mungkin teman teman ada yang pernah mengikuti ngaji it?! Nah kali ini saya akan menjelaskan secara singkat tentang materi yang saya sampaikan sebelumnya... Yuk kenalan bareng IPv4 dan IPv6 Apa itu IPv4 dan IPv6? IPv4 dan IPv6 adalah sebuah versi jaringa yang berisi angka Numerik dan Alfanumerik. Keduanya di bedakan dari ruang dan bitvyang di gunakan, dan keduanya memiliki kelebihan dan kekurangan masing-masing, Jenis jenis IP sendiri ada 4 yaitu Private, publik, dinamik, dan statis. Versi IP sendiri ada dua yaitu IPv4 Dan juga IPv6. IPv4  IPv4 adalah IP versi pertama yg paling banyak di gunakan saat ini. Versi ini menggunakan alur pengiriman data yang paling memungkinkan, akan tetapi tidak menjamin kualitas data yang di kirim, beban trafic internet pada IPv4 tidak stabil pengguna dapat menjumpai lagging. IPv4 juga merupakan protocol pengiriman paket data tanpa memastikan si penerima siap atau b...

TroubleShooting

  Linux server : Gateway ke windows server Memasukan ip di enp0s 3 172.16.10.1/24 Gateway ke linux server  Memasukan ip di enp0s 8 192.168.1.1/28 Gateway ke win ext Memasukan ip di enp0s 9 10.23.10.1/25 Untuk melakukan routing agar terkoneksi dengan windows server External.   Membuat web server : # apt get-install apache2 Buat direktori  # mkdir iksitns # mv  iksitns / iksitns # ls Index.html  # cd /etc/apache2/sites-aivable/ # service apache status  # apt install ssh Windows server : Memasukan ip dan membuat dhcp untuk windows client internal. IIS ini sudah ada di Windows anda, Namun tidak aktif secara default. Untuk mengaktifkannya anda perlu mengetikkan saja di search bar Turn Windows Features On or Off, lalu klik untuk membuka. Centang Internet Information Services dan klik OK, tunggu hingga proses selesai. Setelah itu ketikkan IIS di kolom pencarian, buka Internet Information Services Manager. Klik dropdown di panel Connections di sebelah kiri...

VTP

 hallo sobat kali ini kita akan mempelajari tentang VTP mode server di gunakan pembuatan media dan mode kliean. mode klien digunakan untuk VTP yang menerima segala yan di buat oleh server mode transperent di gunakan untuk menjalankan perintah dari server ke klien dan tidak mengeksekusi klien.

Pengertian Vlan

 Halo sobat kenalin nama gw arya, di sini kita akan membahas apa itu vlan. Vlan adalah adalah jenis subnetwork yang dapat  mengelompokkan sebuah perangkat pada jaringan area lokal (LAN) yang terpisah. Virtual Local Area Network juga bisa dikatakan pengelompokkan logis perangkat dalam domain siaran yang sama. VLAN memudahkan administrator jaringan untuk mempartisi jaringan tunggal yang diaktifkan agar sesuai dengan persyaratan fungsional dan keamanan sistem mereka tanpa harus menjalankan kabel baru atau membuat perubahan besar dalam infrastruktur jaringan mereka saat ini. Virtual Local Area Network cenderung fleksibel karena didasarkan pada koneksi logis, bukan fisik. Fungsi VLAN   1.mengurangi biaya    2. Menawarkan lebih banyak fleksibilitas daripada solusi jaringan non-virtual   3. Mengatasi jumlah administratif yang dibutuhkan penegrian tambahan      * VLAN memungkinkan implementasi kebijakan akses dan keamanan menurut pengelompo...