Install with npm i and run the server with npm start.
Depending on where you put your project, you might have to alter the path in the query params, but eventually you'll get the /etc/passwd file downloaded using the unsafe access:
| react component: | |
| render() { | |
| const { username, password } = this.state.formData; | |
| return ( | |
| <div className={style.className}> | |
| <hgroup> | |
| <div className="center"> | |
| <h1>Hi</h1> | |
| </div> |
| @import '~client/shared/scss/typography'; | |
| @import '~client/shared/scss/colors'; | |
| @import '~client/shared/scss/elements/input-fields'; | |
| :local(.className) { | |
| overflow: hidden; | |
| position: fixed; | |
| top: 50%; | |
| transform: translate(0, -50%); | |
| width: 100%; |
| require "open3" | |
| require "digest/sha1" | |
| class Webpacker::Compiler | |
| # Additional paths that test compiler needs to watch | |
| # Webpacker::Compiler.watched_paths << 'bower_components' | |
| cattr_accessor(:watched_paths) { [] } | |
| # Additional environment variables that the compiler is being run with | |
| # Webpacker::Compiler.env['FRONTEND_API_KEY'] = 'your_secret_key' |
| onClick: (event: any) => void |
| <TableContext.Provider value={product}> | |
| <Table | |
| products={products} | |
| onProductChange={handleProductChange} | |
| /> | |
| <Sidebar /> | |
| </TableContext.Provider> |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta content="width=device-width,initial-scale=1" name="viewport"> | |
| <title>Work Description Generator</title> | |
| <style> | |
| body { | |
| margin: 10px; | |
| font-size: 16px; | |
| } |
| var Array = { | |
| create: function(arr) { | |
| if (arr) { | |
| this.data = arr; | |
| } else { | |
| this.data = []; | |
| } | |
| return this; | |
| }, | |
| each: function(func, reverse) { |