Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fillipehmeireles/l1nkl1st3r
Fast webpage link collector for penetration testers
https://github.com/fillipehmeireles/l1nkl1st3r
nim pentest
Last synced: about 2 months ago
JSON representation
Fast webpage link collector for penetration testers
- Host: GitHub
- URL: https://github.com/fillipehmeireles/l1nkl1st3r
- Owner: fillipehmeireles
- Created: 2024-05-12T06:26:38.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-14T22:29:51.000Z (9 months ago)
- Last Synced: 2024-05-15T17:57:19.962Z (9 months ago)
- Topics: nim, pentest
- Language: Nim
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
L1NKL1ST3R
HTTP error 401 for prompt `slogan`
Developed with the software and tools below.
## Quick Links
> - [ Overview](#-overview)
> - [ Features](#-features)
> - [ Repository Structure](#-repository-structure)
> - [ Modules](#-modules)
> - [ Getting Started](#-getting-started)
> - [ Installation](#-installation)
> - [ Running l1nkl1st3r](#-running-l1nkl1st3r)
> - [ Tests](#-tests)
> - [ Project Roadmap](#-project-roadmap)
> - [ Contributing](#-contributing)
> - [ License](#-license)
> - [ Acknowledgments](#-acknowledgments)---
## Overview
HTTP error 401 for prompt `overview`
---
## Features
HTTP error 401 for prompt `features`
---
## Repository Structure
```sh
└── l1nkl1st3r/
├── Makefile
├── demo
│ ├── index.html
│ └── out.txt
├── l1nkl1st3r.nimble
├── src
│ ├── cli.nim
│ ├── filemanager.nim
│ ├── httpcli.nim
│ ├── l1nkl1st3r.nim
│ └── logger.nim
└── tests
├── testfilemanager.nim
└── testhttpcli.nim
```---
## Modules
.
| File | Summary |
| ------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [l1nkl1st3r.nimble](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/l1nkl1st3r.nimble) | HTTP error 401 for prompt `l1nkl1st3r.nimble` |
| [Makefile](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/Makefile) | HTTP error 401 for prompt `Makefile` |demo
| File | Summary |
| ---------------------------------------------------------------------------------------- | ------------------------------------------- |
| [out.txt](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/demo/out.txt) | HTTP error 401 for prompt `demo/out.txt` |
| [index.html](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/demo/index.html) | HTTP error 401 for prompt `demo/index.html` |src
| File | Summary |
| ------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [httpcli.nim](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/src/httpcli.nim) | HTTP error 401 for prompt `src/httpcli.nim` |
| [l1nkl1st3r.nim](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/src/l1nkl1st3r.nim) | HTTP error 401 for prompt `src/l1nkl1st3r.nim` |
| [logger.nim](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/src/logger.nim) | HTTP error 401 for prompt `src/logger.nim` |
| [filemanager.nim](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/src/filemanager.nim) | HTTP error 401 for prompt `src/filemanager.nim` |
| [cli.nim](https://github.com/fillipehmeireles/l1nkl1st3r/blob/master/src/cli.nim) | HTTP error 401 for prompt `src/cli.nim` |---
## Getting Started
**_Requirements_**
Ensure you have the following dependencies installed on your system:
- **
► INSERT-TEXT-HERE
**: `version x.y.z`### Installation
1. Clone the l1nkl1st3r repository:
```sh
git clone https://github.com/fillipehmeireles/l1nkl1st3r
```2. Change to the project directory:
```sh
cd l1nkl1st3r
```3. Install the dependencies:
```sh
> INSERT-INSTALL-COMMANDS
```### Running l1nkl1st3r
Use the following command to run l1nkl1st3r:
```sh
> INSERT-RUN-COMMANDS
```### Tests
To execute tests, run:
```sh
> INSERT-TEST-COMMANDS
```---
## Project Roadmap
- [x] `► INSERT-TASK-1`
- [ ] `► INSERT-TASK-2`
- [ ] `► ...`---
## Contributing
Contributions are welcome! Here are several ways you can contribute:
- **[Submit Pull Requests](https://github.com/fillipehmeireles/l1nkl1st3r/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs.
- **[Join the Discussions](https://github.com/fillipehmeireles/l1nkl1st3r/discussions)**: Share your insights, provide feedback, or ask questions.
- **[Report Issues](https://github.com/fillipehmeireles/l1nkl1st3r/issues)**: Submit bugs found or log feature requests for L1nkl1st3r.Contributing Guidelines
1. **Fork the Repository**: Start by forking the project repository to your GitHub account.
2. **Clone Locally**: Clone the forked repository to your local machine using a Git client.
```sh
git clone https://github.com/fillipehmeireles/l1nkl1st3r
```
3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name.
```sh
git checkout -b new-feature-x
```
4. **Make Your Changes**: Develop and test your changes locally.
5. **Commit Your Changes**: Commit with a clear message describing your updates.
```sh
git commit -m 'Implemented new feature x.'
```
6. **Push to GitHub**: Push the changes to your forked repository.
```sh
git push origin new-feature-x
```
7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations.Once your PR is reviewed and approved, it will be merged into the main branch.
---
## License
This project is protected under the [SELECT-A-LICENSE](https://choosealicense.com/licenses) License. For more details, refer to the [LICENSE](https://choosealicense.com/licenses/) file.
---
## Acknowledgments
- List any resources, contributors, inspiration, etc. here.
[**Return**](#-quick-links)
---