Wicked Security
  • Likhith Cv
  • Pentesting
    • DevSecOps
    • x86_Shell_Coding
    • Mobile Security
      • iOS
      • Android
    • Docker Basics
      • Docker Breakouts
    • Cloud
      • AWS
  • Active Directory
    • Active Directory
      • Gaining Foothold - Get Passwords
      • Enumeration
      • Lateral Movement
      • Persistance
      • Privilege Escalation
  • How to Take POCs
    • Network
      • Port 123 - NTP
      • SSH
      • Shares SMB, NFS
      • FTP
      • Port 161 - SNMP
      • SMPT
      • CCTV
      • SSL Testing Manual
  • OSINT
    • OSINT - Open Source Intelligence
  • Cheat-Sheet
    • Text Processing Cheat-Sheet
    • Cheat-Sheet Powershell
  • Privilege Escalation
    • Windows
    • Linux
  • Exploits
    • Exploits Links/Binaries
  • Wireless
Powered by GitBook
On this page
  • Installing necessities
  • Finding CPU Detail

Was this helpful?

  1. Pentesting

x86_Shell_Coding

Assembly Language for 32 bit processors

Installing necessities

apt install nasm build-essential
apt install openssh-server

Finding CPU Detail

lscpu
cat /proc/cpuinfo
PreviousDevSecOpsNextMobile Security

Last updated 4 years ago

Was this helpful?