eJPT Exam Tips and Solution
WEBSITEGITHUBLINKEDININSTAGRAM
  • 🔁eJPT Exam
  • 🚢IP and Routing
  • 😅System Commands
  • 🆕IP & Network Enumeration
  • 🟥SQL Injection
  • 🔲Bruteforce Attacks
  • ❎Password Cracking
  • ⚔️XSS Attacks
  • 🎯Null Session Attacks
  • 💯Reverse Connection & Exploitation
  • 🐚Interactive Shell
  • 😂Directory Enumeration
  • ⚠️ARP Spoofing
  • 🔥Vulnerability Scanners
  • 🍾Google Dorking
  • 📕OSINT
  • 🚇Subdomain Enumeration
  • ⛔One Short Target
Powered by GitBook
On this page
  • python/python3 Interactive Shell
  • Bash Interactive Shell

Was this helpful?

Interactive Shell

python/python3 Interactive Shell

Check if python/python3 is available in system

which python

which python3

python -c 'import pty;pty.spawn("/bin/bash")'

Bash Interactive Shell

bash -i

SHELL=/bin/bash script -q /dev/null

PreviousReverse Connection & ExploitationNextDirectory Enumeration

Last updated 1 year ago

Was this helpful?

🐚