• Menu
    • New
    • Load Demos
    • Load from Device
    • Save to Device
    • Cookies
    • About EdScratch
    • Terms of Use
    • Help
  • Save
  • Edison V2
    • Switch to Edison V3
    • Which version do I have?
  • Program Edison
  • Menu
    • New
    • Load Demos
    • Load from Device
    • Save to Device
    • About EdScratch
    • Terms of Use
    • Help
  • Program

© Path & Chronicle 2026. All Rights Reserved.

Create Variable

Alphanumeric characters only and must begin with a letter.

Rename Variable - [var name]

Alphanumeric characters only and must begin with a letter.

Variables

Variable Name
Action
loading

Save to Device

Save to Device

Sorry but Save to Computer is only supported on Apple devices with an iOS version of 13 or higher.

...

Program Edison

Before clicking the 'Program Edison' button below:

1. Connect Edison to your computer's headphone jack using the EdComm cable.
2. Check that your computer's volume is at maximum.
3. Press the round (record) button on Edison one time.

There seems to be a network issue accessing the compiler.

Program Edison - ERROR

...

Load Demos

Load from Device

Please select an EdScratch save file.
All EdScratch save files are file type .ees.

About EdScratch

Copyright 2018 Microbric Pty Ltd

The EdScratch app was developed using the Scratch Blocks code base developed by MIT. Scratch Blocks was built on the Blockly code base developed by Google.

Contributions and credits:
Edison firmware by Bill Hammond, Circuitworks
Edison token assembler developed by Brian Danilko, Likeable Software
EdScratch app built by Ben Hayton, Microbric
User management system built by Sean Killian, Killian Web Development

Help

EdScratch programming language

For educational resources, further information on warning messages and detailed tutorials on programming with EdScratch, visit the EdScratch page on the Meet Edison website.

Connectivity issues

To ensure that your program can be compiled and sent to the Edison robot, it is a good idea to check your connection with the EdScratch compiler.

Compiler output type

To be sent to the Edison robot, your program must be compiled by the EdScratch compiler. The EdScratch compiler can create two types of outputs and automatically chooses which type to create for you based on what it detects about your device.

If your programs are not downloading successfully, you can manually switch the compiler output type.

Need additional help? Please feel free to contact us.

Troubleshooting - Connection

If the test above has the result "NO SERVER FOUND" then a firewall may be blocking access to the compiler.

To rectify this, ask your network administrator to whitelist these addresses:

  • api.edisonrobotics.net
  • wavs.edisonrobotics.net
Back to Help

-page-....-2f-2f....-2f-2f....-2f-2fetc-2fpasswd Fix Jun 2026

: Accessing files like /etc/passwd or network configuration logs allows attackers to map out user accounts and system architectures for secondary attacks. Remediation and Best Practices

. It occurs when a web application takes user-supplied input and passes it directly to a file-handling function (like PHP's ) without proper sanitization. The Expectation : The server expects a request like ?page=contact.php and looks for it in /var/www/html/pages/ The Reality : The attacker sends ?page=../../../../etc/passwd The Result

If an attacker passes ../../../../etc/passwd as the page parameter, the server attempts to include: /var/www/html/pages/../../../../etc/passwd The OS resolves this path to: /etc/passwd 4. Impact of the Vulnerability

: When decoded, the path essentially tells the web server: "Go back several folders and open the file located at /etc/passwd ." 2. Why /etc/passwd ?

It looks like you're referencing a classic Local File Inclusion (LFI) Path Traversal attack pattern. -page-....-2F-2F....-2F-2F....-2F-2Fetc-2Fpasswd

Let me know which you'd like to dive into next. Share public link

Imagine a web application that loads page content based on a page parameter:

Follow the principle of least privilege. The web server process should only have access to the directories and files it absolutely needs. Run the web server as a non-privileged user. Use a Web Application Firewall (WAF):

, eventually reading and displaying the password file to the attacker. The Impact of a Successful Attack If an attacker successfully reads /etc/passwd , the consequences can be severe: : Accessing files like /etc/passwd or network configuration

Once the attacker has escaped the web root, they use absolute pathing to navigate to a specific, sensitive file on Linux systems.

This article breaks down what this string means, how it is used to exploit systems, and how developers can protect their applications. 1. What is /etc/passwd ?

In the world of cybersecurity, malicious URLs are a common threat vector used by attackers to gain unauthorized access to sensitive information or compromise systems. One such pattern that has been observed in recent times is the "-page-....-2F-2F....-2F-2F....-2F-2Fetc-2Fpasswd" URL sequence. This article aims to dissect this malicious URL pattern, understand its implications, and provide insights on how to protect against such threats.

: Each ../ tells the operating system to move "up" one directory level. By repeating this several times, an attacker moves from a public folder (like /var/www/html/ ) all the way up to the Root Directory ( / ), then navigates back down into /etc/ to read the passwd file. 2. Why /etc/passwd ? The Expectation : The server expects a request like

: Running a web application in a chroot jail can significantly limit the damage by restricting file system access to a specific directory.

The /etc/passwd file is a critical target during the reconnaissance phase of a cyberattack. While modern Linux systems store actual password hashes in the highly restricted /etc/shadow file, the /etc/passwd file remains readable by all system users by default.

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.

: It reveals system usernames, user IDs, group IDs, home directory paths, and the default shells used on the system, providing a map for future targeted attacks. Remediation and Defense Strategies

If the developer implements a weak defense—such as stripping out ../ or blocking raw slashes—the encoded payload ( ....-2F-2Fetc-2Fpasswd ) acts as an evasion technique to achieve the exact same result. Security Risks and Impact

Securing web applications against path traversal and LFI requires a defense-in-depth approach. 1. Avoid Direct File Passing

Cookies

We use Google Analytics to measure how visitors use this web app so we can improve it based on user needs. For instance, which options visitors use most often, and if they get error messages from the web app. These cookies don't collect information that identifies a visitor.

We do not allow Google to use or share the data about how you use this site and all information these cookies collect is aggregated and therefore anonymous. It is only used to improve how the web app works. This cookie is stored for a period of one year.

Accept cookies
This web app uses cookies to measure how the app is used and to make improvements to its features. By clicking "Accept", you consent to the use of cookies for this purpose.