Coder Social home page Coder Social logo

fiberhome-an5506-04f-'s Introduction

Like to built useful app and reverse engineering

  • NodeJS PHP Golang C/CPP Java is just a language to make easy to talk with CPU/MCU.
  • Kubernetes help us to manage containerized apps.
  • VSCode help us to writing a program/apps.
  • GDB GHidra help us inspect that was built.
  • SQLi and other CWE is what hacker take benefit from other people mistake.

GitHub Statistics

Top Languages

fiberhome-an5506-04f-'s People

Contributors

ndunks avatar

Watchers

 avatar  avatar

Forkers

j3n660t leag takuuc

fiberhome-an5506-04f-'s Issues

Report a possible silent misconfiguration in your repository

In your file, https://github.com/ndunks/fiberhome-AN5506-04F-/blob/397353917fccf82215cf8a377076cfaa5e59d6ce/filesystem/fh/extend/vsftpd.conf

At line 43: idle_session_timeout = 600

This setting itself is a misconfiguration and adding it to your system will not change any system misbehavior.

Root cause: “data_connection_timeout” has the system preset default value, 300. The configuration “idle_session_timeout” has no effect if user does not set “data_connection_timeout” to less than or equal to zero.

Here is the VSFTPD source code to support this. To enable the configuration parameter "idle_session_timeout", user has to explicitly set another configuration parameter "data_connection_timeout" less than 0.

if (tunable_data_connection_timeout > 0)
{vsf_sysutil_set_alarm(tunable_data_connection_timeout);}
else if (tunable_idle_session_timeout > 0)
{vsf_sysutil_clear_alarm();}

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.