zoukankan      html  css  js  c++  java
  • Ethical Hacking

    METERPRETER BASICS

    >help - shows help
    >background - backgrounds current session
    >sessions -I - lists all sessions
    >session -i - interact with a certain session
    >sysinfo - displays system info.
    >ipconfig - displays info about interfaces.
    >getuid - shows current user.
    >migrate - Migrates the server instance to another process.

    FILE SYSTEM COMMANDS

    >pwd - shows current working directly
    >ls - lists files in the current working directory.
    >cd [location] - changes working directory to (location)
    >cat [file] - prints the content of [file] on screen.
    >download [file] - downloads [file]
    >upload[file] - uploads[file]
    >execute -f [file] -executes [file]
    >shell -Drop into a system conmand shell PS:
    for more commands run >help
    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    正则表达式
    linux中的三种时间
    用户,用户组
    inode与block
    linux文件属性
    linux的启动过程
    linux的重要子目录
    mail邮箱
    spark原理
    spark部署
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/12269508.html
Copyright © 2011-2022 走看看