alan8365
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    1
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Internet Security ###### tags: `school` | 週次 | 日期 | 主題內容/章節 | 備註 | 實際教學章節 | | -------- | ---- | ----------------------------- | ------------------- | ------------:| | 第一週 | 2/23 | 課程介紹 & 資訊與網路安全簡介 | | 1 | | 第二週 | 3/2 | 實體安全&使用者身分鑑別 | | 2 | | 第三週 | 3/9 | 作業系統安全 | | 3 | | 第四週 | 3/16 | 祕密金鑰密碼系統 | 智慧聯網模組3 | | | 第五週 | 3/23 | 公開金鑰密碼系統 | 智慧聯網模組3 | | | 第六週 | 3/30 | 訊息鑑別、金鑰管理及認證中心 | | | | 第七週 | 4/6 | 多媒體安全、網路通訊協定安全 | | | | 第八週 | 4/13 | 網路系統安全、無線網路安全 | | | | 第九週 | 4/20 | 期中考 | | | | 第十週 | 4/27 | 物聯網安全介紹 | 業師、智慧聯網模組3 | | | 第十一週 | 5/4 | 物聯網安全實作 | 業師 | | | 第十二週 | 5/11 | 物聯網安全實作 | 業師 | | | 第十三週 | 5/18 | 行動通訊安全 | | | | 第十四週 | 5/25 | 車聯網安全 | 智慧聯網模組4 | | | 第十五週 | 6/1 | 網路服務安全、電子商務安全 | | | | 第十六週 | 6/8 | 期末考 | | | | 第十七週 | 6/15 | 區塊鏈技術 | | | | 第十八週 | 6/22 | 資料庫安全 | | | 1. 出席率與學習態度:10%(8%+2%) 2. 作業與小考(Open Book):40%(30%+10%) 3. 期中考(Close Book):20% 4. 期末考(Close Book):20% 5. 證照考:10% - MTA 網路安全管理工程師核心能力 - EEC 企業電子化規劃師-資訊安全與法律認證 [CDX](https://cdx.nchc.org.tw/) 帳號: s學號@nutc.edu.tw 密碼: 學號 ## 神秘平台 * 以root登入(密碼為 toor) * 以UNIX指令建立兩個新帳號(使用 useradd ) * useradd student * 以UNIX指令設定該兩個新帳號的密碼,請用相同的密碼(使用 passwd student) * passwd student * 執行UNIX指令顯示新帳號及密碼,證明系統有使用加鹽法 (請截圖回答) * cat /etc/shadow * 進行破解步驟 * 合併帳戶及密碼至一個新檔案,例如pw.txt (使用 unshadow) * unshadow /etc/passwd /etc/shadow > ~/pw.txt * cat ~/pw.txt * 複製字典檔 (rockyou.txt.gz 位於 /usr/share/wordlist) * cp /usr/share/wordlists/rockyou.txt.gz ~/ * 解密字典檔 (使用 gunzip) * gunzip ~/rockyou.txt.gz * 進行破密 (# john --wordlist=<字典檔> --rules ) (請截圖回答) * john ~/pw.txt --wordlist=~/rockyou.txt --rules # 期中考 - [第一章 資訊與網路安全簡介](/OPypPakzSVuqgcnrUyeZ_g) - [第二章 資訊中心管理與實體安全](/6Ck8bRTpSbybcEROpxwYXQ) - [第三章 使用者身分鑑別](/1uouYqbdQmuC4RmyrYdKQQ) - [第四章 作業系統安全](/fxqIl7v0R1y9fl1AyWwq0w) - [第五章 祕密金鑰密碼系統](/OlKI2zc1RBG5_dYSHTS4UA) - [第六章 公開金鑰密碼系統](/KtgOHcClTQS4u1-OmZoFaA) - [第七章 訊息鑑別](/tTFfyAYwTtO4ylAxGiYMnw) - [第八章 金鑰管理及認證中心](/13s8iiOvTVqolBgbJl9m0Q) - [第九章 多媒體安全](/-w1toKW1Ryarygy4WBdF-Q) - [網路安全期中題目](/hLeRtTz2SCSykYcjeLT_2A) # 期末考 - [期末關鍵字](/SEAIQDIJTHuPBIi4zxLH3w) - [第十章 網路通訊協定安全](/TdpZf2dfSymJqjguxR9h1Q) - [第十一章 網路系統安全](/u9p7RO7mTVyO6fwlPppY_A) - [第十二章 無線網路安全](/H4hMp5GwR6yw3I_TV_1Q0Q) - [第十三章 行動通訊安全](/cVgFMjFAQwOZRKzlfPmV6w) - [第十四章 網路服務安全](/U5q5RU2eQ3644JtpH2qghQ) - [第十五章 電子商務安全](/-FLvnRPESVGZNh9G3DyHfQ) - [網路安全期末題目](/LTgm9eVDSuWZZDk2qAwAvw) - [第十六章 區塊鏈技術](/hPHJJYWaTyG4ydSANQOwow) - [第十七章 資料庫安全](/Xc1GJKlMTRaGZsAX2pfBXg) # 被遺棄的可憐人 第十八章 資訊安全管理 # Dark Theme CSS {%hackmd theme-dark %}

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully