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
    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    最小的k个数
    复杂链表的复制
    二叉树中和为某一值的路径
    二叉搜索树的后序遍历序列
    STL之Deque容器
    STL之迭代器
    STL之Vector容器
    STL之string
    STL(标准模板库)基本概念
    文件I/O
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/12269508.html
Copyright © 2011-2022 走看看