The McAfee Data is available for free on SWARM.
(twitter.com)
You're viewing a single comment thread. View all comments, or full comment thread.
Comments (20)
sorted by:
Any confirmation of this?
also : u/SkiSkiUSMC, u/making_upvotes, u/president_elect , u/Fatality, u/greenfrogracing , u/PewPew82 , u/ExpendableSheepDog
App is valid unfortunately - console one on linux. No rapid downloading after running it.Good,rather not trojan (but not sure and so fucking big even if it would be decompiled with NSA ghidra it would take maybe some weeks to understand the code !) . However - HOW THE FUCK TO USE IT ?
after doing : ./swarm --help
swarm [global options] command [command options] [arguments...]
VERSION: 0.5.8-unstable-44f04ef3
COMMANDS:
access encrypts a reference and embeds it into a root manifest
db manage the local chunk database
down downloads a swarm manifest or a file inside a manifest
dumpconfig Show configuration values
feed (Advanced) Create and update Swarm Feeds
fs perform FUSE operations
hash print the swarm hash of a file or directory
hashes print all hashes of a file to STDOUT
ls list files and directories contained in a manifest
manifest perform operations on swarm manifests
print-keys Print public key information
up uploads a file or directory to swarm using the HTTP API
version Print version numbers
help Shows a list of commands or help for one command
GLOBAL OPTIONS:
--identity value Custom node name
--datadir "/home/gl/.ethereum" Data directory for the databases and keystore
--bootnodes value Comma separated enode URLs for P2P discovery bootstrap (set v4+v5 instead for light servers)
--keystore Directory for the keystore (default = inside the datadir)
--port value Network listening port (default: 30399)
--v5disc Enables the experimental RLPx V5 (Topic Discovery) mechanism
--netrestrict value Restricts network communication to the given IP networks (CIDR masks)
--nodekey value P2P node key file
--nodekeyhex value P2P node key as hex (for testing)
--maxpeers value Maximum number of network peers (network disabled if set to 0) (default: 50)
--nat value NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>) (default: "any")
--ipcdisable Disable the IPC-RPC server
--ipcpath Filename for IPC socket/pipe within the datadir (explicit paths escape it)
--password value Password file to use for non-interactive password input
--natif value Announce the IP address of a given network interface (e.g. eth0) [$SWARM_NAT_INTERFACE]
--corsdomain value Domain on which to send Access-Control-Allow-Origin header (multiple domains can be supplied separated by a ',') [$SWARM_CORS]
--ens-api value ENS API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url [$SWARM_ENS_API]
--rns-api value RNS API endpoint for RKS domains contract address, format [contract-addr@]url [$SWARM_RNS_API]
--config value TOML configuration file
--swap Swarm SWAP enabled (default false) [$SWARM_SWAP_ENABLE]
--swap-backend-url value URL of the Ethereum API provider to use to settle SWAP payments [$SWARM_SWAP_BACKEND_URL]
--swap-disconnect-threshold value honey amount at which a peer disconnects (default: 0) [$SWARM_SWAP_DISCONNECT_THRESHOLD]
--swap-payment-threshold value honey amount at which payment is triggered (default: 0) [$SWARM_SWAP_PAYMENT_THRESHOLD]
--swap-audit-logpath value Write execution logs of swap audit to the given directory [$SWARM_SWAP_LOG_PATH]
--swap-audit-loglevel value Default log level of swap audit logs [$SWARM_SWAP_LOG_LEVEL]
--swap-chequebook value SWAP chequebook contract address [$SWARM_CHEQUEBOOK_ADDR]
--swap-chequebook-factory value SWAP chequebook factory contract address [$SWARM_SWAP_CHEQUEBOOK_FACTORY_ADDR]
--swap-skip-deposit Don't deposit during boot sequence [$SWARM_SWAP_SKIP_DEPOSIT]
--swap-deposit-amount value Deposit amount for swap chequebook [$SWARM_SWAP_DEPOSIT_AMOUNT]
--no-pull-sync disable pull syncing [$SWARM_NO_PULL_SYNC]
--no-push-sync disable push syncing [$SWARM_NO_PUSH_SYNC]
--lightnode Enable Swarm LightNode (default false) [$SWARM_LIGHT_NODE_ENABLE]
--httpaddr value Swarm HTTP API listening interface [$SWARM_LISTEN_ADDR]
--bzzport value Swarm local http api port [$SWARM_PORT]
--bzzaccount value Swarm account key file [$SWARM_ACCOUNT]
--bzzkeyhex value BzzAccount key in hex (for testing) [$SWARM_BZZ_KEY_HEX]
--bzznetworkid value Numerical network identifier. The default is the public swarm testnet (default: 4) [$SWARM_NETWORK_ID]
--enable-pinning Use this flag to enable the pinning feature
--global-pinner Use this flag to mark the running node as a global pinner
--bzzapi value Specifies the Swarm HTTP endpoint to connect to (default: "http://127.0.0.1:8500")
--recursive Upload directories recursively
--manifest Automatic manifest upload (default true)
--defaultpath value path to file served for empty url path (none)
--stdin reads data to be uploaded from stdin
--mime value Manually specify MIME type
--bootnode-mode Run Swarm in Bootnode mode
--disable-auto-connect Disables the peer discovery mechanism in the hive protocol as well as the auto connect loop (manual peer addition)
--store.path value Path to leveldb chunk DB (default <$GETH_ENV_DIR>/swarm/bzz-<$BZZ_KEY>/chunks) [$SWARM_STORE_PATH]
--store.size value Number of chunks (5M is roughly 20-25GB) (default 5000000) (default: 0) [$SWARM_STORE_CAPACITY]
--store.cache.size value Number of recent chunks cached in memory (default: 10000) [$SWARM_STORE_CACHE_CAPACITY]
--globalstore-api value URL of the Global Store API provider (only for testing) [$SWARM_GLOBALSTORE_API]
--mutex-profile Enable pprof mutex profile
--block-profile Enable pprof block profile
--ws Enable the WS-RPC server
--wsaddr value WS-RPC server listening interface (default: "localhost")
--wsport value WS-RPC server listening port (default: 8546)
--wsapi value API's offered over the WS-RPC interface
--wsorigins value Origins from which to accept websockets requests --verbosity value Logging verbosity: 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail (default: 3)
--vmodule value Per-module verbosity: comma-separated list of <pattern>=<level> (e.g. eth/*=5,p2p=4)
--backtrace value Request a stack trace at a specific logging statement (e.g. "block.go:271")
--debug Prepends log messages with call-site location (file and line number)
--pprof Enable the pprof HTTP server
--pprofaddr value pprof HTTP server listening interface (default: "127.0.0.1")
--pprofport value pprof HTTP server listening port (default: 6060)
--memprofilerate value Turn on memory profiling with the given rate (default: 524288)
--blockprofilerate value Turn on block profiling with the given rate (default: 0)
--cpuprofile value Write CPU profile to the given file
--trace value Write execution trace to the given file
--metrics Enable metrics collection and reporting
--metrics.influxdb.export Enable metrics export/push to an external InfluxDB database
--metrics.influxdb.endpoint value Metrics InfluxDB endpoint (default: "http://127.0.0.1:8086")
--metrics.influxdb.database value Metrics InfluxDB database (default: "metrics")
--metrics.influxdb.username value Metrics InfluxDB username
--metrics.influxdb.password value Metrics InfluxDB password
--metrics.influxdb.tags value Comma-separated InfluxDB tags (key/values) attached to all measurements (default: "host=localhost")
--tracing Enable tracing --tracing.endpoint value Tracing endpoint (default: "0.0.0.0:6831")
--tracing.svc value Tracing service name (default: "swarm")
--help, -h show help
No fucking clue,except those man-like "documentation". And we definitely don't want to damage the data !
Interesting thanks for the update.
Yeah...We use Linux just to get away from Windows, but I don't know any of the fancy shit. Way beyond my paygrade..haven't done any programming since Jr. High back in the late eighties. I do remember If/then and goto haha