Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ One-Lin3r v2.1 - Gives You One-Liners That Aids In Penetration Testing Operations, Privilege Escalation And More

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š One-Lin3r v2.1 - Gives You One-Liners That Aids In Penetration Testing Operations, Privilege Escalation And More


๐Ÿ’ก Newskategorie: IT Security Nachrichten
๐Ÿ”— Quelle: feedproxy.google.com


One-Lin3r is simple modular and light-weight framework gives you all the one-liners that you will need while penetration testing (Windows, Linux, macOS or even BSD systems) or hacking generally with a lot of new features to make all of this fully automated (ex: you won't even need to copy the one-liners).

Screenshots




It consists of various one-liners types with various functions, some of them are:
One-liner functionWhat this function refers to
Reverse ShellVarious methods and commands to give you a reverse shell.
PrivEscMany commands to help in Enumeration and Privilege Escalation
Bind ShellVarious methods and commands to give you a bind shell.
DropperMany ways to download and execute various payload types with various methods.

Features
  • A lot of liners use with different purposes, currently are more than 155 liner.
  • The auto-complete feature that has been implemented in this framework is not the usual one you always see, here are some highlights:
    • It's designed to fix typos in typed commands to the most similar command with just one tab click so seach becomes search and so on, even if you typed any random word similar to an command in this framework.
    • For you lazy-ones out there like me, it can predict what liner you are trying to use by typing any part of it. For example if you typed use capabilities and clicked tab, it would be replaced with use linux/bash/list_all_capabilities and so on. I can see your smile, You are welcome!
    • If you typed any wrong command then pressed enter, the framework will tell you what is the nearest command to what you have typed which could be the one you really wanted.
    • Some less impressive things like auto-complete for variables after set command, auto-complete for liners after use and info commands and finally it converts all uppercase to lowercase automatically just-in-case you switched cases by mistake while typing.
    • Finally, you'll find your normal auto-completion things you were using before, like commands auto-completion and persistent history, etc...
  • Automation
    • You can automatically copy the liner you want to clipboard with command copy <liner> instead of using use <liner> and then copying it which saves a lot of time, of course, if you merged it with the following features.
    • As you may noticed, you can use a resource file from command-line arguments before starting the framework itself or send commands directly.
    • Inside the framework you can use makerc command like in Metasploit but this time it only saves the correct important commands.
    • There are history and resource commands so you don't need to exit the framework.
    • You can execute as many commands as you want at the same time by splitting them with semi-colon.
    • Searching for any liner here is so easy and accurate, you can search for a liner by its name, function, description, author who added the liner to the framework or even the liner itself.
  • You can add your own liners by following these steps to create a liner as a python file. After that you can make a Pull request with it then it will be added in the framework and credited with your name of course ๏˜„.
  • The ability to reload the database if you added any liner without restarting the framework.
  • You can add any platform to the liners database just by making a folder in liners folder and creating a ".liner" file there.
  • More...
Note: The liners database is not too big but it will get bigger with updates and contributions.

Usage

Command-line arguments
usage: one-lin3r [-h] [-r R] [-x X] [-q]

optional arguments:
-h, --help show this help message and exit
-r Execute a resource file (history file).
-x Execute a specific command (use ; for multiples).
-q Quiet mode (no banner).

Framework commands
Command                     Description
-------- -------------
help/? Show this help menu.
list/show List all one-liners in the database.
search (-h) [Keywords..] Search database for a specific liner by its name, author name or function.
use <liner> Use an available one-liner.
copy <liner> Use an available one-liner and copy it to clipboard automatically.
info <liner> Get information about an available liner.
set <variable> <value> Sets a context-specific variable to a value to use while using one-liners.
variables Prints all previously specified variables.
banner Display banner.
reload/refresh Reload the liners database.
check Prints the core version and checks if you are up-to-date.
history Display command-line most important history from the beginning.
makerc Save command-line history to a file.
resource <file> Run the commands stored in a file
os <command> Execute a system command without closing the framework
exit/quit Exit the framework

Prerequisites before installing
  • Python 3.x.
  • Any OS, it should work on all but it's tested on Kali 2018+, Ubuntu 18+, Manjaro, Black Arch, Windows 10, Android Termux and Mac-OS 10.11

Installing and running
  • Using pip (The best way to install on any OS):
pip install one-lin3r
one-lin3r -h
  • Using pacman on Black Arch or any arch-based with black Arch repos:
sudo pacman -S one-lin3r
  • Installing it from GitHub:
    • For windows on cmd with administrator rights : (After downloading ZIP and unzip it)
    python -m pip install ./One-Lin3r-master --user
    one-lin3r -h
    • For Linux Debian-based distros. (Ex: Kali, Ubuntu..):
    git clone https://github.com/D4Vinci/One-Lin3r.git
    sudo apt install libncurses5-dev
    sudo pip3 install ./One-Lin3r --user
    one-lin3r -h
    • For the rest Linux distros.:
    git clone https://github.com/D4Vinci/One-Lin3r.git
    sudo pip3 install ./One-Lin3r --user
    one-lin3r -h

Updating the framework or the database
  • If you installed it from pip do:
pip install one-lin3r --upgrade
  • If you installed it from GitHub do:
    • On Linux while outside the directory
    cd One-Lin3r && git pull && cd ..
    pip3 install ./One-Lin3r --upgrade
    • On Windows if you don't have git installed, re-download the framework zipped!
Note: The liners are written as python modules, so it's considered as a part of the framework. So every new liner added to the framework, its version will get updated.

Contact

Disclaimer
One-Lin3r is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.
Copying a code from this tool or using it in another tool is accepted as you mention where you got it from.
Pull requests are always welcomed :D

Credits and references


...



๐Ÿ“Œ Penetration Testing Bootcamp - Penetration Testing Methodologies


๐Ÿ“ˆ 37.97 Punkte

๐Ÿ“Œ Penetration Testing Bootcamp - Penetration Testing Terminology


๐Ÿ“ˆ 37.97 Punkte

๐Ÿ“Œ Penetration Testing as a Service (PTaaS): the evolution of Penetration Testing at AT&T


๐Ÿ“ˆ 37.97 Punkte

๐Ÿ“Œ Penetration testing isnโ€™t enough, you need to activate full offensive operations


๐Ÿ“ˆ 32.39 Punkte

๐Ÿ“Œ DEF CON 24 - Secure Penetration Testing Operations - AUDIO PROBLEM


๐Ÿ“ˆ 28.44 Punkte

๐Ÿ“Œ Ensuring Business Continuity: How Penetration Testing Services Safeguard B2B Operations


๐Ÿ“ˆ 28.44 Punkte

๐Ÿ“Œ webscreenshot.py | A Simple script that aids in testing large websites


๐Ÿ“ˆ 26.74 Punkte

๐Ÿ“Œ Penetration Testing vs Automated Security Testing


๐Ÿ“ˆ 26.46 Punkte

๐Ÿ“Œ Ad Hoc or Managed Penetration Testing: Which One Is Best for You?


๐Ÿ“ˆ 26.34 Punkte

๐Ÿ“Œ Why you need to know about Penetration Testing and Compliance Audits?


๐Ÿ“ˆ 24.73 Punkte

๐Ÿ“Œ Different Types of Penetration Testing and Why You Need Them


๐Ÿ“ˆ 24.73 Punkte

๐Ÿ“Œ Third Party Penetration Testing: What is It and How Does it Benefit You?


๐Ÿ“ˆ 24.73 Punkte

๐Ÿ“Œ External Penetration Testing: What It Is And Why You Should Care


๐Ÿ“ˆ 24.73 Punkte

๐Ÿ“Œ Apple AirPods Can Work As More Affordable Hearing Aids, Study Finds


๐Ÿ“ˆ 24.01 Punkte

๐Ÿ“Œ Cloud Penetration Testing: Importance, Top Tools, Purpose & More


๐Ÿ“ˆ 23.72 Punkte

๐Ÿ“Œ Oracle One-to-One Fulfillment up to 12.2.6 Internal Operations privilege escalation


๐Ÿ“ˆ 23.66 Punkte

๐Ÿ“Œ Hereโ€™s how you can help Apple in the fight against AIDS


๐Ÿ“ˆ 23.23 Punkte

๐Ÿ“Œ Discovering Vulnerabilities Through Penetration Testing: What You Need to Know


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ Black Hat: When penetration testing earns you a felony arrest record


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ 7 Web Application Risks You Can Reveal with Penetration Testing


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ 5 Things You Should Know about PCI DSS Penetration Testing


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ Everything You Need to Know About Penetration Testing


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ Everything You Need to Know About Penetration Testing


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ 6 Reasons you Should Consider an Annual Penetration Testing Especially in Healthcare


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ 4 Reasons you need Cloud Penetration Testing


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ 4 Reasons you need Cloud Penetration Testing


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ Penetration Testing 101: What You Need to Know


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ Penetration Testing for Sensitive Data Exposure in Enterprise Networks: Everything You Need to Know!


๐Ÿ“ˆ 22.94 Punkte

๐Ÿ“Œ Secure Code Review and Penetration Testing of Node.js and JavaScript Apps


๐Ÿ“ˆ 22.56 Punkte











matomo