text stringlengths 9 334k |
|---|
# Practical Windows Forensics
*Provided by Blue Cape Security, LLC*
<p align="center">
<img src="https://github.com/bluecapesecurity/bluecapesecurity/blob/main/BCS_banner.png" />
</p>
<div align="center">
**A quick DIY approach for performing a digital forensic analysis on a Windows 10 system**
</div>
---
... |
# CTF HackTheBox 2021 Cyber Apocalypse 2021 - CTF HTB
Writeups for [CTF HackTheBox 2021 Cyber Apocalypse 2021](https://www.hackthebox.eu/cyber-apocalypse-ctf-2021)
5 DAY CTF!


|
# HowToStart
## Web Pen-Tesing
- Learning Programing language (PHP, JS, MySQL)
- PHP: it will help to understand the applications so you should know it well
- JS: It will not just help you with JS and making new payloads, but it will make you to dig deep with the JS files it will give you some Cool things.
... |
---
title: Awesome Security Resources
description: A collection of tools, cheatsheets, operating systems, learning materials, and more all related to security. There will also be a section for other Awesome lists that relate to cybersecurity.
tags: [penetration-testing, tools, cheatsheet, awesome, security]
---

[](http://opensource.org/licenses/BSD-3-Clause)
[

## Resolución de nombres
Agregar a /etc/hosts
```
127.0.0.1 api-users.smauec.net
127.0.0.1 api-rules.smauec.net
```
## Secretos
Crear archivos con credenciales
cd ~/ceiot_base/TSI... |
# WEEKLY INFOSEC UPDATE : v0.4



 at 2022-04-01 01:38 EDT
Nmap scan report for 192.168.226.129
Host is up (0.00047s latency).
Not shown: 65532 filtered tcp ports (no-response)... |
# Legacy: 10.10.10.4
## Hints
- This machine is a great chance to test and learn about some very well known Windows SMB exploits
- Using `nmap` scripts will guide the way
- Metasploit makes this box a walk in the park
## nmap
Starting with the usual `nmap` scan. Interesting ports:
```none
139/tcp open netbios-s... |
[](https://travis-ci.org/sqshq/PiggyMetrics)
[](https://codecov.io/github/sqshq/PiggyMetrics?branch=master)
[
- [What is IPVS](#what-is-ipvs)
- [IPVS vs. IPTABLES](#ipvs-vs-iptables)
- [When IPVS falls back to IPTABLES](#when-ipvs-falls-back-to-iptables)
- [Run kube-proxy in IPVS mode](#run-kube-proxy-in-ipvs-mode)
- [Prerequisite](#prerequisite)
- [Local UP Cluster](#local-up-cluster)
- [... |
# kalitools-python3
**Python 3 script for installing kali tools on your linux machine (via apt)**
Features:
- Works in 2022
- Python 3
- All tools from [official kali website](https://www.kali.org/tools/)
- No async for custom installation configuration
- Ubuntu 20.04 LTS Installed 265/587 (45.14%) tools
### Usage
- ... |
# For loops and one liners for bug bounty
Credits goes to all those awesome researchers who uploaded these on Twitter and GitHub
Please Note: Kindly use this only for reference and learning purposes using this doesn't means that you will find Vulnerabilities cause everybody is using this so try to be creative while... |

[](https://awesome.re)
# Canais Brasileiros para Pessoas Desenvolvedoras
<img align="right" srcset="https://user-images.githubusercontent.com/5209129/109561498-01f1db80-7abc-1... |
# Relevant
## Table of Contents
* [Enumerate](#enumerate)
* [Ports](#ports)
* [Services](#services)
* [Operating System](#operating-system)
* [Web Browsing](#web-browsing)
* [Web Crawling](#web-crawling)
* [SMB Browsing](#smb-browsing)
* [Vulnerability Scanning](#vulnerability-scanning)
* [Exploit](#explo... |
# WebVulnerabilityWriteUps
This repository contains well-written bugbounty writeups.
* [Cross Site Scripting](https://github.com/csmali/WebVulnerabilityWriteUps/blob/master/topics/cross_site_scripting.md)
* [Cross Site Request Forgery](https://github.com/csmali/WebVulnerabilityWriteUps/blob/master/topics/cross_site_r... |
# Monitors - HackTheBox - Writeup
Linux, 40 Base Points, Hard
## Machine

### TL;DR;
To solve this machine, we begin by enumerating open services – finding only ports ```22``` and ```80```.
***User:*** Finding WordPress plugin using ```wpscan``` with ```LFI``` vulnerability, ... |
# Lazy
#### 10.10.10.18
###### Solved by: Dotaplayer365 and revdev
```{r, engine='bash', count_lines}
nmap -sS -sV 10.10.10.18
Nmap scan report for 10.10.10.18
Host is up (0.16s latency).
Not shown: 998 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 6.6.1p1 Ubuntu 2ubuntu2.8 (Ubuntu Linux; pro... |
# Bot Bounty

Python Script for Telegram Bot is specially builded for pentest & bug bounty. It's like a telegram shell.
You will be notified when your task(comman... |
# VPS-Bug-Bounty-Tools
Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.
## Usage:
```bash
cd /tmp && git clone https://github.com/drak3hft7/VPS-Bug-Bounty-Tools
cd VPS-Bug-Bounty-Tools
sudo ./Tools-BugBounty-installer.sh
```
## Example during instal... |
# Zeno
Writeup for [Zeno](https://tryhackme.com/room/zeno) room at [TryHackMe](https://tryhackme.com/).
URL for this room is: https://tryhackme.com/room/zeno
Table of Contents
=================
* [Port Scan](#Port-scan)
* [Enumerating the Webserver](#Enumerating-the-Webserver)
* [Remote Code Execution](#Remote-Code-E... |
# Android Pentest 101 
<!-- Maintained by [@Anubhav Singh](https://twitter.com/AnubhavSingh_) with contributions from the security communities.
-->
<!-- ## Introduction -->
<img src="/img/Android_Logo.jpeg" width="700" height="500">
### A curated list of Android Security mate... |
Nmap Cheat Sheet
================
_src: [https://www.stationx.net/nmap-cheat-sheet](https://www.stationx.net/nmap-cheat-sheet)_
Target Specification
---------------------------------------------------
| Switch | Example | Description |
|--------|---------|-------------|
| |nmap 192.168.1.1| Scan a single IP |
| | ... |
# RESOURCES
# Contents:
* [Linux](https://github.com/PCampus-InfoSec-Enthusiasts/learning-resources/#linux)
* [Web sec](https://github.com/PCampus-InfoSec-Enthusiasts/learning-resources/#web-sec)
* [Cryptography](https://github.com/PCampus-InfoSec-Enthusiasts/learning-resources/#cryptography)
* [Steganography](https:/... |
<p align="center"><img src="https://i.imgur.com/rLENhCp.jpg"></p>
<p align="center">
<img src="https://img.shields.io/badge/Python-3-brightgreen.svg?style=plastic">
<img src="https://img.shields.io/badge/OSINT-red.svg?style=plastic">
<img src="https://img.shields.io/badge/Web-red.svg?style=plastic">
</p>
<p align="ce... |
# OpenSource - HackTheBox - Writeup
Linux, 20 Base Points, Easy

## Machine

## TL;DR
To solve this machine, we begin by enumerating open services using ```namp``` – finding ports ```22```, ```80``` and ```3000```.
***User***: From the ```sour... |
# Welcome to CSbyGB PenTips

## $ whoami /priv
🏳 Ethical Hacker |🏆Award-winning Pentester | Artemis Red Team | Board Member | Speaker | Mentor 🏳️🌈
## What is this?
This is a gitbook with my pentest ti... |
# revsh #
_revsh_ is a tool for establishing [reverse shells](http://en.wikipedia.org/wiki/Reverse_shell) with [terminal](http://en.wikipedia.org/wiki/Computer_terminal) support, reverse [VPNs](https://en.wikipedia.org/wiki/Virtual_private_network) for [advanced pivoting](https://en.wikipedia.org/wiki/Exploit_(compute... |
# Traceback
Machine IP: 10.10.10.181
# Enumeration
```s
nmap -sV -sC 10.10.10.181
```
Service detection: `-sV`
Output:
```s
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 2048 96:25:51:8e:6c:83:07:48:ce:11:4b:1f:e5:6d:8a:28 (RSA... |
## Arthas

[](https://github.com/alibaba/arthas/actions)
[](https://codecov.io/gh/alibaba/arthas)
[
- [Whois 查询](#whois-查询)
- [备案信息查询](#备案信息查询)
- [信用信息查询](#信用信息查询)
- [IP反... |
# HackTheBox Writeups
I have been trying to give back to the community by drafting writeup reports for the machines I've completed on Hack the Box, a website for practising ethical hacking.
## Beginner-Friendly All The Way
I pitch every report for a 'beginner', regardless of the difficulty of the machine. I've made t... |
# Simple Python Version Management: pyenv
[](https://gitter.im/yyuu/pyenv?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
pyenv lets you easily switch between multiple versions of Python. It's
simple, ... |
# Awesome Penetration Testing [](https://awesome.re)
> A collection of awesome penetration testing and offensive cybersecurity resources.
[Penetration testing](https://en.wikipedia.org/wiki/Penetration_test) is the practice of launching authorized, simulated attacks again... |
# Peter's Pentesting Cheat Sheet
The tools used here are available in Kali Linux.
## nmap
TCP network scan, top 100 ports
```
nmap -nv -sT --top-ports=100 -oA nmap-tcp-top100 192.168.0.0/24
```
TCP network scan, top 100 ports with OS discovery
```
nmap -nv -sTV -O --top-ports=100 -oA nmap-tcp-top100 192.168.0.0/24
... |
# Sumário
- [Sobre esse repositório](#sobre-esse-repositório)
- [Sites com exercícios](#sites-com-exercícios)
- [IDE's online](#ides-online)
- [Outras Ferramentas](#outras-ferramentas)
- [Extras](#extras)
- [API](#api)
# Sobre esse repositório
- Esse repositório foi criado por mim [Fernanda Souza](https://github.com/... |
# Bug Bounty Cheat Sheet
- [XSS](cheatsheets/xss.md)
- [SQLI](cheatsheets/sqli.md)
- [SSRF](cheatsheets/ssrf.md)
- [CRLF Injection || HTTP Response Splitting](cheatsheets/crlf.md)
- [CSV Injection](cheatsheets/csv-injection.md)
- [LFI](cheatsheets/lfi.md)
- [RCE](cheatsheets/rce.md)
- [Open Redirect](cheatsheets/open-... |
# Awesome List Updates on May 11, 2018
9 awesome lists updated today.
[🏠 Home](/README.md) · [🔍 Search](https://www.trackawesomelist.com/search/) · [🔥 Feed](https://www.trackawesomelist.com/rss.xml) · [📮 Subscribe](https://trackawesomelist.us17.list-manage.com/subscribe?u=d2f0117aa829c83a63ec63c2f&id=36a103854c) ... |
# Pwnshop
> Reverse Engineering, Exploitation & Crypto.
Check out my [blog](http://medium.syscall59.com), follow me on [Twitter](https://twitter.com/syscall59) and [Youtube](https://www.youtube.com/channel/UC2lZwxYDEAgQod3D4JqxLfg)!
### Support the project :
<a href="https://www.buymeacoffee.com/syscall59" target=... |
# [所有收集类项目](https://github.com/alphaSeclab/all-my-collection-repos)
# 说明
- [English Version](https://github.com/alphaSeclab/sec-tool-list/blob/master/Readme_en.md)
- 因Github Readme显示行数有限, 当前页面显示的为不完整版, 只显示了星数最高的前1000个工具. [点击查看完整版](https://github.com/alphaSeclab/sec-tool-list/blob/master/Readme_full.md)
# 工具列表
- [... |
# Default Credentials Cheat Sheet
<p align="center">
<img src="https://media.moddb.com/cache/images/games/1/65/64034/thumb_620x2000/Lockpicking.jpg"/>
</p>
**One place for all the default credentials to assist pentesters during an engagement, this document has several products default login/password gathered from ... |
# k0st/alpine-sqlmap-git
Dockerized sqlmap from github (git)
Image is based on the [gliderlabs/alpine](https://registry.hub.docker.com/u/gliderlabs/alpine/) base image
## Docker image size
[](https://imagelayers.io/?images=k0st/alpine-sqlmap-git:late... |
### Title
Получение предложенных фотографий паблику
#### URL
https://hackerone.com/reports/227781
#### Severity score
null
#### Reporter
pisarenko
### Bounty paid
$200
---
### Title
Session Cookie Without Secure Flag,
#### URL
https://hackerone.com/reports/343095
#### Severity score
null
#### Reporter
tangent9... |
# BugBounty
Cheat Sheets, Methodologies etc.
## Subdomain Scraping
### Subfinder
[https://github.com/ice3man543/subfinder](https://github.com/ice3man543/subfinder)
`subfinder -d domain.name -o /path/to/output`
## DNS Resolving
### MassDNS
[https://github.com/blechschmidt/massdns](https://github.com/blechschmid... |
<!--
title: "Connect Agent to Cloud"
description: "Connecting a Netdata Agent, running on a distributed node, to Netdata Cloud securely via the encrypted Agent-Cloud link (ACLK)."
custom_edit_url: https://github.com/netdata/netdata/edit/master/claim/README.md
-->
# Connect Agent to Cloud
You can securely connect a Ne... |
## [CVE-2022-25004](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25004)
## [Software](https://www.sourcecodester.com/php/15116/hospitals-patient-records-management-system-php-free-source-code.html)

* [Buffer Overflow](https://www.youtube.com/watch?v=1dL0U2OhvH0&list=PL7yUP1guJz7c6-A-fGo8-CXeAtCWNcj3m)
* [Kali Tools - Sublist3r](https://www.youtube.com/watch?v=ePZvh60zuWw)
* [Kali Tools - EyeWitness](https://www.youtube.com/w... |
# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/... |
# HA Joker CTF
Batman hits Joker.
[HA Joker CTF](https://tryhackme.com/room/jokerctf)
## Topic's
- Network Enumeration
- Web Enumeration
- Brute Forcing (http-get)
- Backup Poking
- Brute Forcing (Zip)
- Stored Passwords & Keys
- SQL Enumeration
- Brute Forcing (Hash)
- Exploitation (LXC)
## Appendix archive
Pass... |
<p align='center'>
<img src="https://i.imgur.com/n2U6nVH.png" alt="Logo"> <br>
<a href="https://github.com/Tuhinshubhra/CMSeeK/releases/tag/v.1.1.1"><img src="https://img.shields.io/badge/Version-1.1.1-brightgreen.svg?style=style=flat-square" alt="version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/"... |
<h1 align="center">
<img src="https://user-images.githubusercontent.com/2679513/131189167-18ea5fe1-c578-47f6-9785-3748178e4312.png" width="150px"/><br/>
Speckle | Server
</h1>
<h3 align="center">
Server and Web packages
</h3>
<p align="center"><b>Speckle</b> is data infrastructure for the AEC industry.</p><br/>... |
Protocol Buffers - Google's data interchange format
===================================================
Copyright 2008 Google Inc.
https://developers.google.com/protocol-buffers/
C++ Installation - Unix
-----------------------
To build protobuf from source, the following tools are needed:
* autoconf
* automake... |
<a href="https://www.spiderfoot.net/r.php?u=aHR0cHM6Ly93d3cuc3BpZGVyZm9vdC5uZXQv&s=os_gh"><img src="https://www.spiderfoot.net/wp-content/themes/spiderfoot/img/spiderfoot-wide.png"></a>
[](https://raw.githubusercontent.com/smicallef/spiderfoot/master/LICE... |
# wired-courtyard
*Handbook and survival guide for hacking over the wire, OSCP-style*
<br>
***UPDATE: October 4, 2017***
For OSCP Lab machine enumeration automation, checkout my other project: **VANQUISH**
Vanquish is a Kali Linux based Enumeration Orchestrator written in Python. Vanquish leverages the opensource e... |
# Summary
recon-bluster is a automated recon tools based on target domain. Combining a set of the best recon tools to enumeration endpoint and generate a target endpoint for further vulnerability scanning. Capable to perform multi-threading for concurrent target recon.
# Recon Workflow


## Tools
### nikto
* [https://github.com/sullo/nikto](https://github.com/sull... |

# ⁍ 𝐋𝐢𝐧𝐮𝐱 𝐂𝐨𝐦𝐦𝐚𝐧𝐝𝐬 𝐂𝐡𝐞𝐚𝐭𝐬𝐡𝐞𝐞𝐭
- `gnome-control-center` : open system settings from terminal
- `xclip -selection clipboard` : to copy output directly to clipboard
Command | U... |
## 2019-3-files
(可上传)张军-Paypal+AI+compute+platform+(002)-终稿.pdf
2018-10+-+Reactive+Applications+with+Vert.x+-+QCon.pdf
2018-10+-+Real-world+HTTP+performance+benchmarking+-+QCon.pdf
【可以上传】19日上1_陈喆_Paypal的持续交付体系.pdf
【可以上传】19日上3张甲磊-DevCloud+on+DevCloud每日10次发布效率提升实践(QCon上海2018).pdf
【可以公开】10.19+... |
# Swagger Code Generator
[](https://travis-ci.org/swagger-api/swagger-codegen)
[](https:/... |
<img src="images/logo.svg" align="left" />
# pspy - unprivileged Linux process snooping
[](https://goreportcard.com/report/github.com/DominicBreuker/pspy)
[ Robin Wood (robin@digi.ninja) (https://digi.ninja/)
```
#### Hydra
It may take two or three minutes
```bash
❯ cat user... |
# Resources
**Reconnaissance** is a mission to obtain information by visual observation or other detection methods, about the activities and resources of an enemy or potential enemy, or about the meteorologic, hydrographic, or geographic characteristics of a particular area.
• Find Acquisition(google 6 month rule... |
### Modifying the raft-small-extensions.txt wordlist from SecLists, removing the dot to avoid Burp from URL-encoding it
```
cp /usr/share/wordlists/seclists/Discovery/Web-Content/raft-small-extensions.txt .
sed -i 's/.//' raft-small-extensions.txt
```
### Google "iis config rce"
* https://soroush.secproject.com/blog/t... |
# awesome-computer-science-opportunities
An awesome list of events and fellowship opportunities for computer science students
## Contents
- [Learning Platform](#learning-platform)
- [Competitive Programming](#competitive-programming)
- [Web Development](#web-development)
- [Mobile Development](#mobile-devel... |
# Intelligence - HackTheBox - Writeup
Windows, 30 Base Points, Hard

## Machine

## TL;DR
To solve this machine, we begin by enumerating open services using ```namp``` – finding ports ```53```, ```80```,```88```,```88```,```135```,```139```,... |
# Scripts
- Some of the dump scripts created while playing !
- Nvm if it isnt attaractive !!
### hackthebox
- arkham.py --> Have the ysoserial in the current directory and pass the arguments, `url`, `command`, `secretkey`
- htb-machines.py --> Prints the htb machines from its api
- name_grab.py --> Grabs the file na... |
# Sobre esse repositório
- Esse repositório foi criado por mim [Fernanda Souza](https://github.com/leitoraincomum) com o intuito de divulgar ferramentas gratuitas que possam auxiliar pessoas em seus estudos.
- Se conhece alguma que não está listada, faça forx desse repositório e abra uma solicitação de alteração (pull ... |
<p align="center"><img src="src/banner.png" alt="Banner"></img></p>
<p align="center">Creator: <a href="https://app.hackthebox.eu/polarbearer/159204">polarbearer</a></p>
# Personal thoughts
A hard box which has less solvers even than an insane box! Made me learn a lot of stuff like dns records, proxychaining, kerberos... |
[](https://travis-ci.org/ytdl-org/youtube-dl)
youtube-dl - download videos from youtube.com or other video platforms
- [INSTALLATION](#installation)
- [DESCRIPTION](#description)
- [OPTIONS](#options)
- [CONFIGURATION](#configuration)
- [OUTP... |
# HackTheBox Boxes

## Very Easy
Box | OS
--- | ... |
# awesome-security-hardening
[](https://github.com/sindresorhus/awesome)
A collection of awesome security hardening guides, best practices, checklists, benchmarks, tools and other resources.
This is work in... |
# SQL injection
> A SQL injection attack consists of insertion or "injection" of a SQL query via the input data from the client to the application.
Attempting to manipulate SQL queries may have goals including:
- Information Leakage
- Disclosure of stored data
- Manipulation of stored data
- Bypassing authorisation c... |
# Awesome List Updates on May 07 - May 13, 2018
40 awesome lists updated this week.
[🏠 Home](/README.md) · [🔍 Search](https://www.trackawesomelist.com/search/) · [🔥 Feed](https://www.trackawesomelist.com/week/rss.xml) · [📮 Subscribe](https://trackawesomelist.us17.list-manage.com/subscribe?u=d2f0117aa829c83a63ec63... |
<p align="center"><img src="img/banner.png" alt="Banner"></img></p>
<p align="center">Machine creator: <a href="https://app.hackthebox.com/profile/79623">hkabubaker17</a></p>
[](https://app.hackthebox.eu/profile/184235)
<br>
<a href="https://www.buymeacoffee.com/... |
# CTF Online Tools
[](https://github.com/dwyl/esta/issues)
Repository to index interesting [Capture The Flag](https://en.wikipedia.org/wiki/Capture_the_flag#Computer_securit) online tools.
## Platforms
https://ctfti... |
## Enum
### nmap
```
masscan -p1-65535 10.1.1.1 --rate=1000 -e tun0 > ports
ports=$(cat ports | awk -F " " '{print $4}' | awk -F "/" '{print $1}' | sort -n | tr '\n' ',' | sed 's/,$//')
nmap -Pn -sV -sC -p$ports 10.1.1.1
```
-sT TCP </br>
-sS Syn </br>
-sU UDP </br>
LFI php source code
------
```http://10.10.10.122... |
# Awesome Indonesia Telegram Groups
A list of awesome Indonesian groups related to a programming language on Telegram.
<details open>
<summary>
## List
</summary>
- [Blockchain](#blockchain)
- [Cloud Computing Services](#cloud-computing-services)
- [Cloud Infrastructure](#cloud-infrastructure)
- [Data Playg... |
# My Toolbox for CTF
## /etc/hosts
Certain services web utilisent un fqdn pour faire le routage. On remplace l'adresse IP par target.local
cat /etc/hosts
10.10.10.8 <tab> target.local
## Network enum
Un petit scan rapide pour identifier les ports ouverts, et anticiper le lancement de scan web
nmap IP... |
# Torando
[Room Link](https://www.vulnhub.com/entry/ia-tornado,639/)

## Enumeration
Let's start with some enum!
### Nmap
```bash
nmap -p- -v 192.168.56.122
```
```bash
PORT STATE SERVICE
22/tcp open ... |
# InfoSec Black Friday Deals ~ "Hack Friday" 2022 Edition
All the deals for InfoSec related software/tools this Black Friday / Cyber Monday, for all the hackers that saved $8 on blue and got a free :see_no_evil: instead.
This list is for you if you are in: all teh cyberz, penetration tester, blue team, red team, purpl... |
# A Compilation of ROOTCON CTF Write-ups
This will serve as links to write-ups about solving the challenges on ROOTCON's CTF through the years
If you want to publish your write-ups send us a ping at Discord (https://rootc.onl/discord) or fork the repo, make changes and do a pull request.
**ROOTCON16 Finals (2022)**
|... |

[](https://travis-ci.org/wpscanteam/wpscan)
[
[](https://github.com/ashishb/android-security-awesome/... |
<p align="center"><img src="https://github.com/thehackingsage/BugHunter/blob/master/logo.png?raw=true" /></p>
## Bug Hunter Menu :
- Information Gathering
- Mapping
- Discovery
- Exploitation
- PoCs & Reporting
### Information Gathering :
- Basic Commands for Information Gathering
- Masscan - TCP Port Scanner
- DN... |
<h1 align="center">
<br>
<a href="https://github.com/six2dez/reconftw"><img src="https://github.com/six2dez/reconftw/blob/main/images/banner.png" alt="reconftw"></a>
<br>
reconFTW
<br>
</h1>
<h4 align="center">A simple bash script for full recon</h4>
<p align="center">
<a href="https://github.com/six2dez/... |
# Airbnb JavaScript Style Guide() {
*A mostly reasonable approach to JavaScript*
> **Note**: this guide assumes you are using [Babel](https://babeljs.io), and requires that you use [babel-preset-airbnb](https://npmjs.com/babel-preset-airbnb) or the equivalent. It also assumes you are installing shims/polyfills in you... |
---
title: "ZAP"
category: "scanner"
type: "WebApplication"
state: "released"
appVersion: "2.13.0"
usecase: "WebApp & OpenAPI Vulnerability Scanner"
---

<!--
SPDX-FileCopyrightText: the secureCodeBox authors
SPDX-License-Identifi... |
# Auditorías y Pentesting
[[TOC]]
## Tipos de auditorías
Auditorías de Seguridad vs Auditoría de vulnerabilidades vs Pruebas de penetración
### Auditoría de Seguridad
Una auditoría de seguridad se puede describir como una evaluación sistemática de las defensas de la infraestructura de TI de su organización. Durante... |
> Author: **[ippsec][author-profile]**!
Ippsec sensei said it all in his [video][walkthrough-ippsec], so this WU will
be concise.
## Discovery
### Port scanning
```bash
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:... |
## Nmap
### Objectives
- Nmap commands structure
- host discovery
- how nmap scanning works
- target
- ports
- scan type
- scan status
- scan timings
- output formats
- nmap script engine
- service detection
- os detection
- timeout & host delay
### Basics
**Requriements**:
1. ip
2. port \[default\]
3. scan type [... |
# 403bypasser
automate the procedure of 403 response code bypass
# Description
i notice a lot of #bugbountytips describe how to bypass 403 response code so when i collect all methods i have found that i need more than 40 request to handle all methods . so as i love automating i have created this tool to do the heavy w... |
# :sun_with_face: Awesome Security Tool List :four_leaf_clover:
This is a list of security tools & commands that I have used or recommend. I'm using Kali Linux VM with a Windows host computer. Welcome any contributions! :muscle:
& Wish you all good luck on your way of finding the hidden treasures. :wink:
_Author: Le... |
# Boiler CTF
Intermediate level CTF
## [Task 1] Questions #1
Intermediate level CTF. Just enumerate, you'll get there.
### #1 - File extension after anon login
The nmap full scan output:
~~~
21/tcp open ftp vsftpd 3.0.3
|_ftp-anon: Anonymous FTP login allowed (FTP code 230)
| ftp-syst:
| STAT:
| FTP s... |
<p align="center">
<a href="https://github.com/trimstray/the-book-of-secret-knowledge">
<img src="https://github.com/trimstray/the-book-of-secret-knowledge/blob/master/static/img/the-book-of-secret-knowledge-preview.png" alt="Master">
</a>
</p>
<p align="center">"<i>Knowledge is powerful, be careful how you us... |
# Nmap-Cheat-Sheet
- Nmap Target Selection
```bash
Scan a single IP nmap 192.168.1.1
Scan a host nmap www.testhostname.com
Scan a range of IPs nmap 192.168.1.1-20
Scan a subnet nmap 192.168.1.0/24
Scan targets from a text file nmap -iL list-of-ips... |
# Bug Bounty Cheat Sheet</h1>
| 📚 Reference | 🔎 Vulnerabilities |
|-------------------------------------------------------------|-----------------------------------------------------------|
| [Bug Bounty Platforms](cheatsheets/bu... |
# Hackthebox Writeups
This are writeups for hackthebox.
|
# HTB Boxes <br/>
|No.| Machine Name | Difficulty | Operating Syatem Name |
|:--|:-------------|:-----------|:----------------------|
|1. | [**Doctor Walkthrough**](https://shubham-singh.medium.com/doctor-htb-walkthrough-70bcb9eedefd)| Easy | Linux |
|2. | [**Academy Walkthrough**](https://shubham-singh.medium.co... |
# Awesome Vulnerable
[](https://github.com/sindresorhus/awesome)

![Git Actions](https://github.com/kaiiyer/awesome-vulnerable/wor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.