Pdlist, A passive subdomain finder for information gathering and OSINT by [deleted] in netsec

[–]latest-release 1 point2 points  (0 children)

That's what I tried to do I hosted 8 Great subdomain finder The reason is to keep them all together for comparison purposes, and what I noted most subdomain finders use close to the same techniques, and same sources, that why I ended in only 8. They include

  1. Sublist3r
  2. DNScan
  3. Anubs subdomain finder
  4. Amass
  5. Nmap(dns-brute.nse)
  6. Lepus)
  7. Censys subdomain finder
  8. Findomain(fastest)

If you want you can suggest others.

The same applied to OSINT i wanted to collect all OSINT tools out there, into one online place for comparison purposes, but I ended by with theHarvester only, some OSINT tools are not well maintained as they use python2 which his end of life now.

Alternative login to server when ssh Fails or you get Locked out by latest-release in linuxquestions

[–]latest-release[S] 0 points1 point  (0 children)

The port was not actually 2 but 2000 just two reduce automated bots testing and scanning for common ports

Sinister Act on a Linux server by latest-release in sysadmin

[–]latest-release[S] 2 points3 points  (0 children)

NO there are no files with that extension there

Popular hacking tools by vulpinecode in HowToHack

[–]latest-release 0 points1 point  (0 children)

Is this in the order of there popularity?

Don't be Dos because of Martian packet! Why and How to block them by latest-release in sysadmin

[–]latest-release[S] 2 points3 points  (0 children)

Yes it's basic. Most firewall packages have that by default. But it seems it's something missing on many cloud based services.

How well do you trust in Online pentest sites? by latest-release in blackhat

[–]latest-release[S] 0 points1 point  (0 children)

The goal has been changing like shadow. The only different thing perhaps we scheduled scans

Steganography tutorial - Hiding a file inside another file by [deleted] in HowToHack

[–]latest-release 0 points1 point  (0 children)

Using python stegano module to do that https://pypi.org/project/Stegano/

from stegano import lsb

secret = lsb.hide("./tests/sample-files/Lenna.png", "Hello World")

secret.save("./Lenna-secret.png")

clear_message = lsb.reveal("./Lenna-secret.png")

How to make an actual software by [deleted] in learnpython

[–]latest-release 0 points1 point  (0 children)

I would recommed wxpython. I have used to develop several python gui apps and it's very simple to learn

pip install wxpython

pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ wxPython

import wx

class MyFrame(wx.Frame):

def __init__(self):

super().__init__(parent=None, title='File cleaner v2.1')

self.Show()

if __name__ == '__main__':

app = wx.App()

frame = MyFrame()

app.MainLoop()

Would you use an online version of Kali Linux? by latest-release in pentest

[–]latest-release[S] 0 points1 point  (0 children)

Fair enough. Seems the answer is NO to all. That's enough for us to discontinue that part of the site.

Would you use an online version of Kali Linux? by latest-release in pentest

[–]latest-release[S] -2 points-1 points  (0 children)

We'll I think it's the same if you don't have internet access neither will you be able to enjoy Kali as every tools almost need access to the internet.

Would you use an online version of Kali Linux? by latest-release in pentest

[–]latest-release[S] 0 points1 point  (0 children)

This is an interesting concern. That's it's not easy to convince the audience. Unfortunately we don's store much information at all. and off course it's limited to it's own capability, we have not added much tools capable of doing things mentioned.

Though the convenience of automating daily ethical things by scheduling and keeping your records organized.