-
when i try ./torbot i get
Traceback (most recent call last):
File "torBot.py", line 10, in
from modules.analyzer import LinkTree
File "/usr/local/lib/python3.8/dist-packages/PyInstalle…
-
**Describe the bug**
When running python3 torBot.py or ./torBot it is giving below error
File "torBot.py", line 10, in
from modules.analyzer import LinkTree
File "/home/kali/TorBot/modules/…
-
The only part of info.py that we're concerned about is the `getHeaders` function https://github.com/DedSecInside/TorBot/blob/a829cc17c9a3aee5596b39e17d3e37b9923d24ea/modules/info.py#L35
-
After having implemented burner accounts, access through tor to a smtp/imap hidden service would be a nice addition to increase anonymity.
As an example, riseup.net offers email as a hidden service.…
-
Hi in JDK 8 MulticastSocket constructor looks like
public MulticastSocket(SocketAddress bindaddr) throws IOException {
super((SocketAddress) null);
```
// Enable SO_REUSEADDR before bindi…
-
- Dockerize Torbot to avoid issues like #155 .
- Entry point should `torbot` binary.
-
I think we should create a GUI for TorBot to make it more user-friendly using something like Electron (JavaScript) possibly? I think it'd be a good framework because of the pure popularity so it'll b…
-
Hi. When I try to install TorBot on Kali linux(in Vmware) error occurs.
`root@kali:~/Downloads/TorBot-dev# ./install.sh
Collecting pyinstaller
Requirement already satisfied: pefile>=2017.8.1 in …
-
**Describe the bug**
when i install torBot whith requirements.txt have this problem:
Collecting PyQt5==5.12.1 (from -r requirements.txt (line 9))
Could not find a version that satisfies the req…
-
**Describe the bug**
```python
# termcolor.py
def cprint(text, color=None, on_color=None, attrs=None, **kwargs):
"""Print colorize text.
It accepts arguments of print function.
"…