Code Monkey home page Code Monkey logo

sekitarkita-backend's Introduction

Hi, I'm Ghuniyu

Co-Founder & CTO of Stafbook

As seen on

GitHub Twitter Instagram LinkedIn

I am a highly experienced software engineer with 13+ years of expertise in software development, strong passion for programming and information security, cryptography and IoT. I actively participate in competitions related to programming and cyber security to continuously improve my skills and gain valuable experience.

Come.. visit to my Medium Medium

Achievement

  • Traveloka Hall of Fame
  • 2nd Runner Up National Wreckit Security 2021
  • Finalist of JointsCTF (UGM) 2021
  • Finalist of FindIt Security Competition 2021
  • Finalist of AraCTF (ITS) 2021
  • 3rd Winner of Gemastik 2020 Network Security
  • Finalist of National Cyber Jawara Competition 2020
  • Finalist of Hology (UB) CTF 2020
  • Finalist of IPB Hacktoday 2020
  • 3rd Winner of IDSECCONF 2019
  • Finalist of Gemastik 2018 Network Security
  • Finalist of Gemastik 2017 Network Security
  • Finalist of National Cyber Jawara Competition 2017
  • 1st Winner of National BNI Hackfest 2017
  • Finalist DINACOM Mobile Application Competition
  • 2nd Winner of National Cyber Jawara Competition 2016
  • 3rd Winner of FIT Competition "Network Security" 2016
  • Finalist of National Cyber Jawara Competition 2015
  • Finalist of National Sisfotime3 "Network Security" 2015
  • 4th Winner of Cyber Defense Competition Kemhan 2014
  • 3rd Winner of Born2Protect 2017 Bandung Security Contest

sekitarkita-backend's People

Contributors

alifjafar avatar dependabot[bot] avatar ghuniyu avatar torvalds avatar willyrl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sekitarkita-backend's Issues

Kerahasiaan data

Halo,

Saya punya sedikit concern, sama seperti concern saya terhadap aplikasi TraceTogether di SG. Bagaimana cara data yang terkumpul dikelola? Apakah ada mekanisme otorisasi bahwa data hanya bisa diakses oleh orang yang sudah mendapat kewenangan? Karena menurut saya data yang dikumpulkan sangat personal, dan implikasinya bisa luas jika disalahgunakan.

FYI, saya tidak bermaksud negatif. Justru aplikasi ini menurut saya sangat baik tujuannya. Hanya saja saya ingin memastikan tidak ada kebocoran data.

Best,
Taufan

web.acess accessible from public

/home/rndtx [rndtx@MacBook-Pro] [1:44]
> curl https://REDACTED/web.config
*   Trying 18.141.81.15...
* TCP_NODELAY set
* Connected to REDACTED (18.141.81.15) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=REDACTED
*  start date: Mar 22 16:37:56 2020 GMT
*  expire date: Jun 20 16:37:56 2020 GMT
*  subjectAltName: host "REDACTED" matched cert's "REDACTED"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x564816c26580)
> GET /web.config HTTP/2
> Host: REDACTED
> User-Agent: curl/7.58.0
> Accept: */*
> Referer:
>
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 200
< server: nginx
< date: Mon, 23 Mar 2020 18:44:23 GMT
< content-type: application/octet-stream
< content-length: 1194
< last-modified: Mon, 23 Mar 2020 12:34:25 GMT
< etag: "5e78acd1-4aa"
< strict-transport-security: max-age=31536000
< x-frame-options: SAMEORIGIN
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< accept-ranges: bytes
<
<!--
    Rewrites requires Microsoft URL Rewrite Module for IIS
    Download: https://www.microsoft.com/en-us/download/details.aspx?id=47337
    Debug Help: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules
-->
<configuration>
  <system.webServer>
    <rewrite>
      <rules>
        <rule name="Imported Rule 1" stopProcessing="true">
          <match url="^(.*)/$" ignoreCase="false" />
          <conditions>
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
          </conditions>
          <action type="Redirect" redirectType="Permanent" url="/{R:1}" />
        </rule>
        <rule name="Imported Rule 2" stopProcessing="true">
          <match url="^" ignoreCase="false" />
          <conditions>
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
            <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
          </conditions>
          <action type="Rewrite" url="index.php" />
        </rule>
      </rules>
    </rewrite>
  </system.webServer>
</configuration>
* Connection #0 to host REDACTED left intact

/home/rndtx [rndtx@MacBook-Pro] [1:44]
>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.