Cannot type "/ etc / hosts" (without the spaces)

  • #1
Wrichik Basu
Insights Author
Gold Member
2022 Award
2,031
2,267
I was trying to paste the hosts file in this thread, and ran into an exception:

1662025162260.png


I can't paste the full error message from the console because PF is not allowing me to do so. Here is the error message:

Sorry, you have been blocked
You are unable to access physicsforums.com
Why have I been blocked?
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

What can I do to resolve this?
You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

Cloudflare Ray ID: 743cfbb7cc8df8d7 • Your IP: <Removed_by_me> • Performance & security by Cloudflare

Upon further testing, it turns out that I can paste the hosts file, but cannot type / etc / hosts (without the spaces). Neither in code blocks nor as plain text.
 

Answers and Replies

  • #2
jack action
Science Advisor
Insights Author
Gold Member
2,704
5,622
Test: ##\texttt{/} \texttt{etc} \texttt{/} \texttt{hosts}##

Works fine with me. (OK, I cheated a lot :smile:)
 
  • Haha
Likes Wrichik Basu
  • #3
I like Serena
Homework Helper
MHB
16,350
256
Quick test.
/ etc / hosts:
/ etc / hosts
I can confirm the problem. If I leave out the spaces in either the title or the body of the code block, then I can preview it just fine, but if I try to submit it gives the "Problem encountered" dialog and I cannot submit.
 
  • Like
Likes Wrichik Basu
  • #5
18,951
9,266
Something about the format of the content in the request is tripping CF's detection.
 
  • Like
Likes Wrichik Basu
  • #6
pbuk
Science Advisor
Homework Helper
Gold Member
4,084
2,410
CloudFlare simply won't let the string /etc/hosts through in a multipart/form-data request, presumably because this is a known attack payload. This is also the case with many other strings like <script>.

I don't think CF would be so picky about application/json content, perhaps you could persuade ZenForo to rewrite their front end XHR handler?
 
  • Like
  • Informative
Likes Wrichik Basu, Greg Bernhardt and Vanadium 50
  • #7
DrJohn
108
97
Take a screenshot, then post that.
 
  • #8
Vanadium 50
Staff Emeritus
Science Advisor
Education Advisor
29,914
15,585
known attack payload
That's the key. If you type content like that, you shouldn't be surprised when its blocked. ("But your honor, the gun wasn't loaded!")
 
  • #9
Wrichik Basu
Insights Author
Gold Member
2022 Award
2,031
2,267
CloudFlare simply won't let the string /etc/hosts through in a multipart/form-data request, presumably because this is a known attack payload. This is also the case with many other strings like <script>.
But how did you write these?
 
  • #10
pbuk
Science Advisor
Homework Helper
Gold Member
4,084
2,410
  • Informative
Likes jack action
  • #12
pbuk
Science Advisor
Homework Helper
Gold Member
4,084
2,410
This is what I see:
Ah you also have to click the [ ] icon in the editor bar to leave WYSYWIG mode.
1662133729717.png
 
  • Like
Likes Wrichik Basu

Suggested for: Cannot type "/ etc / hosts" (without the spaces)

Replies
10
Views
252
  • Last Post
Replies
2
Views
716
  • Last Post
Replies
2
Views
654
Replies
14
Views
741
  • Last Post
Replies
2
Views
1K
Replies
15
Views
639
Replies
11
Views
2K
  • Last Post
Replies
6
Views
1K
Replies
20
Views
2K
Top