Giter Club home page Giter Club logo

Comments (9)

1N3 avatar 1N3 commented on August 27, 2024

Hi, which version of sniper are you running? Also, be sure that the contents of dvrsvr.txt contains either a domain or IP address separated by a new line (ie. don't include URL's like http://site.com, etc.).

from sn1per.

magiclcj avatar magiclcj commented on August 27, 2024

Sorry for the delay in posting 1N3. I am using version 2.0. Also I only have the 1 ip when I ran sniper for dvrsvr.txt which is in usr->shr. Should I reinstall?

from sn1per.

1N3 avatar 1N3 commented on August 27, 2024

I would first clone the latest github release: "git clone https://github.com/1N3/Sn1per" and run the install.sh (./install.sh) after. Once complete, just use "sniper <IP_HERE>" to scan a single host.

The text files should only be used when scanning multiple hosts separated by a new line with airstrike and nuke modes. You'll also need to set the full path to the text file for this to work (ie. sniper /usr/share/sniper/loot/ips.txt airstrike) etc.

Hope that helps.

from sn1per.

magiclcj avatar magiclcj commented on August 27, 2024

I am still getting this: Failed to open XML output file /usr/share/sniper/loot/nmap/nmap-96.4...xml for writing
QUITTING!
and

  • -- ----------------------------=[Running Intrusive Scans]=----------------- -- +
    grep: /usr/share/sniper/loot/nmap/nmap-96.4...xml: No such file or directory
    grep: /usr/share/sniper/loot/nmap/nmap-96.4...xml: No such file or directory
    grep: /usr/share/sniper/loot/nmap/nmap-96.4...xml: No such file or directory

I appreciate the response so fast. I'm learning to test straight from cmd like you mention on your blog so I just want to make sure I have done things right. Thanks again for suggesting to use sniper IP it did work I just got those errors.

from sn1per.

1N3 avatar 1N3 commented on August 27, 2024

looks like you're missing some directories under the loot dir.... try running the following to fix:

mkdir -p /usr/share/sniper/loot 2> /dev/null
mkdir /usr/share/sniper/loot/domains 2> /dev/null
mkdir /usr/share/sniper/loot/screenshots 2> /dev/null
mkdir /usr/share/sniper/loot/nmap 2> /dev/null
mkdir /usr/share/sniper/loot/reports 2> /dev/null
mkdir /usr/share/sniper/loot/output 2> /dev/null

from sn1per.

magiclcj avatar magiclcj commented on August 27, 2024

That worked. I did not realize just creating those dir would fix it. Thanks again for the response so promptly!

from sn1per.

1N3 avatar 1N3 commented on August 27, 2024

no prob man.

from sn1per.

Slavajun1417 avatar Slavajun1417 commented on August 27, 2024

hello problem dsf@Slava:~/BruteX$ sudo brutex target https://es.ciur.ru/auth/login-page


______ _______ __ / | ____ \ / /
| | /_ __ \ | \ / __ \ \ /
| | \ | | / | /| | \ / /
|
/ |
| |_/ || _ >/\
/ / _/

  • -- --=[BruteX v1.9 by @xer0dayz
  • -- --=[http://xerosecurity.com

################################### Running Port Scan ##############################
/usr/bin/brutex: line 91: nmap: command not found

################################### Running Brute Force ############################

grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory
grep: /usr/share/brutex/loot/nmap-target.xml: No such file or directory

from sn1per.

1N3 avatar 1N3 commented on August 27, 2024

Hi, currently Brutex only supports brute forcing domains/IP's and hostnames (ie. brutex 10.0.0.1, brutex domain.com, brutex hostnamehere). It does not support full URL's currently, but this is something I'll look at adding in the future.

from sn1per.

Related Issues (20)

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.