반응형
반응형
반응형
반응형
반응형
반응형
DEVELOP BETTER. FASTER.

Bootstrap components, powered by Angular

https://valor-software.com/ngx-bootstrap/#/
반응형
반응형

자바스크립트 개발자 포럼

https://jsdev.kr

...
반응형
반응형

https://github.com/danielmiessler/SecLists


SecLists is the security tester's companion. It is a collection of multiple types of lists used during security assessments. List types include usernames, passwords, URLs, sensitive data grep strings, fuzzing payloads, and many more. 



Remove my password from lists so hackers won't be able to hack me #155


About

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repo onto a new testing box and have access to every type of list that may be needed.

This project is maintained by Daniel Miessler and Jason Haddix.

Contributing

If you have any ideas for things we should include, please use one of the following methods to submit them:

  1. Send us pull requests
  2. Create an issue in the project (right side)
  3. Send us links through the issues feature, and we'll parse and incorporate them
  4. Email daniel.miessler@owasp.org or jason.haddix@owasp.org with content to add

Significant effort is made to give attribution for these lists whenever possible, and if you are a list owner or know who the original author/curator is, please let us know so we can give proper credit.

Attribution

  • Adam Muntner and for the FuzzDB content, including all authors from the FuzzDB project
  • Ron Bowes of SkullSecurity for collaborating and including all his lists here
  • Clarkson University for their research that led to the Clarkson list
  • All the authors listed in the XSS with context doc, which was found on pastebin and added to by us
  • Ferruh Mavitina for the beginnings of the LFI Fuzz list
  • Kevin Johnson for laudnaum shells
  • RSnake for fierce hostname list
  • Charlie Campbell for Spanish word list, numerous other contributions
  • Rob Fuller for the IZMY list
  • Mark Burnett for the 10 million passwords list
  • shipCod3 for an SSH user/pass list
  • Steve Crapo for doing splitting work on a number of large lists
  • Thanks to Blessen Thomas for recommending Mario's/cure53's XSS vectors
  • Thanks to Danny Chrastil for submitting an anonymous JSON fuzzing list
  • Many thanks to geekspeed, EricSB, lukebeer, patrickmollohan, g0tmi1k, albinowax, and kurobeats for submitting via pull requests
  • Special thanks to shipcod3 for MANY contributions!
  • Thanks to Samar Dhwoj Acharya for allowing his Github Dorks content to be included!
  • Thanks to Liam Somerville for the excellent list of default passwords
  • Great thanks to Michael Henriksen for allowing us to include his Gitrob project's signatures
  • Honored to have @Brutelogic's brilliant XSS Cheatsheet added to the Fuzzing section!
  • Added 0xsobky's Ultimate XSS Polyglot!

This project stays great because of care and love from the community, and we will never forget that.

Licensing

This project is licensed under the MIT license.


반응형
반응형

React와 Vue의 특징을 정리한 블로그 글입니다. 각 프레임워크가 갖고 있는 특징 및 장단점을 객관적인 자료를 사용하여 자세히 설명하고 있습니다. 주요 특징은 다음과 같습니다.


- Templates 형식으로 앱 제작을 원한다면 Vue

- 간단한 것과 “일단 동작” 되는 걸 좋아하면 Vue

- 빠르고 경량의 앱을 제작하고 싶다면 Vue

- 큰 규모의 앱을 만드신다면 React

- 더 큰 개발 생태계를 원한다면 React


https://joshua1988.github.io/web_dev/vue-or-react/



Vue 의 장점은

  • Template 과 Render Function 을 모두 사용할 수 있는 옵션
  • 간편한 Syntax 와 프로젝트 설정
  • 빠른 렌더링과 더 작은 용량

React 의 장점은

  • 큰 규모에서 더 빛을 발하고, 테스팅이 수월
  • Web 과 Native 앱 개발에 모두 사용 가능
  • 더 큰 개발자 생태계에서 오는 많은 레퍼런스와 도구들

하지만, React 와 Vue 이 다른 점보다는 유사점을 더 많이 갖고 있는 기상천외한 UI 라이브러리입니다. 이 두 라이브러리의 공통된 특장점은

  • Virtual DOM 으로 빠른 렌더링
  • 경량 라이브러리
  • Reactive Component
  • Server Side Rendering
  • 라우터, 번들러, state management 와 결합이 쉬움
  • 훌륭한 개발자 커뮤니티와 지원



...

반응형

+ Recent posts