• 點部落
  • 首頁
  • RSS
    • 登入

亂馬客

https://rainmakerho.github.io/

2017-04-12

Client Cross Frame Scripting Attack

  • 6771
  • 0
  • 資安

有時白箱工具會掃出 Client Cross Frame Scripting Attack ,

可以在 Header 中加入設定 X-FRAME-OPTIONS 

但是這樣有些 白箱工具並不知道,

客戶還是會要你改到 Report 看不到,

那怎麼辦呢?

 

...繼續閱讀 »
  • 資安
  • Client Cross Frame Scripting
2017-02-03

Missing XML Validation

  • 4214
  • 0
  • 資安
  • 2017-02-21

我們有程式被掃出 Missing XML Validation 的問題,
發生的地方是在 XmlReader.Create(  ...

要如何解決呢?

...繼續閱讀 »
  • Fortify
  • 資安
  • Missing XML Validation
2015-12-09

[.NET]Use of Cryptographically Weak PRNG

  • 4372
  • 0
  • Security
  • 2015-12-10

在「Cross Site History Manipulation (XSHM)」中有使用 Random 來解決 Page History 的問題。

但卻又被掃出有「Use of Cryptographically Weak PRNG」的問題。

...繼續閱讀 »
  • 資安
  • RNGCryptoServiceProvider
  • Use_of_Cryptographically_Weak_PRNG
2015-11-30

Heuristic SQL Injection

  • 3864
  • 0
  • 資安
  • 2015-11-30

在原始碼掃描的Report之中,有一些 Heuristic 開頭的 Issue,

例如 Heuristic SQL Injection, Heuristic 2nd Order SQL Injection 。

 

...繼續閱讀 »
  • 資安
  • Heuristic SQL Injection
2014-12-11

[ASP.NET]Cross Site History Manipulation (XSHM)

  • 7810
  • 0
  • ASP.NET

Cross Site History Manipulation (XSHM) 要如何解呢?

...繼續閱讀 »
  • xshm
  • 資安
2014-11-07

[ASP.NET]Open Redirect(Input Validation and Representation, Data Flow) - 2

  • 3946
  • 0
  • ASP.NET

透過 IsLocalUrl 來過濾 Path ,是否可以避掉 Open Redirect issue呢?

...繼續閱讀 »
  • UriBuilder
  • 資安
  • Open Redirect
  • url
2014-10-28

[JS]Dynamic Code Evaluation: Code Injection (Input Validation and Representation, Data Flow)

  • 10233
  • 0
  • Javascript

用到 function() {...} 也中「Dynamic Code Evaluation」?

...繼續閱讀 »
  • Dynamic Code Evaluation
  • javascript
  • 資安
2014-10-28

[JS]Insecure Randomness

  • 8277
  • 0
  • 資安

使用到 Math.random() 會被一些原始碼掃描工具掃出「Insecure Randomness」。

...繼續閱讀 »
  • javascript
  • 資安
  • random
  • Randomness
2014-10-23

[ASP.NET]XML External Entity Injection

  • 7096
  • 0
  • ASP.NET

被檢測到「XML External Entity Injection」的Issue,
要如何調整呢?

...繼續閱讀 »
  • XmlResolver
  • XXE
  • 資安
2014-10-06

[ASP.NET]Data Filter Injection attack

  • 7219
  • 0
  • ASP.NET

最近公司的程式有被掃到「Data Filter Injection attack」的問題,
是什麼造成「Data Filter Injection attack」的問題呢?
又該如何解決呢?

...繼續閱讀 »
  • 資安
  • Data Filter
  • HiddenFieldPageStatePersister
  • linq to dataset
  • SessionPageStatePersister
2014-10-03

[ASP.NET]Path Traversal Vulnerability

  • 5728
  • 0
  • ASP.NET

最近有遇到一個「Path Traversal」的問題,
是透過 Hidden欄位 來組出要存取的檔案Path,然後取得該檔案的資訊。

...繼續閱讀 »
  • 資安
  • Path Traversal
2014-08-26

[ASP.NET]Open Redirect(Input Validation and Representation, Data Flow)

  • 5872
  • 0
  • ASP.NET

本篇介紹如何解決Open Redirect(Input Validation and Representation, Data Flow)問題

...繼續閱讀 »
  • 資安
  • Open Redirect
  • url
2014-08-08

[ASP.NET]Path Manipulation(Input Validation and Representation, Data flow) (III)

  • 3026
  • 0
  • 資安
  • 2014-11-11

針對 Path Manipulation flow,我們也可以使用 Regex 來驗證檔名哦!

...繼續閱讀 »
  • Fortify
  • 資安
  • Path Manipulation
2014-07-01

[ASP.NET]Path Manipulation(Input Validation and Representation, Data flow) (II)

  • 4470
  • 0
  • 資安

針對 Path Manipulation(Input Validation and Representation, Data flow) 的問題,
可以提供一個 GetValidateFileName Method (透過DirectoryInfo來Filter檔名),來取得合法的檔案名稱。
然後再針對這個Method回傳的檔案進行操作。

...繼續閱讀 »
  • Fortify
  • 資安
  • Path Manipulation
2014-04-28

[ASP.NET]使用 AntiXss 的 Encoder.HtmlEncode 要注意的地方

  • 6597
  • 0
  • ASP.NET
  • 2014-04-29

公司開發的 Label 控制項,在Text屬性中使用 AntiXss 的 Encoder.HtmlEncode ,結果會發生「2014/4/24 下午 05:05:32 為不支援的日期格式」錯誤 !
是什麼問題呢?

...繼續閱讀 »
  • time
  • 資安
  • AntiXss
  • Encoder.HtmlEncode
2014-04-15

jQuery安全檢測的Issues?

  • 7849
  • 0
  • 資安

jQuery安全檢測的Issues?

...繼續閱讀 »
  • jQuery
  • 資安
2014-04-15

[ASP.NET]Value Shadowing

  • 5666
  • 0
  • ASP.NET

[ASP.NET]Value Shadowing

...繼續閱讀 »
  • Value Shadowing
  • 資安
2014-04-15

[.NET]Portability Flaw:File Separator

  • 6408
  • 0
  • .NET

[.NET]Portability Flaw:File Separator

...繼續閱讀 »
  • File Separator
  • Portability
  • 資安
2014-03-26

[ASP.NET]Path Manipulation(Input Validation and Representation, Data flow)

  • 10941
  • 0
  • ASP.NET
  • 2014-06-30

當程式被原始碼安全檢測工具掃出「Path Manipulation」的 issue ,要怎麼辦呢?

...繼續閱讀 »
  • Fortify
  • 資安
  • Path Manipulation
2013-12-09

[IIS]OPTIONS method is enabled

  • 15357
  • 0
  • IIS
  • 2013-12-11

最近收到客戶寄來的資安Report,裡面說我們的Web Server允許OPTIONS method。
那要如何關閉它呢?

...繼續閱讀 »
  • 資安
  • IIS
  • OPTIONS
  • 1
  • 2

學習網站

pluralsight

wintellectnow

標籤雲

系列文章

最新留言

  • 服務規範
  • 聯絡我們
© 2025 點部落 Ver. 2022.9.27.1
電魔小鋪有限公司 製作、維運;登豐數位科技 提供資安檢測