Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with saphyra.py #37

Open
ReddyKousic opened this issue Jun 13, 2022 · 13 comments
Open

issue with saphyra.py #37

ReddyKousic opened this issue Jun 13, 2022 · 13 comments

Comments

@ReddyKousic
Copy link

image
how to resolve it

@swordapi
Copy link

Use python2 saphyra.py http://target.com/

@XFORWORKS
Copy link

XFORWORKS commented Jun 14, 2022

Hey @ReddyKousic,

Here's the code for an HTTP/S Protocol.
Paste this at the end of the script :

                url = sys.argv[1]
		if url.count("/")==2:
			url = url + "/"
		m = re.search("http\://([^/]*)/?.*", url)
                m2 = re.search("https\://([^/]*)/?.*", url)
                try:
		    host = m.group(1)
                except:
                    host = m2.group(1)
		for i in range(700):
			t = HTTPThread()
			t.start()
		t = MonitorThread()
		t.start()

I hope we helped you, the script just needed some pretty simple editing.

  • XForWorks

@iqbalwalker
Copy link

nice just missed it

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS I get a error

~/Anonymous $ python2 saphyra.py https://dstat.cc/
File "saphyra.py", line 3535
if url.count("/")==2:
^
IndentationError: unexpected indent

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS
Can you upload the by you exited script to mega or anonfiles?

@XFORWORKS
Copy link

XFORWORKS commented Jul 8, 2022

@sinaj2889
I could do that but the script is remade so it's not working like it was before. The error you have on that line is because of space input, see if you pasted it correctly. If there is a problem, tell me.

  • XForWorks ( Retr0 )

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS thanks for your fast reply the problem is if I just paste it will be all on one line and I dont think that will work and I tried doing the spaces but it didn't work

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS can you add spaces or what do you mean by remade I can just replace it then by your version

@XFORWORKS
Copy link

XFORWORKS commented Jul 8, 2022

@sinaj2889
Here is an example of the space input. :
image

  • XForWorks ( Retr0 )

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS What about pasting the whole script to paste.it

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS okkk I'm working with my team against Russia so how can we contact you and what do you mean with false persons

@swordapi
Copy link

swordapi commented Jul 8, 2022

@XFORWORKS this name is not valid on Discord

@mixc2
Copy link

mixc2 commented Apr 19, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants